moonbeam-foundation/moonbeam

Latest version of api-augment has an error in dependency list in package.json

Closed this issue · 2 comments

The latest version (0.3200.0) of api-augment appears to have an error in the dependency list in package.json:

"dependencies": {
    "@polkadot/api": "14.0.1",
    "@polkadot/api-base": "14.0.1",
    "@polkadot/rpc-core": "14.0.1",
    "@polkadot/typegen": "14.0.1",
    "@polkadot/types": "14.0.1",
    "@polkadot/types-codec": "14.0.1",
    "@types/node": "^22.5.5",
    "moonbeam-types-bundle": "workspace:*",
    "prettier": "2.8.8",
    "prettier-plugin-jsdoc": "^0.3.38",
    "tsx": "^4.19.1",
    "typescript": "^5.6.2"
  }

Note the "moonbeam-types-bundle": "workspace:*"

This results in the following NPM error:

npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:*

@pLabarta is working on a fix for this issue #3032

@sicco-moonbeam this should now be fixed