|
33 | 33 | "BTC" |
34 | 34 | ], |
35 | 35 | "scripts": { |
| 36 | + "changeset": "changeset", |
36 | 37 | "compile:secp256k1": "docker build -f wasm/docker/secp256k1.Dockerfile . -t libauth-secp256k1 && docker run -it --mount type=bind,src=$(pwd)/src/lib,dst=/libauth/out,consistency=delegated libauth-secp256k1", |
37 | 38 | "compile:hashes": "docker build -f wasm/docker/hashes.Dockerfile . -t libauth-hashes && docker run -it --mount type=bind,src=$(pwd)/src/lib,dst=/libauth/out,consistency=delegated libauth-hashes", |
38 | 39 | "build": "yarn build:wasm && yarn build:tsc", |
|
86 | 87 | "doc:extract": "mkdir -p build/api && api-extractor run --local --typescript-compiler-folder node_modules/typescript", |
87 | 88 | "doc:generate": "api-documenter markdown -i temp -o build/api/markdown", |
88 | 89 | "doc:check-api": "api-extractor run --typescript-compiler-folder node_modules/typescript", |
89 | | - "version": "standard-version", |
90 | | - "version:alpha": "standard-version --prerelease alpha", |
91 | 90 | "reset": "git clean -dfx && git reset --hard && yarn", |
92 | 91 | "prepare-release": "yarn reset && yarn test && yarn cov:check && yarn run version", |
93 | 92 | "prepare-release:alpha": "yarn reset && yarn test && yarn cov:check && yarn run version:alpha" |
|
97 | 96 | }, |
98 | 97 | "devDependencies": { |
99 | 98 | "@ava/typescript": "^4.1.0", |
| 99 | + "@changesets/cli": "^2.27.1", |
100 | 100 | "@fast-check/ava": "^1.2.1", |
101 | 101 | "@microsoft/api-documenter": "^7.23.16", |
102 | 102 | "@microsoft/api-extractor": "^7.39.1", |
103 | | - "@playwright/test": "^1.40.1", |
| 103 | + "@playwright/test": "^1.41.2", |
104 | 104 | "@rollup/plugin-alias": "^5.1.0", |
105 | 105 | "@rollup/plugin-commonjs": "^25.0.7", |
106 | 106 | "@rollup/plugin-node-resolve": "^15.2.3", |
|
136 | 136 | "rollup": "^4.9.4", |
137 | 137 | "secp256k1": "^5.0.0", |
138 | 138 | "source-map-support": "^0.5.21", |
139 | | - "standard-version": "^9.5.0", |
140 | 139 | "ts-json-schema-generator": "^1.5.0", |
141 | 140 | "typedoc": "^0.25.7", |
142 | 141 | "typescript": "^5.3.3" |
|
0 commit comments