@solana/transactions 4.0.0-canary-20250910232443 → 4.0.0-canary-20250911040215

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/transactions",
3
- "version": "4.0.0-canary-20250910232443",
3
+ "version": "4.0.0-canary-20250911040215",
4
4
  "description": "Helpers for creating and serializing transactions",
5
5
  "homepage": "https://www.solanakit.com/api#solanatransactions",
6
6
  "exports": {
@@ -55,18 +55,18 @@
55
55
  "maintained node versions"
56
56
  ],
57
57
  "dependencies": {
58
- "@solana/addresses": "4.0.0-canary-20250910232443",
59
- "@solana/codecs-data-structures": "4.0.0-canary-20250910232443",
60
- "@solana/codecs-core": "4.0.0-canary-20250910232443",
61
- "@solana/codecs-strings": "4.0.0-canary-20250910232443",
62
- "@solana/codecs-numbers": "4.0.0-canary-20250910232443",
63
- "@solana/errors": "4.0.0-canary-20250910232443",
64
- "@solana/instructions": "4.0.0-canary-20250910232443",
65
- "@solana/functional": "4.0.0-canary-20250910232443",
66
- "@solana/keys": "4.0.0-canary-20250910232443",
67
- "@solana/nominal-types": "4.0.0-canary-20250910232443",
68
- "@solana/rpc-types": "4.0.0-canary-20250910232443",
69
- "@solana/transaction-messages": "4.0.0-canary-20250910232443"
58
+ "@solana/addresses": "4.0.0-canary-20250911040215",
59
+ "@solana/codecs-core": "4.0.0-canary-20250911040215",
60
+ "@solana/codecs-numbers": "4.0.0-canary-20250911040215",
61
+ "@solana/codecs-data-structures": "4.0.0-canary-20250911040215",
62
+ "@solana/codecs-strings": "4.0.0-canary-20250911040215",
63
+ "@solana/errors": "4.0.0-canary-20250911040215",
64
+ "@solana/functional": "4.0.0-canary-20250911040215",
65
+ "@solana/instructions": "4.0.0-canary-20250911040215",
66
+ "@solana/keys": "4.0.0-canary-20250911040215",
67
+ "@solana/nominal-types": "4.0.0-canary-20250911040215",
68
+ "@solana/rpc-types": "4.0.0-canary-20250911040215",
69
+ "@solana/transaction-messages": "4.0.0-canary-20250911040215"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "typescript": ">=5.3.3"
@@ -79,7 +79,7 @@
79
79
  "compile:js": "tsup --config build-scripts/tsup.config.package.ts",
80
80
  "compile:typedefs": "tsc -p ./tsconfig.declarations.json",
81
81
  "dev": "jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",
82
- "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))",
82
+ "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))",
83
83
  "publish-packages": "pnpm prepublishOnly && pnpm publish-impl",
84
84
  "style:fix": "pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*",
85
85
  "test:lint": "TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent",