@solana/transaction-messages 3.0.0 → 4.0.0-canary-20250903042548
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/transaction-messages",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-canary-20250903042548",
|
|
4
4
|
"description": "Helpers for creating transaction messages",
|
|
5
5
|
"exports": {
|
|
6
6
|
"edge-light": {
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"maintained node versions"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@solana/addresses": "
|
|
58
|
-
"@solana/codecs-core": "
|
|
59
|
-
"@solana/codecs-
|
|
60
|
-
"@solana/codecs-
|
|
61
|
-
"@solana/errors": "
|
|
62
|
-
"@solana/functional": "
|
|
63
|
-
"@solana/instructions": "
|
|
64
|
-
"@solana/nominal-types": "
|
|
65
|
-
"@solana/rpc-types": "
|
|
57
|
+
"@solana/addresses": "4.0.0-canary-20250903042548",
|
|
58
|
+
"@solana/codecs-core": "4.0.0-canary-20250903042548",
|
|
59
|
+
"@solana/codecs-numbers": "4.0.0-canary-20250903042548",
|
|
60
|
+
"@solana/codecs-data-structures": "4.0.0-canary-20250903042548",
|
|
61
|
+
"@solana/errors": "4.0.0-canary-20250903042548",
|
|
62
|
+
"@solana/functional": "4.0.0-canary-20250903042548",
|
|
63
|
+
"@solana/instructions": "4.0.0-canary-20250903042548",
|
|
64
|
+
"@solana/nominal-types": "4.0.0-canary-20250903042548",
|
|
65
|
+
"@solana/rpc-types": "4.0.0-canary-20250903042548"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"typescript": ">=5.3.3"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"compile:js": "tsup --config build-scripts/tsup.config.package.ts",
|
|
76
76
|
"compile:typedefs": "tsc -p ./tsconfig.declarations.json",
|
|
77
77
|
"dev": "jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",
|
|
78
|
-
"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 && (([ \"$PUBLISH_TAG\" != \"canary\" ] &&
|
|
78
|
+
"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 $npm_package_name@$npm_package_version) || true))",
|
|
79
79
|
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl",
|
|
80
80
|
"style:fix": "pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*",
|
|
81
81
|
"test:lint": "TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent",
|