@solana/kit 5.0.1-canary-20251118223017 → 5.0.1-canary-20251119225544
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/dist/index.development.js +52 -1
- package/dist/index.development.js.map +1 -1
- package/dist/index.production.min.js +344 -327
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/kit",
|
|
3
|
-
"version": "5.0.1-canary-
|
|
3
|
+
"version": "5.0.1-canary-20251119225544",
|
|
4
4
|
"description": "Solana Javascript API",
|
|
5
5
|
"homepage": "https://www.solanakit.com",
|
|
6
6
|
"exports": {
|
|
@@ -58,25 +58,25 @@
|
|
|
58
58
|
"maintained node versions"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@solana/accounts": "5.0.1-canary-
|
|
62
|
-
"@solana/addresses": "5.0.1-canary-
|
|
63
|
-
"@solana/
|
|
64
|
-
"@solana/
|
|
65
|
-
"@solana/functional": "5.0.1-canary-
|
|
66
|
-
"@solana/instruction-plans": "5.0.1-canary-
|
|
67
|
-
"@solana/
|
|
68
|
-
"@solana/
|
|
69
|
-
"@solana/
|
|
70
|
-
"@solana/rpc": "5.0.1-canary-
|
|
71
|
-
"@solana/rpc
|
|
72
|
-
"@solana/rpc-
|
|
73
|
-
"@solana/rpc-spec-types": "5.0.1-canary-
|
|
74
|
-
"@solana/rpc-types": "5.0.1-canary-
|
|
75
|
-
"@solana/signers": "5.0.1-canary-
|
|
76
|
-
"@solana/
|
|
77
|
-
"@solana/
|
|
78
|
-
"@solana/transaction-messages": "5.0.1-canary-
|
|
79
|
-
"@solana/transactions": "5.0.1-canary-
|
|
61
|
+
"@solana/accounts": "5.0.1-canary-20251119225544",
|
|
62
|
+
"@solana/addresses": "5.0.1-canary-20251119225544",
|
|
63
|
+
"@solana/errors": "5.0.1-canary-20251119225544",
|
|
64
|
+
"@solana/codecs": "5.0.1-canary-20251119225544",
|
|
65
|
+
"@solana/functional": "5.0.1-canary-20251119225544",
|
|
66
|
+
"@solana/instruction-plans": "5.0.1-canary-20251119225544",
|
|
67
|
+
"@solana/keys": "5.0.1-canary-20251119225544",
|
|
68
|
+
"@solana/instructions": "5.0.1-canary-20251119225544",
|
|
69
|
+
"@solana/programs": "5.0.1-canary-20251119225544",
|
|
70
|
+
"@solana/rpc-parsed-types": "5.0.1-canary-20251119225544",
|
|
71
|
+
"@solana/rpc": "5.0.1-canary-20251119225544",
|
|
72
|
+
"@solana/rpc-subscriptions": "5.0.1-canary-20251119225544",
|
|
73
|
+
"@solana/rpc-spec-types": "5.0.1-canary-20251119225544",
|
|
74
|
+
"@solana/rpc-types": "5.0.1-canary-20251119225544",
|
|
75
|
+
"@solana/signers": "5.0.1-canary-20251119225544",
|
|
76
|
+
"@solana/sysvars": "5.0.1-canary-20251119225544",
|
|
77
|
+
"@solana/transaction-confirmation": "5.0.1-canary-20251119225544",
|
|
78
|
+
"@solana/transaction-messages": "5.0.1-canary-20251119225544",
|
|
79
|
+
"@solana/transactions": "5.0.1-canary-20251119225544"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"typescript": ">=5.3.3"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"compile:docs": "typedoc",
|
|
89
89
|
"compile:js": "tsup --config build-scripts/tsup.config.library.ts",
|
|
90
90
|
"compile:typedefs": "tsc -p ./tsconfig.declarations.json",
|
|
91
|
-
"dev": "NODE_OPTIONS=\"--localstorage-file
|
|
91
|
+
"dev": "NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",
|
|
92
92
|
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || (pnpm publish --tag ${PUBLISH_TAG:-canary} --access public --no-git-checks && (([ -n \"${GITHUB_OUTPUT:-}\" ] && echo 'published=true' >> \"$GITHUB_OUTPUT\") || true) && (([ \"$PUBLISH_TAG\" != \"canary\" ] && ../build-scripts/maybe-tag-latest.ts --token \"$GITHUB_TOKEN\" $npm_package_name@$npm_package_version) || true))",
|
|
93
93
|
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl",
|
|
94
94
|
"style:fix": "pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"test:treeshakability:native": "agadoo dist/index.native.mjs",
|
|
99
99
|
"test:treeshakability:node": "agadoo dist/index.node.mjs",
|
|
100
100
|
"test:typecheck": "tsc --noEmit",
|
|
101
|
-
"test:unit:browser": "NODE_OPTIONS=\"--localstorage-file
|
|
102
|
-
"test:unit:node": "NODE_OPTIONS=\"--localstorage-file
|
|
101
|
+
"test:unit:browser": "NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent",
|
|
102
|
+
"test:unit:node": "NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent"
|
|
103
103
|
}
|
|
104
104
|
}
|