starknet 5.9.2 → 5.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starknet",
3
- "version": "5.9.2",
3
+ "version": "5.10.1",
4
4
  "description": "JavaScript library for Starknet",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -30,12 +30,13 @@
30
30
  "posttest": "npm run format",
31
31
  "test:watch": "jest --watch",
32
32
  "docs": "cd www && npm run start",
33
+ "docs:build": "cd www && GIT_REVISION_OVERRIDE=${npm_config_git_revision_override} npm run build",
34
+ "docs:build:version": "v=$(npm run info:version -s) && npm run docs:build --git-revision-override=${npm_config_git_revision_override=v$v}",
33
35
  "docs:version": "v=$(npm run info:version -s) && cd www && npm run version ${npm_config_version_override=$v}",
34
36
  "info:version": "npm pkg get version | xargs",
35
37
  "format": "prettier --loglevel warn --write \"**/*.{ts,js,md,yml,json}\"",
36
38
  "lint": "eslint . --cache --fix --ext .ts",
37
- "ts:check": "tsc --noEmit --resolveJsonModule --project tsconfig.eslint.json",
38
- "docker:run": "docker run -p 5050:5050 shardlabs/starknet-devnet:next --seed 0 --timeout 5000 --disable-rpc-request-validation"
39
+ "ts:check": "tsc --noEmit --resolveJsonModule --project tsconfig.eslint.json"
39
40
  },
40
41
  "keywords": [
41
42
  "starknet",