@solana/keys 2.0.0-experimental.900b946 → 2.0.0-experimental.9084fdd

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.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/keys",
3
- "version": "2.0.0-experimental.900b946",
3
+ "version": "2.0.0-experimental.9084fdd",
4
4
  "description": "Helpers for generating and transforming key material",
5
5
  "exports": {
6
6
  "browser": {
@@ -49,10 +49,10 @@
49
49
  "node": ">=17.4"
50
50
  },
51
51
  "dependencies": {
52
- "@solana/assertions": "2.0.0-experimental.900b946",
53
- "@solana/errors": "2.0.0-experimental.900b946",
54
- "@solana/codecs-strings": "2.0.0-experimental.900b946",
55
- "@solana/codecs-core": "2.0.0-experimental.900b946"
52
+ "@solana/assertions": "2.0.0-experimental.9084fdd",
53
+ "@solana/codecs-core": "2.0.0-experimental.9084fdd",
54
+ "@solana/errors": "2.0.0-experimental.9084fdd",
55
+ "@solana/codecs-strings": "2.0.0-experimental.9084fdd"
56
56
  },
57
57
  "bundlewatch": {
58
58
  "defaultCompression": "gzip",
@@ -66,7 +66,8 @@
66
66
  "compile:js": "tsup --config build-scripts/tsup.config.package.ts",
67
67
  "compile:typedefs": "tsc -p ./tsconfig.declarations.json && node node_modules/@solana/build-scripts/add-js-extension-to-types.mjs",
68
68
  "dev": "jest -c node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",
69
- "publish-packages": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks",
69
+ "publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks",
70
+ "publish-packages": "pnpm prepublishOnly && pnpm publish-impl",
70
71
  "style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json",
71
72
  "test:lint": "jest -c node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent",
72
73
  "test:prettier": "jest -c node_modules/@solana/test-config/jest-prettier.config.ts --rootDir . --silent",