{"_id":"@solana/program-client-core","_rev":"49-d2357588fade609919826445afdaddd2","name":"@solana/program-client-core","dist-tags":{"latest":"6.3.1","canary":"6.3.2-canary-20260313150314"},"versions":{"0.0.0":{"name":"@solana/program-client-core","version":"0.0.0","author":"","license":"ISC","_id":"@solana/program-client-core@0.0.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"dist":{"shasum":"4ca3fd2b42b9a6ba162cf1745bf5c88fa89153c0","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-0.0.0.tgz","fileCount":1,"integrity":"sha512-g60pFu/0P5RBzFbVXXsscP3yMuoe7Znf0XURoFZsVtPRrokb2Z4VJyI8GW5Qe2xtTtllPvnA0FNjs1oRwB9k0w==","signatures":[{"sig":"MEUCIH/1j/gSL/VsUBT2nt7H3aOxdBpc4mEulEEbjYH8TW82AiEAvkpc4s7TEtjLHBuSh/RDA/agnJmomJdTLAztFBVi9XA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":245},"main":"index.js","type":"commonjs","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"solana-devs","email":"npm@solana.org"},"_npmVersion":"11.6.2","description":"","directories":{},"_nodeVersion":"24.13.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/program-client-core_0.0.0_1771260867995_0.40434390597039505","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260216194225":{"name":"@solana/program-client-core","version":"6.1.0-canary-20260216194225","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.1.0-canary-20260216194225","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"30a1f356dc244e79078a6028188c458a6a27a9e4","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.1.0-canary-20260216194225.tgz","fileCount":23,"integrity":"sha512-3aFuvuey+GYeihuF+Gws2jYFS6V6g2uaB+1AaEVniHrm75p38CDygVKzFM/9VNBte3SzVW2sGtTnmnxOWl1YBg==","signatures":[{"sig":"MEUCIEaU7KktSC5a6NMXqbEZrD+ecfNEFC9XQdDKzadMfr9MAiEA0+u0io9a6q08wgWajkq6fG84xdcKA++/eTatMy6wZYQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.1.0-canary-20260216194225","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.1.0-canary-20260216194225.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/bdf24cf193057df98f6198ef83bffa40/solana-program-client-core-6.1.0-canary-20260216194225.tgz","_integrity":"sha512-3aFuvuey+GYeihuF+Gws2jYFS6V6g2uaB+1AaEVniHrm75p38CDygVKzFM/9VNBte3SzVW2sGtTnmnxOWl1YBg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.1.0-canary-20260216194225","@solana/rpc-api":"6.1.0-canary-20260216194225","@solana/signers":"6.1.0-canary-20260216194225","@solana/accounts":"6.1.0-canary-20260216194225","@solana/addresses":"6.1.0-canary-20260216194225","@solana/codecs-core":"6.1.0-canary-20260216194225","@solana/instructions":"6.1.0-canary-20260216194225","@solana/instruction-plans":"6.1.0-canary-20260216194225","@solana/plugin-interfaces":"6.1.0-canary-20260216194225"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.1.0-canary-20260216194225_1771271680189_0.6371042508853622","host":"s3://npm-registry-packages-npm-production"}},"6.1.0":{"name":"@solana/program-client-core","version":"6.1.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.1.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"29419cce60d43e5968ba69dc821f1d7dc2b3f735","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.1.0.tgz","fileCount":23,"integrity":"sha512-5Apka+ulWNfLNLYNR63pLnr5XvkXTQWeaftWED93iTWTZrZv9SyFWcmIsaes6eqGXMQ3RhlebnrWODtKuAA62g==","signatures":[{"sig":"MEYCIQCNl3mUMYlyp3ibfBjb6qGhEMAepUk38OVWk0nfKpduLgIhAKQZ4b8q8UppS/X8MseUW/tHLsetoCYWmY7Vn6khj2gj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":173965},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.1.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/661dfa6cd2cd5aebc4b1370ee7461b9c/solana-program-client-core-6.1.0.tgz","_integrity":"sha512-5Apka+ulWNfLNLYNR63pLnr5XvkXTQWeaftWED93iTWTZrZv9SyFWcmIsaes6eqGXMQ3RhlebnrWODtKuAA62g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.1.0","@solana/rpc-api":"6.1.0","@solana/signers":"6.1.0","@solana/accounts":"6.1.0","@solana/addresses":"6.1.0","@solana/codecs-core":"6.1.0","@solana/instructions":"6.1.0","@solana/instruction-plans":"6.1.0","@solana/plugin-interfaces":"6.1.0"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.1.0_1771274356321_0.7620031536653362","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260223182006":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260223182006","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260223182006","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1e65085ac969138cb03b0833a54d059066d88256","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260223182006.tgz","fileCount":23,"integrity":"sha512-4zP88OzT7OgApk3VNwjJi2g7VHJRzPd/DG8HdzEgtDyBkQ3V31nPEnxCP6F11OE2M/2mq86UHhFTiyTPoSKnPg==","signatures":[{"sig":"MEUCIBWj6I4j2XKw92kwD+n4sYWJ/jr8VsJbrMoiqQL1a32PAiEA42U4JTvnH0yzCzyW9RBr8gZVQ0GTluH1dnSLrZ/vW2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260223182006","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260223182006.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/05f040d5fca0a7699f26f57a159c410b/solana-program-client-core-6.2.0-canary-20260223182006.tgz","_integrity":"sha512-4zP88OzT7OgApk3VNwjJi2g7VHJRzPd/DG8HdzEgtDyBkQ3V31nPEnxCP6F11OE2M/2mq86UHhFTiyTPoSKnPg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260223182006","@solana/rpc-api":"6.2.0-canary-20260223182006","@solana/signers":"6.2.0-canary-20260223182006","@solana/accounts":"6.2.0-canary-20260223182006","@solana/addresses":"6.2.0-canary-20260223182006","@solana/codecs-core":"6.2.0-canary-20260223182006","@solana/instructions":"6.2.0-canary-20260223182006","@solana/instruction-plans":"6.2.0-canary-20260223182006","@solana/plugin-interfaces":"6.2.0-canary-20260223182006"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260223182006_1771871534902_0.37260167910337705","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260223183038":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260223183038","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260223183038","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"83f1c7d90848d21f2c4d6372d3406cae74c77e6d","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260223183038.tgz","fileCount":23,"integrity":"sha512-vniMRTo6BrOZX9ROUbIuDp4kMWsgYf/1gdpGQk2F/5+vlusN1cuBwyWKhyFmphjnnyznaBbd1hkY76p507EntQ==","signatures":[{"sig":"MEUCIQDz4cIO11Ahzwz7vOYdmMZKMYoNHnM9rzJJeCLIL/eVbAIgeY/i/J2fSZiO/9unjsCxG23zhaHIBK1oFUXCWYcEwfQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260223183038","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260223183038.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/db737765af55c11443d064e9be679807/solana-program-client-core-6.2.0-canary-20260223183038.tgz","_integrity":"sha512-vniMRTo6BrOZX9ROUbIuDp4kMWsgYf/1gdpGQk2F/5+vlusN1cuBwyWKhyFmphjnnyznaBbd1hkY76p507EntQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260223183038","@solana/rpc-api":"6.2.0-canary-20260223183038","@solana/signers":"6.2.0-canary-20260223183038","@solana/accounts":"6.2.0-canary-20260223183038","@solana/addresses":"6.2.0-canary-20260223183038","@solana/codecs-core":"6.2.0-canary-20260223183038","@solana/instructions":"6.2.0-canary-20260223183038","@solana/instruction-plans":"6.2.0-canary-20260223183038","@solana/plugin-interfaces":"6.2.0-canary-20260223183038"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260223183038_1771872109085_0.23172993923073038","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260224195010":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260224195010","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260224195010","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8dc50924c916658f543b8ff02340c942c6a2db0f","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260224195010.tgz","fileCount":23,"integrity":"sha512-31zx7SFuX5TiKQuVjUMVgu9r6sjGfVOME9oV/Tfdp05JrmledNW/cA6eHRFNRVbVnbVzpqkFZgeufLsjTi7HMg==","signatures":[{"sig":"MEUCIQDl3GOVurkbNTKT7N0qhlylT9wqRD5pqajy6MTWH1h55gIgOX5Q0x8lWskIaisPN96CFD4Q0KxI5dSA0h3VxT7tpfU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260224195010","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260224195010.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/2d2ad7350b18a889f106e446451103f9/solana-program-client-core-6.2.0-canary-20260224195010.tgz","_integrity":"sha512-31zx7SFuX5TiKQuVjUMVgu9r6sjGfVOME9oV/Tfdp05JrmledNW/cA6eHRFNRVbVnbVzpqkFZgeufLsjTi7HMg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260224195010","@solana/rpc-api":"6.2.0-canary-20260224195010","@solana/signers":"6.2.0-canary-20260224195010","@solana/accounts":"6.2.0-canary-20260224195010","@solana/addresses":"6.2.0-canary-20260224195010","@solana/codecs-core":"6.2.0-canary-20260224195010","@solana/instructions":"6.2.0-canary-20260224195010","@solana/instruction-plans":"6.2.0-canary-20260224195010","@solana/plugin-interfaces":"6.2.0-canary-20260224195010"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260224195010_1771963330165_0.5526282162954395","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260224195921":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260224195921","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260224195921","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"82a3d92f6d348cb5ee3cd972f59813c054a62df4","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260224195921.tgz","fileCount":23,"integrity":"sha512-oJ6qqIbB+vw4HGYC3hkk0uvsYnXvpTP47DfZi78phlnEDxAuXU4GfgLEluFvvl+mqjUA8mDyFqyi0ETc/iETkA==","signatures":[{"sig":"MEQCIAM/O2cbgMCV1mqJWdYi6EsurBVbbK2zhgKgcHcVUpEvAiAq3Laxl6aq9k7+VUwPX9Vn0mOd/0MU+SGLtuUAh1MW7A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260224195921","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260224195921.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/15985aa7ad6a9b98887476ad1a87f876/solana-program-client-core-6.2.0-canary-20260224195921.tgz","_integrity":"sha512-oJ6qqIbB+vw4HGYC3hkk0uvsYnXvpTP47DfZi78phlnEDxAuXU4GfgLEluFvvl+mqjUA8mDyFqyi0ETc/iETkA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260224195921","@solana/rpc-api":"6.2.0-canary-20260224195921","@solana/signers":"6.2.0-canary-20260224195921","@solana/accounts":"6.2.0-canary-20260224195921","@solana/addresses":"6.2.0-canary-20260224195921","@solana/codecs-core":"6.2.0-canary-20260224195921","@solana/instructions":"6.2.0-canary-20260224195921","@solana/instruction-plans":"6.2.0-canary-20260224195921","@solana/plugin-interfaces":"6.2.0-canary-20260224195921"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260224195921_1771963877120_0.418405663410504","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225135329":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260225135329","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260225135329","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1af373ee9b968ced9c3404ebfda097b205dab660","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260225135329.tgz","fileCount":23,"integrity":"sha512-elBvCwNxxqhnIdwAv7NXv0b0dMp5w43Mg5/uUSaE9i7cQIFFTvy9p4dGx/ikDvOd51RLmtMX81Rp37Puv0e8Uw==","signatures":[{"sig":"MEUCICUSmacHpzR4Cg9QfLNlGO8mwoRnOajGkj2bVIbO3JlhAiEAlOszB8fgZO81QJYfAbw4C5/5YwlKHzdM8idLN5gEWJY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260225135329","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260225135329.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/ddf33be28bca566c1fc37221ea926271/solana-program-client-core-6.2.0-canary-20260225135329.tgz","_integrity":"sha512-elBvCwNxxqhnIdwAv7NXv0b0dMp5w43Mg5/uUSaE9i7cQIFFTvy9p4dGx/ikDvOd51RLmtMX81Rp37Puv0e8Uw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260225135329","@solana/rpc-api":"6.2.0-canary-20260225135329","@solana/signers":"6.2.0-canary-20260225135329","@solana/accounts":"6.2.0-canary-20260225135329","@solana/addresses":"6.2.0-canary-20260225135329","@solana/codecs-core":"6.2.0-canary-20260225135329","@solana/instructions":"6.2.0-canary-20260225135329","@solana/instruction-plans":"6.2.0-canary-20260225135329","@solana/plugin-interfaces":"6.2.0-canary-20260225135329"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260225135329_1772028290029_0.5484629309943558","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225135448":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260225135448","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260225135448","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0ddc9da191f331948cb82f19decc94ebac42a46e","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260225135448.tgz","fileCount":23,"integrity":"sha512-MhILEJeEM75v6393wEANbCxnbNWA1k4oxfvVJqr7Db7IKELlW17wc+c4uZFgVKTkcnYbAVoB/EIb26SRcQv75Q==","signatures":[{"sig":"MEYCIQDZj8nBKQxFOxTpV8Jv9MQjldNS5wc9fbQyEq+BGp1R+AIhAN3rOC7Ffn9txOL7mi3yjiK87O0R1n5SfOphTdxjwkgo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260225135448","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260225135448.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/f301e051b0acb57075b9603346682cf3/solana-program-client-core-6.2.0-canary-20260225135448.tgz","_integrity":"sha512-MhILEJeEM75v6393wEANbCxnbNWA1k4oxfvVJqr7Db7IKELlW17wc+c4uZFgVKTkcnYbAVoB/EIb26SRcQv75Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260225135448","@solana/rpc-api":"6.2.0-canary-20260225135448","@solana/signers":"6.2.0-canary-20260225135448","@solana/accounts":"6.2.0-canary-20260225135448","@solana/addresses":"6.2.0-canary-20260225135448","@solana/codecs-core":"6.2.0-canary-20260225135448","@solana/instructions":"6.2.0-canary-20260225135448","@solana/instruction-plans":"6.2.0-canary-20260225135448","@solana/plugin-interfaces":"6.2.0-canary-20260225135448"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260225135448_1772028393659_0.3565568268921131","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225144004":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260225144004","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260225144004","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"19e189f5fcd5121899a37c4373622477dfffec0f","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260225144004.tgz","fileCount":23,"integrity":"sha512-mFfjRL164ohPxpAiVXGRUGe53J//ByyyNm8K/KXKIdXCLL4JfyGkPB+Ph32FxiNctulhwwVCLHxAGsP7Kndz2A==","signatures":[{"sig":"MEUCICajqwIX/2p7ddfnJ+JiUI3R7+lwoyRjMQu5Ocd4L8WQAiEAhhls8w1aUPWWW1sTuQTe09j5LYmsmai2P0tGZVkPtgI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260225144004","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260225144004.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/5ef5ed83bf3aee40ec80e8a9467b0a36/solana-program-client-core-6.2.0-canary-20260225144004.tgz","_integrity":"sha512-mFfjRL164ohPxpAiVXGRUGe53J//ByyyNm8K/KXKIdXCLL4JfyGkPB+Ph32FxiNctulhwwVCLHxAGsP7Kndz2A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260225144004","@solana/rpc-api":"6.2.0-canary-20260225144004","@solana/signers":"6.2.0-canary-20260225144004","@solana/accounts":"6.2.0-canary-20260225144004","@solana/addresses":"6.2.0-canary-20260225144004","@solana/codecs-core":"6.2.0-canary-20260225144004","@solana/instructions":"6.2.0-canary-20260225144004","@solana/instruction-plans":"6.2.0-canary-20260225144004","@solana/plugin-interfaces":"6.2.0-canary-20260225144004"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260225144004_1772031084315_0.5541206744401952","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225175001":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260225175001","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260225175001","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e110e84faf0268e56a6e3586486addde137ab560","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260225175001.tgz","fileCount":23,"integrity":"sha512-HdtIXWU/ZWW/tz9M93mSrABcsbnhP6irpHOWTJQENW9qjouhhZRBVaZFgFae2LvuQ5Z7tuWH0sCL/NVe3e1SJA==","signatures":[{"sig":"MEQCIAyOj9lEFp2QI3ZZr4hc72qmF2RGxXmfGK78+2oDtuQEAiBMtgpcgzFDB9IRVXjxuRSYCZjyY+imVLPqIz//WjCrBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260225175001","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260225175001.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/af44c5dda498eaefe8b9c25ec3b9bbc7/solana-program-client-core-6.2.0-canary-20260225175001.tgz","_integrity":"sha512-HdtIXWU/ZWW/tz9M93mSrABcsbnhP6irpHOWTJQENW9qjouhhZRBVaZFgFae2LvuQ5Z7tuWH0sCL/NVe3e1SJA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260225175001","@solana/rpc-api":"6.2.0-canary-20260225175001","@solana/signers":"6.2.0-canary-20260225175001","@solana/accounts":"6.2.0-canary-20260225175001","@solana/addresses":"6.2.0-canary-20260225175001","@solana/codecs-core":"6.2.0-canary-20260225175001","@solana/instructions":"6.2.0-canary-20260225175001","@solana/instruction-plans":"6.2.0-canary-20260225175001","@solana/plugin-interfaces":"6.2.0-canary-20260225175001"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260225175001_1772042514011_0.6203875289234346","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260226115423":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260226115423","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260226115423","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ec411627f9ce3b8be6d5837f4b537db66b9fbaf5","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260226115423.tgz","fileCount":23,"integrity":"sha512-LoeRBsNYaufKhcaVOthoyvl5JZu3822AETBq7vSjh8REtl8l3qev4dfJpAhOPEa6X9lmdwXLE0k1IgA5QUVZCA==","signatures":[{"sig":"MEUCIQDwfAZfsbxiM543DEqnG9uaZU5MKRQQRXRrJC6rQwAziwIga6pgTlrAqaT/B7e7asxfoJWxD7WWywU6l1iCCEtNwj8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260226115423","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260226115423.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/0b66bef9c43cd89b1b4172785c10da84/solana-program-client-core-6.2.0-canary-20260226115423.tgz","_integrity":"sha512-LoeRBsNYaufKhcaVOthoyvl5JZu3822AETBq7vSjh8REtl8l3qev4dfJpAhOPEa6X9lmdwXLE0k1IgA5QUVZCA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260226115423","@solana/rpc-api":"6.2.0-canary-20260226115423","@solana/signers":"6.2.0-canary-20260226115423","@solana/accounts":"6.2.0-canary-20260226115423","@solana/addresses":"6.2.0-canary-20260226115423","@solana/codecs-core":"6.2.0-canary-20260226115423","@solana/instructions":"6.2.0-canary-20260226115423","@solana/instruction-plans":"6.2.0-canary-20260226115423","@solana/plugin-interfaces":"6.2.0-canary-20260226115423"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260226115423_1772107613582_0.3198664042743009","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260226120422":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260226120422","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260226120422","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b64dea871827dcfed2eea3d2d55fe2b72aed862a","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260226120422.tgz","fileCount":23,"integrity":"sha512-P4KaJ79uOFlMRAwyTNTCigspl6dZdU/avAqcFbAP1qDoAzPwcSBn9DVZ5O9Tw5UX1c967+JXriJRop/tYRs4vg==","signatures":[{"sig":"MEQCICARHUNY4K6jHQzkl9o01EKvZe915QAI3w5LBM83PpmQAiBuwF6c/QOcXgagFuVuCzQJTdaFj/abk6GjaMXWZWTvPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260226120422","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260226120422.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/4d5036559fa734da6b7ce83b5f74c3db/solana-program-client-core-6.2.0-canary-20260226120422.tgz","_integrity":"sha512-P4KaJ79uOFlMRAwyTNTCigspl6dZdU/avAqcFbAP1qDoAzPwcSBn9DVZ5O9Tw5UX1c967+JXriJRop/tYRs4vg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260226120422","@solana/rpc-api":"6.2.0-canary-20260226120422","@solana/signers":"6.2.0-canary-20260226120422","@solana/accounts":"6.2.0-canary-20260226120422","@solana/addresses":"6.2.0-canary-20260226120422","@solana/codecs-core":"6.2.0-canary-20260226120422","@solana/instructions":"6.2.0-canary-20260226120422","@solana/instruction-plans":"6.2.0-canary-20260226120422","@solana/plugin-interfaces":"6.2.0-canary-20260226120422"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260226120422_1772108172989_0.5652092217153339","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260226121434":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260226121434","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260226121434","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"82b2a4688de4d0728205d5b65240edb935f3a759","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260226121434.tgz","fileCount":23,"integrity":"sha512-RMQ8Mm2ao+GhLv6u3OOVQUzibJKYHvOeRzYkbYtaJQYsNye5Xw+DVYcHgoKsng+6x06QT+3JC9TfB7kSSXEMJQ==","signatures":[{"sig":"MEUCIQDHAj30zpje2rno3t08AqU9M4rnOhV3PkTbpdyDPWoL2wIgDtx706xajC41B13zd/XsbYIzjmKAnIy1BLps4bRjmW8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260226121434","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260226121434.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/4d1243e7ada3cb2cf451113fa39fb066/solana-program-client-core-6.2.0-canary-20260226121434.tgz","_integrity":"sha512-RMQ8Mm2ao+GhLv6u3OOVQUzibJKYHvOeRzYkbYtaJQYsNye5Xw+DVYcHgoKsng+6x06QT+3JC9TfB7kSSXEMJQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260226121434","@solana/rpc-api":"6.2.0-canary-20260226121434","@solana/signers":"6.2.0-canary-20260226121434","@solana/accounts":"6.2.0-canary-20260226121434","@solana/addresses":"6.2.0-canary-20260226121434","@solana/codecs-core":"6.2.0-canary-20260226121434","@solana/instructions":"6.2.0-canary-20260226121434","@solana/instruction-plans":"6.2.0-canary-20260226121434","@solana/plugin-interfaces":"6.2.0-canary-20260226121434"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260226121434_1772108792795_0.012385809116995494","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302093820":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260302093820","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260302093820","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"00a1bf85c52b4210457ae7a64cc3b417dc71630e","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260302093820.tgz","fileCount":23,"integrity":"sha512-V5EM1O8JSWTUGzBJMFZyXn03Olm9BAstCN5SFFXXJ4MdnVbpcTPe235S7U17338k7N77diRxw2oewy+YNDaNZg==","signatures":[{"sig":"MEYCIQD0dcDgbpyBjSEppOOepwkWu5fCl0BBdX5WdXviXAl6YwIhAMVI4INr+opctCNh5xPNB7pTnDihlW40BOEjQbVVMxpA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260302093820","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260302093820.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/7e1204874d07ee98da54c39c15c1695a/solana-program-client-core-6.2.0-canary-20260302093820.tgz","_integrity":"sha512-V5EM1O8JSWTUGzBJMFZyXn03Olm9BAstCN5SFFXXJ4MdnVbpcTPe235S7U17338k7N77diRxw2oewy+YNDaNZg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260302093820","@solana/rpc-api":"6.2.0-canary-20260302093820","@solana/signers":"6.2.0-canary-20260302093820","@solana/accounts":"6.2.0-canary-20260302093820","@solana/addresses":"6.2.0-canary-20260302093820","@solana/codecs-core":"6.2.0-canary-20260302093820","@solana/instructions":"6.2.0-canary-20260302093820","@solana/instruction-plans":"6.2.0-canary-20260302093820","@solana/plugin-interfaces":"6.2.0-canary-20260302093820"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260302093820_1772444971311_0.05063723623587468","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302094822":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260302094822","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260302094822","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0e49ec9d36c0ae0b7c2bde8e9590c7504cdbbffe","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260302094822.tgz","fileCount":23,"integrity":"sha512-HFysuEu699yrg/uH6Q2vtnD6R+7/WtEKSzkvKF1qm93ZlyTO5x0qL6E+EsvKBRUiEUORuiucmgVt57S4Yfmocw==","signatures":[{"sig":"MEUCIQC0K0+ynsthCWjbESTF31a+w7EhWT8MFf9L3RULeD5LiQIgJOJwGe0DAVNcLRDtP+tE06SH9Hc2ZRVWl6eW7S9Huq0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260302094822","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260302094822.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/39f276570da6cfd1961ea04411bca5c3/solana-program-client-core-6.2.0-canary-20260302094822.tgz","_integrity":"sha512-HFysuEu699yrg/uH6Q2vtnD6R+7/WtEKSzkvKF1qm93ZlyTO5x0qL6E+EsvKBRUiEUORuiucmgVt57S4Yfmocw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260302094822","@solana/rpc-api":"6.2.0-canary-20260302094822","@solana/signers":"6.2.0-canary-20260302094822","@solana/accounts":"6.2.0-canary-20260302094822","@solana/addresses":"6.2.0-canary-20260302094822","@solana/codecs-core":"6.2.0-canary-20260302094822","@solana/instructions":"6.2.0-canary-20260302094822","@solana/instruction-plans":"6.2.0-canary-20260302094822","@solana/plugin-interfaces":"6.2.0-canary-20260302094822"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260302094822_1772445678085_0.3482593199877957","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302100151":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260302100151","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260302100151","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"530f2f5350a345a806b60269e49c074b746f1f3e","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260302100151.tgz","fileCount":23,"integrity":"sha512-2hBEb2wn0hEies9zPKOI58MYBq2pd9VBlIEHQKODMNC84OP/A3+P4EKHhHx4lqiin8ArzVurUphvrGeBl8tBBQ==","signatures":[{"sig":"MEYCIQCAB+msT6cEfNcHohvSc7sTvu6zt1R+uXq8yLdwatnaogIhAMcle/TxXy9CD5h2AqfjqSCsIlWnYSwgn98iQ6tD/rYI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260302100151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260302100151.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/1b8ed8de38534ccc8a6aefa464d3f82e/solana-program-client-core-6.2.0-canary-20260302100151.tgz","_integrity":"sha512-2hBEb2wn0hEies9zPKOI58MYBq2pd9VBlIEHQKODMNC84OP/A3+P4EKHhHx4lqiin8ArzVurUphvrGeBl8tBBQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260302100151","@solana/rpc-api":"6.2.0-canary-20260302100151","@solana/signers":"6.2.0-canary-20260302100151","@solana/accounts":"6.2.0-canary-20260302100151","@solana/addresses":"6.2.0-canary-20260302100151","@solana/codecs-core":"6.2.0-canary-20260302100151","@solana/instructions":"6.2.0-canary-20260302100151","@solana/instruction-plans":"6.2.0-canary-20260302100151","@solana/plugin-interfaces":"6.2.0-canary-20260302100151"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260302100151_1772446386060_0.5675499788020708","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302101235":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260302101235","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260302101235","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"913743984f0fd56959fae2c12353a6a4c0b5f717","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260302101235.tgz","fileCount":23,"integrity":"sha512-ZboVO+VZ1cxx0ATWr9fshmk+kI8QmCXCWV2chmwjbusNB2by8IF/chbV3BWM+gsZJAnAJFRucIHQUmLrUrUkhQ==","signatures":[{"sig":"MEUCIQC/Z6Tcm0PwO/aJQBk4xf9W77zggp4RTM0blI8kv56y1gIgCMyRuPvOPz1DRoSHJQWeGhkhMHLPASBeRRS3OkOb9NI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260302101235","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260302101235.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/0037e4bdca26d32fe33f984b4a7253cf/solana-program-client-core-6.2.0-canary-20260302101235.tgz","_integrity":"sha512-ZboVO+VZ1cxx0ATWr9fshmk+kI8QmCXCWV2chmwjbusNB2by8IF/chbV3BWM+gsZJAnAJFRucIHQUmLrUrUkhQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260302101235","@solana/rpc-api":"6.2.0-canary-20260302101235","@solana/signers":"6.2.0-canary-20260302101235","@solana/accounts":"6.2.0-canary-20260302101235","@solana/addresses":"6.2.0-canary-20260302101235","@solana/codecs-core":"6.2.0-canary-20260302101235","@solana/instructions":"6.2.0-canary-20260302101235","@solana/instruction-plans":"6.2.0-canary-20260302101235","@solana/plugin-interfaces":"6.2.0-canary-20260302101235"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260302101235_1772447082516_0.6318792188689479","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302200813":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260302200813","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260302200813","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"03065915c68c307b35c6191c106d62aa721bd5f0","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260302200813.tgz","fileCount":23,"integrity":"sha512-thyLbm0w0CtgUqQdGB/73wyh3Uw9LloojkMnSxD0sqjNJibdLVDSILwWjbo1IEZZEDlJobQ6o66CUiL82FuMvA==","signatures":[{"sig":"MEUCIQCeHAkYSLTK2aC81I/suFzbtO2Rlt7tyFMf5ui/WSQsogIgUX97kXWgJilc4Uk41b/h0eKaWJTNSr82GKxnsJk887w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260302200813","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260302200813.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/3e108136f49c222587f1537e5b713892/solana-program-client-core-6.2.0-canary-20260302200813.tgz","_integrity":"sha512-thyLbm0w0CtgUqQdGB/73wyh3Uw9LloojkMnSxD0sqjNJibdLVDSILwWjbo1IEZZEDlJobQ6o66CUiL82FuMvA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260302200813","@solana/rpc-api":"6.2.0-canary-20260302200813","@solana/signers":"6.2.0-canary-20260302200813","@solana/accounts":"6.2.0-canary-20260302200813","@solana/addresses":"6.2.0-canary-20260302200813","@solana/codecs-core":"6.2.0-canary-20260302200813","@solana/instructions":"6.2.0-canary-20260302200813","@solana/instruction-plans":"6.2.0-canary-20260302200813","@solana/plugin-interfaces":"6.2.0-canary-20260302200813"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260302200813_1772482806196_0.3855982560594038","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260303123640":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260303123640","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260303123640","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d1caa9189fbac8596e6fbc97bad890c53363ecc9","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260303123640.tgz","fileCount":23,"integrity":"sha512-b+0OEkZx1EdCEM9xVmWNbskV6iHZu3Qe2/+SWMKNo8hv22vcnnKX8LEV4h6rNqhqcxcBxW0OKVCUgSKux7K5Cw==","signatures":[{"sig":"MEUCIQCviyMA7YOrVe+0gaoB2+T0W2Ach9TmNOUGIIOk8FZTSQIgC6xyfNWzlu75HYkjg3LVLwsQTs/4lMq/ORJZ8lAucKE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260303123640","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260303123640.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/e72a44c85d3513cc413de417dccf4a1b/solana-program-client-core-6.2.0-canary-20260303123640.tgz","_integrity":"sha512-b+0OEkZx1EdCEM9xVmWNbskV6iHZu3Qe2/+SWMKNo8hv22vcnnKX8LEV4h6rNqhqcxcBxW0OKVCUgSKux7K5Cw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260303123640","@solana/rpc-api":"6.2.0-canary-20260303123640","@solana/signers":"6.2.0-canary-20260303123640","@solana/accounts":"6.2.0-canary-20260303123640","@solana/addresses":"6.2.0-canary-20260303123640","@solana/codecs-core":"6.2.0-canary-20260303123640","@solana/instructions":"6.2.0-canary-20260303123640","@solana/instruction-plans":"6.2.0-canary-20260303123640","@solana/plugin-interfaces":"6.2.0-canary-20260303123640"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260303123640_1772542120412_0.17325952073093132","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260303124521":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260303124521","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260303124521","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"38f8f555143bbb154a632a4d39999c765b0dc620","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260303124521.tgz","fileCount":23,"integrity":"sha512-1hvVqXr4DCUkDQVo0Dm98k4BmF1KYdXEXj1oS1OLSApuctQNOS40O2ToEN4m3K2Tpoxmzir8wCES6nwOaoOLUw==","signatures":[{"sig":"MEQCIBkXO8tzdnalzzWfd3rAvr8Y7knKUoe7c4Oxaz4fzjyrAiBdINhX3mvuV+lZ6ABmK9c3RT9Qx5rTOpMTaJUpj8M6kQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260303124521","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260303124521.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/a4361841536f53a852d58011320ef3d0/solana-program-client-core-6.2.0-canary-20260303124521.tgz","_integrity":"sha512-1hvVqXr4DCUkDQVo0Dm98k4BmF1KYdXEXj1oS1OLSApuctQNOS40O2ToEN4m3K2Tpoxmzir8wCES6nwOaoOLUw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260303124521","@solana/rpc-api":"6.2.0-canary-20260303124521","@solana/signers":"6.2.0-canary-20260303124521","@solana/accounts":"6.2.0-canary-20260303124521","@solana/addresses":"6.2.0-canary-20260303124521","@solana/codecs-core":"6.2.0-canary-20260303124521","@solana/instructions":"6.2.0-canary-20260303124521","@solana/instruction-plans":"6.2.0-canary-20260303124521","@solana/plugin-interfaces":"6.2.0-canary-20260303124521"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260303124521_1772542658753_0.4512383748497004","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260303191300":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260303191300","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260303191300","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e2d52041314ef7b1251b8e9aced188e0308c6c90","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260303191300.tgz","fileCount":23,"integrity":"sha512-jBxmB8aDB0vB6NbQKiF8njGDTGtLOiFH9a8mTSiKzU1/9sTVT3emWSFSn2wOM8Wt9JfF1Xc/JJMPLwPfk3TEBA==","signatures":[{"sig":"MEUCIQCK7XBenWS2nykt42NIzVfS01qLijidYPJ1kP5wONmSTwIgArJ2wkcu4A5JxLNpKE1oj6ydsKKCa0mpeA+F9Cfsvho=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260303191300","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260303191300.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/c6567e93b97b0ffc295a140201031571/solana-program-client-core-6.2.0-canary-20260303191300.tgz","_integrity":"sha512-jBxmB8aDB0vB6NbQKiF8njGDTGtLOiFH9a8mTSiKzU1/9sTVT3emWSFSn2wOM8Wt9JfF1Xc/JJMPLwPfk3TEBA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260303191300","@solana/rpc-api":"6.2.0-canary-20260303191300","@solana/signers":"6.2.0-canary-20260303191300","@solana/accounts":"6.2.0-canary-20260303191300","@solana/addresses":"6.2.0-canary-20260303191300","@solana/codecs-core":"6.2.0-canary-20260303191300","@solana/instructions":"6.2.0-canary-20260303191300","@solana/instruction-plans":"6.2.0-canary-20260303191300","@solana/plugin-interfaces":"6.2.0-canary-20260303191300"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260303191300_1772565847393_0.16231141896774148","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260304155327":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260304155327","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260304155327","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a0fdc386d1e9df87a0b3cfc607b021613daf1b2b","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260304155327.tgz","fileCount":23,"integrity":"sha512-Bnj07SZlZMg+8GoXO9HuX/0JaCpZDqwXQOgel2GgIPy1u3sG5Q08WsSxVdS3koEgjIi5YaSKpb47Z0XRdIqN9Q==","signatures":[{"sig":"MEYCIQCUm9CA6mZMCXDWngZv78cgj/n/MvMOE2UYImtdIQN7NAIhANrHiEQO+SmhTa4tvpnzJjqgvlJZ/gA4JReNQpNIycPb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260304155327","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260304155327.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/ff46bd4434218c1ca32e8299fce17665/solana-program-client-core-6.2.0-canary-20260304155327.tgz","_integrity":"sha512-Bnj07SZlZMg+8GoXO9HuX/0JaCpZDqwXQOgel2GgIPy1u3sG5Q08WsSxVdS3koEgjIi5YaSKpb47Z0XRdIqN9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260304155327","@solana/rpc-api":"6.2.0-canary-20260304155327","@solana/signers":"6.2.0-canary-20260304155327","@solana/accounts":"6.2.0-canary-20260304155327","@solana/addresses":"6.2.0-canary-20260304155327","@solana/codecs-core":"6.2.0-canary-20260304155327","@solana/instructions":"6.2.0-canary-20260304155327","@solana/instruction-plans":"6.2.0-canary-20260304155327","@solana/plugin-interfaces":"6.2.0-canary-20260304155327"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260304155327_1772640321395_0.10409603378500032","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260304155504":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260304155504","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260304155504","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1de88daf0bc816745def77090eca8f9790f50215","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260304155504.tgz","fileCount":23,"integrity":"sha512-7/g4w5hSgm5STy8uMXVYOCh4om33zX5emy3d+pkQkVVe1sxjFGCxZeqP5+XJxlivWjOFmzJ9ykh6HcLCz69ayQ==","signatures":[{"sig":"MEUCIQDehL6DWwDtyX+bhiWHgRxglcNHlvnz4ObxF1E16TM6BAIgK6vVmQpkQrKDfThZjmmOgTfTAJgVrmAASWqwy0nspXI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260304155504","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260304155504.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/d62b7fb5818db84c1608cbb30454e22c/solana-program-client-core-6.2.0-canary-20260304155504.tgz","_integrity":"sha512-7/g4w5hSgm5STy8uMXVYOCh4om33zX5emy3d+pkQkVVe1sxjFGCxZeqP5+XJxlivWjOFmzJ9ykh6HcLCz69ayQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260304155504","@solana/rpc-api":"6.2.0-canary-20260304155504","@solana/signers":"6.2.0-canary-20260304155504","@solana/accounts":"6.2.0-canary-20260304155504","@solana/addresses":"6.2.0-canary-20260304155504","@solana/codecs-core":"6.2.0-canary-20260304155504","@solana/instructions":"6.2.0-canary-20260304155504","@solana/instruction-plans":"6.2.0-canary-20260304155504","@solana/plugin-interfaces":"6.2.0-canary-20260304155504"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260304155504_1772640444609_0.7631992061145236","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260304180933":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260304180933","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260304180933","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ba1ca7d9dfbb683321bc4ef26d437137a817b732","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260304180933.tgz","fileCount":23,"integrity":"sha512-7fe9whZ8b4cBd+RzKhU+dzFvwoWdjfS9QuYU+NJm1kUvOcAQoXsRRwibnx6xgmmdIoXDs5kmVT1nv3R7G6x9vw==","signatures":[{"sig":"MEUCICQJGSY4zU92fd+MU/WdHG1rBXxfmvP1e4yo+Va/aAvkAiEA5o3Mss3JO2s5Xpuo1bHsdaMNFQSBfcZporr4ermX2RE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260304180933","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260304180933.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/8fe1596223bc2693106dad04758875cb/solana-program-client-core-6.2.0-canary-20260304180933.tgz","_integrity":"sha512-7fe9whZ8b4cBd+RzKhU+dzFvwoWdjfS9QuYU+NJm1kUvOcAQoXsRRwibnx6xgmmdIoXDs5kmVT1nv3R7G6x9vw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260304180933","@solana/rpc-api":"6.2.0-canary-20260304180933","@solana/signers":"6.2.0-canary-20260304180933","@solana/accounts":"6.2.0-canary-20260304180933","@solana/addresses":"6.2.0-canary-20260304180933","@solana/codecs-core":"6.2.0-canary-20260304180933","@solana/instructions":"6.2.0-canary-20260304180933","@solana/instruction-plans":"6.2.0-canary-20260304180933","@solana/plugin-interfaces":"6.2.0-canary-20260304180933"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260304180933_1772648508653_0.49724869253585413","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305081532":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260305081532","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260305081532","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"754b511c2ea94f5df0bb6e217a488a02d5c453f1","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260305081532.tgz","fileCount":23,"integrity":"sha512-hN6/k+KBZZTt1bFM1ca0JdtQa7HxFCreLA+W1wLVWkAhZJSsYX1psQzSlC6OPIkrtbOZaBxNBwc3HBOZiFcERg==","signatures":[{"sig":"MEUCIGUSc7neax5ik6CGjmM9DrNIVWhCG2MNnm/z0odT1YePAiEAvcZaX6xx+KjWmWaxslzlpt3yzgrU7C40d4+8LvmuMeY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260305081532","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260305081532.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/b77459c712c9c3d45b559275c88467c2/solana-program-client-core-6.2.0-canary-20260305081532.tgz","_integrity":"sha512-hN6/k+KBZZTt1bFM1ca0JdtQa7HxFCreLA+W1wLVWkAhZJSsYX1psQzSlC6OPIkrtbOZaBxNBwc3HBOZiFcERg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260305081532","@solana/rpc-api":"6.2.0-canary-20260305081532","@solana/signers":"6.2.0-canary-20260305081532","@solana/accounts":"6.2.0-canary-20260305081532","@solana/addresses":"6.2.0-canary-20260305081532","@solana/codecs-core":"6.2.0-canary-20260305081532","@solana/instructions":"6.2.0-canary-20260305081532","@solana/instruction-plans":"6.2.0-canary-20260305081532","@solana/plugin-interfaces":"6.2.0-canary-20260305081532"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260305081532_1772699233618_0.12282037965177395","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305082327":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260305082327","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260305082327","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d40d8eda0584395aff60575e1cbdf2d187f1887f","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260305082327.tgz","fileCount":23,"integrity":"sha512-xk/2fvdotH3s7+MTWeKQLoiD+8LzKWp9QEMNRZGt4f2qCjcnMOIbewQm7nHiAGxwfH4BWdj0j+Y6yZhUl9CPyA==","signatures":[{"sig":"MEQCIHSvsMoCI5gd+WpIi7zUsKGJPRJSNU8lSQ+3idkLzZ3JAiBPIRLETN8h72dMnwCYAPk5NKNxq8L1nyFs2UUPiTsVuQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260305082327","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260305082327.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/2955aec49902b1cfa92f8026121f82f3/solana-program-client-core-6.2.0-canary-20260305082327.tgz","_integrity":"sha512-xk/2fvdotH3s7+MTWeKQLoiD+8LzKWp9QEMNRZGt4f2qCjcnMOIbewQm7nHiAGxwfH4BWdj0j+Y6yZhUl9CPyA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260305082327","@solana/rpc-api":"6.2.0-canary-20260305082327","@solana/signers":"6.2.0-canary-20260305082327","@solana/accounts":"6.2.0-canary-20260305082327","@solana/addresses":"6.2.0-canary-20260305082327","@solana/codecs-core":"6.2.0-canary-20260305082327","@solana/instructions":"6.2.0-canary-20260305082327","@solana/instruction-plans":"6.2.0-canary-20260305082327","@solana/plugin-interfaces":"6.2.0-canary-20260305082327"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260305082327_1772699714546_0.5660081790378777","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305083234":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260305083234","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260305083234","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e72d120344b44f7dc42bc5d834c5a3857ca53b52","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260305083234.tgz","fileCount":23,"integrity":"sha512-OB7dD3cgbKC09G3uK7CsRnQ0LoZWahuYz+v20mUQ/BJo3FkEXe1O1qCpNYSbdcTPtZ35hR0Yozdm6Vo4frHo9Q==","signatures":[{"sig":"MEYCIQCIU93FiIRBVxy9skWf/8DY9ZhYdZvngrCKzpcYwjHbgQIhAK5tGMe9FRGu8vvqEgQSvp0k5O4VY9KZFbsdrb7gRDAP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260305083234","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260305083234.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/aef3fdd4cf0db2dd41a7de88f2cd66e5/solana-program-client-core-6.2.0-canary-20260305083234.tgz","_integrity":"sha512-OB7dD3cgbKC09G3uK7CsRnQ0LoZWahuYz+v20mUQ/BJo3FkEXe1O1qCpNYSbdcTPtZ35hR0Yozdm6Vo4frHo9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260305083234","@solana/rpc-api":"6.2.0-canary-20260305083234","@solana/signers":"6.2.0-canary-20260305083234","@solana/accounts":"6.2.0-canary-20260305083234","@solana/addresses":"6.2.0-canary-20260305083234","@solana/codecs-core":"6.2.0-canary-20260305083234","@solana/instructions":"6.2.0-canary-20260305083234","@solana/instruction-plans":"6.2.0-canary-20260305083234","@solana/plugin-interfaces":"6.2.0-canary-20260305083234"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260305083234_1772700285933_0.3106168303899848","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305084229":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260305084229","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260305084229","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"51651b50851b448e8ec20b0e17c4fc1e0e09119e","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260305084229.tgz","fileCount":23,"integrity":"sha512-Yscz6tovIespTvG+txerUkRMmR/8T5/hUVw8FDydu5TpYxQfv8xy/fOATDqHyQUL08XowgGPxDWmEy8fcWrT8g==","signatures":[{"sig":"MEYCIQCUieoo7Vx204ZcV/suBxav9b8hdhcvtIHqopMzElSPbQIhAIIhtMSQv6G6mvA83it3vukpjTRTSNxM4i81ED35XL3S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260305084229","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260305084229.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/8f5a88be84d443065cf5d6772f9e2c02/solana-program-client-core-6.2.0-canary-20260305084229.tgz","_integrity":"sha512-Yscz6tovIespTvG+txerUkRMmR/8T5/hUVw8FDydu5TpYxQfv8xy/fOATDqHyQUL08XowgGPxDWmEy8fcWrT8g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260305084229","@solana/rpc-api":"6.2.0-canary-20260305084229","@solana/signers":"6.2.0-canary-20260305084229","@solana/accounts":"6.2.0-canary-20260305084229","@solana/addresses":"6.2.0-canary-20260305084229","@solana/codecs-core":"6.2.0-canary-20260305084229","@solana/instructions":"6.2.0-canary-20260305084229","@solana/instruction-plans":"6.2.0-canary-20260305084229","@solana/plugin-interfaces":"6.2.0-canary-20260305084229"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260305084229_1772700926943_0.6997121984126204","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305105248":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260305105248","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260305105248","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"17a5ed9e9c2e308c6750af9baf99def40190bb23","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260305105248.tgz","fileCount":23,"integrity":"sha512-0ui/bqAxUaFQ2uFk2YE+i4NztemW2B1nHR3/+ZK7xpWi6ONotLD+drvZrNRAYPthkmnfQKz8T+y/eAhGKwwDog==","signatures":[{"sig":"MEYCIQDVh6Mth/PIoG2gyfJsI87smKIUf5XEpIzWZBgFFGOoAAIhAO0g8OcF61HAZM8cHNb+qL+RTMMAGCJvva3TFJI1Khvw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260305105248","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260305105248.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/cbc8db5c8de23725a5337b4068860582/solana-program-client-core-6.2.0-canary-20260305105248.tgz","_integrity":"sha512-0ui/bqAxUaFQ2uFk2YE+i4NztemW2B1nHR3/+ZK7xpWi6ONotLD+drvZrNRAYPthkmnfQKz8T+y/eAhGKwwDog==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260305105248","@solana/rpc-api":"6.2.0-canary-20260305105248","@solana/signers":"6.2.0-canary-20260305105248","@solana/accounts":"6.2.0-canary-20260305105248","@solana/addresses":"6.2.0-canary-20260305105248","@solana/codecs-core":"6.2.0-canary-20260305105248","@solana/instructions":"6.2.0-canary-20260305105248","@solana/instruction-plans":"6.2.0-canary-20260305105248","@solana/plugin-interfaces":"6.2.0-canary-20260305105248"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260305105248_1772708760740_0.5012586672859194","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260306112919":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260306112919","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260306112919","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"74f3539c76a0d127966549dfabf5831ae49046bd","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260306112919.tgz","fileCount":23,"integrity":"sha512-Sbqm0f5KdWsS5UNbnPsQxxjk9xBnATgo4BI2n2yKTMcovjlFQoVfa5IeBMBuGHYNhxDt8E13qtnQXYPfYLSpEw==","signatures":[{"sig":"MEQCIDvIqDrGmXXZCLKWoHWpceI3y51r9vIDMvPOS2Dhm07KAiA0RIx0efmRNQX1pp+4hup/T/mcTaB6KJdmtBVKhU3IXQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260306112919","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260306112919.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/b10ed1e93f7b08b66f5452f47d3ee5d4/solana-program-client-core-6.2.0-canary-20260306112919.tgz","_integrity":"sha512-Sbqm0f5KdWsS5UNbnPsQxxjk9xBnATgo4BI2n2yKTMcovjlFQoVfa5IeBMBuGHYNhxDt8E13qtnQXYPfYLSpEw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260306112919","@solana/rpc-api":"6.2.0-canary-20260306112919","@solana/signers":"6.2.0-canary-20260306112919","@solana/accounts":"6.2.0-canary-20260306112919","@solana/addresses":"6.2.0-canary-20260306112919","@solana/codecs-core":"6.2.0-canary-20260306112919","@solana/instructions":"6.2.0-canary-20260306112919","@solana/instruction-plans":"6.2.0-canary-20260306112919","@solana/plugin-interfaces":"6.2.0-canary-20260306112919"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260306112919_1772797265931_0.9176412265504255","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260306113819":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260306113819","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260306113819","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c3d081612b44a3838c739a488664e0a0a99da8e1","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260306113819.tgz","fileCount":23,"integrity":"sha512-OPHk/kRN8H855iSwV1EyjKh0Ll6M2yzcN6yWvQl1Yf50TyPBpMa3ypvtAMaTFd/L6tmHmAVRC/bvejCtoY3yRQ==","signatures":[{"sig":"MEQCID0VT4bw/+fNXqT4XsDeoDcBsF9/7S6W23+wt+uRtzkAAiAk1bZhJu7S6g3KmYmrATXBSakHutgntl02ZDNmV257fQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260306113819","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260306113819.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/4391a7f2ae95f5bab3489a0ae9bb2301/solana-program-client-core-6.2.0-canary-20260306113819.tgz","_integrity":"sha512-OPHk/kRN8H855iSwV1EyjKh0Ll6M2yzcN6yWvQl1Yf50TyPBpMa3ypvtAMaTFd/L6tmHmAVRC/bvejCtoY3yRQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260306113819","@solana/rpc-api":"6.2.0-canary-20260306113819","@solana/signers":"6.2.0-canary-20260306113819","@solana/accounts":"6.2.0-canary-20260306113819","@solana/addresses":"6.2.0-canary-20260306113819","@solana/codecs-core":"6.2.0-canary-20260306113819","@solana/instructions":"6.2.0-canary-20260306113819","@solana/instruction-plans":"6.2.0-canary-20260306113819","@solana/plugin-interfaces":"6.2.0-canary-20260306113819"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260306113819_1772797800248_0.7002372857836054","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260306114817":{"name":"@solana/program-client-core","version":"6.2.0-canary-20260306114817","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0-canary-20260306114817","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"80a6893e91b9b67f1f491c073dd88f7b914d772d","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0-canary-20260306114817.tgz","fileCount":23,"integrity":"sha512-Z22qjCV685bb76l7n674RZylWo3sqaCe52IwsxBV3iR/rrqjcppCBa+ihAnZSUc+VM2L1VFcdrbhfhMOW9dv9g==","signatures":[{"sig":"MEQCIHscuvZojqr0+L510bDRY24bnfoDTCzpb+zhH0mPl4gwAiBuJIclJkH0uEDtvPzuTZnlcpWbyTfA8C+JXd0FgM5l0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0-canary-20260306114817","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0-canary-20260306114817.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/6ea9738f8facc3dcff69a06014c9d467/solana-program-client-core-6.2.0-canary-20260306114817.tgz","_integrity":"sha512-Z22qjCV685bb76l7n674RZylWo3sqaCe52IwsxBV3iR/rrqjcppCBa+ihAnZSUc+VM2L1VFcdrbhfhMOW9dv9g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0-canary-20260306114817","@solana/rpc-api":"6.2.0-canary-20260306114817","@solana/signers":"6.2.0-canary-20260306114817","@solana/accounts":"6.2.0-canary-20260306114817","@solana/addresses":"6.2.0-canary-20260306114817","@solana/codecs-core":"6.2.0-canary-20260306114817","@solana/instructions":"6.2.0-canary-20260306114817","@solana/instruction-plans":"6.2.0-canary-20260306114817","@solana/plugin-interfaces":"6.2.0-canary-20260306114817"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0-canary-20260306114817_1772798332824_0.801612043499141","host":"s3://npm-registry-packages-npm-production"}},"6.2.0":{"name":"@solana/program-client-core","version":"6.2.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.2.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d833db2689693a42b1cc42986cb17f4fa935f6a6","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.2.0.tgz","fileCount":23,"integrity":"sha512-B044ZU02akGs1AtggEUvg6fsNKL970UJVRDDKBvQ6M9GX7c7R6sbNPFQoAuKUW3dAa9KSI5w2vOJDJTLzn1B+Q==","signatures":[{"sig":"MEYCIQDXoOVR7FerA0Gkz/D8YUSArDwQumIodEA/NW4lrwNJ0gIhAPdMClW1nIMxRTLd7aO26x6XcW6yK69X94jKVbJ5k68h","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":173965},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.2.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/9a10510c4ce385aa01735edbb5f66518/solana-program-client-core-6.2.0.tgz","_integrity":"sha512-B044ZU02akGs1AtggEUvg6fsNKL970UJVRDDKBvQ6M9GX7c7R6sbNPFQoAuKUW3dAa9KSI5w2vOJDJTLzn1B+Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.2.0","@solana/rpc-api":"6.2.0","@solana/signers":"6.2.0","@solana/accounts":"6.2.0","@solana/addresses":"6.2.0","@solana/codecs-core":"6.2.0","@solana/instructions":"6.2.0","@solana/instruction-plans":"6.2.0","@solana/plugin-interfaces":"6.2.0"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.2.0_1773066961872_0.752943693953555","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260310111724":{"name":"@solana/program-client-core","version":"6.3.0-canary-20260310111724","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.0-canary-20260310111724","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9077c7f54d7cbc86855707ac8fc7034f1007204d","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.0-canary-20260310111724.tgz","fileCount":23,"integrity":"sha512-vpLofpe5y5eAreDt+yMrNDXeEy5MyDJdSWQohjWlvjXcQz5/ThHgZQUAZmJ5wshNqG/zy8x9Q5qe+UdwV0qmQw==","signatures":[{"sig":"MEUCIQCcfB0BLffkVu+F6UILkZaZQj5MtqMY6EnXt3EDzl0s4gIgNgYCSVGv2c4KluXh2MmeF6O3z7SoesKoEgQ24jSRx/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.0-canary-20260310111724","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.0-canary-20260310111724.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/dac01973a5344b6559e4a7a391971740/solana-program-client-core-6.3.0-canary-20260310111724.tgz","_integrity":"sha512-vpLofpe5y5eAreDt+yMrNDXeEy5MyDJdSWQohjWlvjXcQz5/ThHgZQUAZmJ5wshNqG/zy8x9Q5qe+UdwV0qmQw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.0-canary-20260310111724","@solana/rpc-api":"6.3.0-canary-20260310111724","@solana/signers":"6.3.0-canary-20260310111724","@solana/accounts":"6.3.0-canary-20260310111724","@solana/addresses":"6.3.0-canary-20260310111724","@solana/codecs-core":"6.3.0-canary-20260310111724","@solana/instructions":"6.3.0-canary-20260310111724","@solana/instruction-plans":"6.3.0-canary-20260310111724","@solana/plugin-interfaces":"6.3.0-canary-20260310111724"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.0-canary-20260310111724_1773142175674_0.769949140757807","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260310152357":{"name":"@solana/program-client-core","version":"6.3.0-canary-20260310152357","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.0-canary-20260310152357","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d9488e5b145d527f392dcfb69893ded307e27d4a","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.0-canary-20260310152357.tgz","fileCount":23,"integrity":"sha512-JlI3sbAclTs4Jfcy5I/rBHDIKbN5rXcMzVtbUkZByD6jfYj1rK147NjHvTrNSfIPq4xkqXZ+KqTSOvJY6JD2fA==","signatures":[{"sig":"MEQCID+oykwiEMrePjZ/zBDWQ4tUjMi3Pi5PLRb0fOh4Nq/kAiA5nOvdOY/C/a22nzSSs287RIENDoQyOEMOeNUCCpo7RQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.0-canary-20260310152357","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.0-canary-20260310152357.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/23b0e861de8a0ff1bea9f3d1aae4ed8d/solana-program-client-core-6.3.0-canary-20260310152357.tgz","_integrity":"sha512-JlI3sbAclTs4Jfcy5I/rBHDIKbN5rXcMzVtbUkZByD6jfYj1rK147NjHvTrNSfIPq4xkqXZ+KqTSOvJY6JD2fA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.0-canary-20260310152357","@solana/rpc-api":"6.3.0-canary-20260310152357","@solana/signers":"6.3.0-canary-20260310152357","@solana/accounts":"6.3.0-canary-20260310152357","@solana/addresses":"6.3.0-canary-20260310152357","@solana/codecs-core":"6.3.0-canary-20260310152357","@solana/instructions":"6.3.0-canary-20260310152357","@solana/instruction-plans":"6.3.0-canary-20260310152357","@solana/plugin-interfaces":"6.3.0-canary-20260310152357"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.0-canary-20260310152357_1773156952439_0.37928397604738096","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260310153053":{"name":"@solana/program-client-core","version":"6.3.0-canary-20260310153053","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.0-canary-20260310153053","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a52d922a9395f753b2d33d9ad25f61e51ec65892","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.0-canary-20260310153053.tgz","fileCount":23,"integrity":"sha512-y25aQN5pF3aoBDI80dAgPq0WdZNAbmizS/FhcLCjIwJd9oIik0dJi8OFYp1bl6rrCFTEDhCBtBZfXvS8TbKL5A==","signatures":[{"sig":"MEYCIQDq30nREFEhqRM7qV4HIbojIh8dVs2sYbzqkOs/RVnn9AIhAJwHn4ursamL086EmKiaOZx4Q8DTybfAfPBQBnpau1eC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.0-canary-20260310153053","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.0-canary-20260310153053.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/bac3b92082d78d33512dcec7225c04c8/solana-program-client-core-6.3.0-canary-20260310153053.tgz","_integrity":"sha512-y25aQN5pF3aoBDI80dAgPq0WdZNAbmizS/FhcLCjIwJd9oIik0dJi8OFYp1bl6rrCFTEDhCBtBZfXvS8TbKL5A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.0-canary-20260310153053","@solana/rpc-api":"6.3.0-canary-20260310153053","@solana/signers":"6.3.0-canary-20260310153053","@solana/accounts":"6.3.0-canary-20260310153053","@solana/addresses":"6.3.0-canary-20260310153053","@solana/codecs-core":"6.3.0-canary-20260310153053","@solana/instructions":"6.3.0-canary-20260310153053","@solana/instruction-plans":"6.3.0-canary-20260310153053","@solana/plugin-interfaces":"6.3.0-canary-20260310153053"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.0-canary-20260310153053_1773157400873_0.6517229520181662","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260311115221":{"name":"@solana/program-client-core","version":"6.3.0-canary-20260311115221","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.0-canary-20260311115221","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"61fcb3b5a96e12a0b78c76659745d4959af2630e","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.0-canary-20260311115221.tgz","fileCount":23,"integrity":"sha512-zPq4Yv7rXIPx3/Gok6CWyW8fRDVJQhFFzD89EoS/LypuxcwH8QBn51NCzShk16+wdVG/rbSBqnWjUMIfEdEFKA==","signatures":[{"sig":"MEQCICqpqz7X+DB+3V5EjQAevD/SSbIVMXGdJGxAHLYAoUKgAiBG9lDzJN0SlaDbTg1lQjqs1xYsLp6/GDOmawJJrkQDyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.0-canary-20260311115221","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.0-canary-20260311115221.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/04d192bf0c8da9bedc14b32a186d0836/solana-program-client-core-6.3.0-canary-20260311115221.tgz","_integrity":"sha512-zPq4Yv7rXIPx3/Gok6CWyW8fRDVJQhFFzD89EoS/LypuxcwH8QBn51NCzShk16+wdVG/rbSBqnWjUMIfEdEFKA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.0-canary-20260311115221","@solana/rpc-api":"6.3.0-canary-20260311115221","@solana/signers":"6.3.0-canary-20260311115221","@solana/accounts":"6.3.0-canary-20260311115221","@solana/addresses":"6.3.0-canary-20260311115221","@solana/codecs-core":"6.3.0-canary-20260311115221","@solana/instructions":"6.3.0-canary-20260311115221","@solana/instruction-plans":"6.3.0-canary-20260311115221","@solana/plugin-interfaces":"6.3.0-canary-20260311115221"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.0-canary-20260311115221_1773230668300_0.8980977116046396","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260311133054":{"name":"@solana/program-client-core","version":"6.3.0-canary-20260311133054","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.0-canary-20260311133054","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"737cce673fcdadcf6a47b1995a2a1301bdfccff2","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.0-canary-20260311133054.tgz","fileCount":23,"integrity":"sha512-3bAjJIF+CGgxKGtlV1s7XMo52ipx7w/NcDI89uXWOxSk0tx4+3oKUN3/jXNWojrce/oAisyIiGscEQPCOziQyQ==","signatures":[{"sig":"MEYCIQCI3572pZC2nLrODkv/KRFU2k1H69IG8i1VzLa4g9Ws6AIhAIomC5zPgASHc5Ll5MGHOSRsK1znHgcwZd8jR5oDtfce","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.0-canary-20260311133054","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.0-canary-20260311133054.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/9d1a2ea82696ae0ba0b3094b0153ab9f/solana-program-client-core-6.3.0-canary-20260311133054.tgz","_integrity":"sha512-3bAjJIF+CGgxKGtlV1s7XMo52ipx7w/NcDI89uXWOxSk0tx4+3oKUN3/jXNWojrce/oAisyIiGscEQPCOziQyQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.0-canary-20260311133054","@solana/rpc-api":"6.3.0-canary-20260311133054","@solana/signers":"6.3.0-canary-20260311133054","@solana/accounts":"6.3.0-canary-20260311133054","@solana/addresses":"6.3.0-canary-20260311133054","@solana/codecs-core":"6.3.0-canary-20260311133054","@solana/instructions":"6.3.0-canary-20260311133054","@solana/instruction-plans":"6.3.0-canary-20260311133054","@solana/plugin-interfaces":"6.3.0-canary-20260311133054"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.0-canary-20260311133054_1773236555258_0.11017519774912654","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260311134115":{"name":"@solana/program-client-core","version":"6.3.0-canary-20260311134115","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.0-canary-20260311134115","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a86044862eee541a1aa8add024e8dd5eea5eca48","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.0-canary-20260311134115.tgz","fileCount":23,"integrity":"sha512-idv6I5uzam8TAxaIu886W0LLsMnWd5jG2OVLmpHB6bFPyTDGrQajFjrs2hoSiWo8XzA2fsn6msY5G5e68rgxOg==","signatures":[{"sig":"MEUCIQDUdbGhybJEqe7ZAeqqoJdYX3/lqETGtss+DYQki+W64gIgWxdU9BfAS1eImsXc8PFvckMHuRg6Uw5Y4JZNIQ5iXfw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.0-canary-20260311134115","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.0-canary-20260311134115.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/4cbc116d1ab9958856300d26cc3265cc/solana-program-client-core-6.3.0-canary-20260311134115.tgz","_integrity":"sha512-idv6I5uzam8TAxaIu886W0LLsMnWd5jG2OVLmpHB6bFPyTDGrQajFjrs2hoSiWo8XzA2fsn6msY5G5e68rgxOg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.0-canary-20260311134115","@solana/rpc-api":"6.3.0-canary-20260311134115","@solana/signers":"6.3.0-canary-20260311134115","@solana/accounts":"6.3.0-canary-20260311134115","@solana/addresses":"6.3.0-canary-20260311134115","@solana/codecs-core":"6.3.0-canary-20260311134115","@solana/instructions":"6.3.0-canary-20260311134115","@solana/instruction-plans":"6.3.0-canary-20260311134115","@solana/plugin-interfaces":"6.3.0-canary-20260311134115"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.0-canary-20260311134115_1773237204187_0.08017752137748868","host":"s3://npm-registry-packages-npm-production"}},"6.3.0":{"name":"@solana/program-client-core","version":"6.3.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a6bc9d333d1894f0e276ff9c2a664a225c8aadb8","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.0.tgz","fileCount":23,"integrity":"sha512-gFv6TqlMwbNdrxZ3PECB700uXqpSAyG67LxsjYFfPT0S8F7y5TgbDbjCtNv1cCc2WC4d6uOIdEqXm7PL4DBI1Q==","signatures":[{"sig":"MEYCIQDI7LDCA+Cha6LAtSK9WlpvTGbMu6zzGEn8Q19GflXWrwIhALF9mtOgz7EAQ78LkGrAF76mqHIwl+SFv2caklxaIFaZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":173965},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/1842f4d4c9c80b9bee58aad39e61054e/solana-program-client-core-6.3.0.tgz","_integrity":"sha512-gFv6TqlMwbNdrxZ3PECB700uXqpSAyG67LxsjYFfPT0S8F7y5TgbDbjCtNv1cCc2WC4d6uOIdEqXm7PL4DBI1Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.0","@solana/rpc-api":"6.3.0","@solana/signers":"6.3.0","@solana/accounts":"6.3.0","@solana/addresses":"6.3.0","@solana/codecs-core":"6.3.0","@solana/instructions":"6.3.0","@solana/instruction-plans":"6.3.0","@solana/plugin-interfaces":"6.3.0"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.0_1773237830678_0.8906183554810696","host":"s3://npm-registry-packages-npm-production"}},"6.3.1-canary-20260312155211":{"name":"@solana/program-client-core","version":"6.3.1-canary-20260312155211","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.1-canary-20260312155211","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0a53fa3a7a177b211536f10d700860ae3d6a9564","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.1-canary-20260312155211.tgz","fileCount":23,"integrity":"sha512-lRjdF8qkDKb1oHpUPx4xcvG6IM3PI363EOCr5AvkVCyPGLFbnhxvfPgWR5VgDY14ez6govH+Z9LRH/RRJUNfXg==","signatures":[{"sig":"MEYCIQCSKgW6S7ftr9RTq0i0IgftaHqSZhn6ERNnER74Usyl/QIhAMf4QA6R2E+IkFJTbAomLGXLX1ofFaoXhFhCJBN8x7W8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.1-canary-20260312155211","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":174185},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.1-canary-20260312155211.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/a9bdbec70ee1249c6d82fb6a4b746b43/solana-program-client-core-6.3.1-canary-20260312155211.tgz","_integrity":"sha512-lRjdF8qkDKb1oHpUPx4xcvG6IM3PI363EOCr5AvkVCyPGLFbnhxvfPgWR5VgDY14ez6govH+Z9LRH/RRJUNfXg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.1-canary-20260312155211","@solana/rpc-api":"6.3.1-canary-20260312155211","@solana/signers":"6.3.1-canary-20260312155211","@solana/accounts":"6.3.1-canary-20260312155211","@solana/addresses":"6.3.1-canary-20260312155211","@solana/codecs-core":"6.3.1-canary-20260312155211","@solana/instructions":"6.3.1-canary-20260312155211","@solana/instruction-plans":"6.3.1-canary-20260312155211","@solana/plugin-interfaces":"6.3.1-canary-20260312155211"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.1-canary-20260312155211_1773331427757_0.462964958754873","host":"s3://npm-registry-packages-npm-production"}},"6.3.1":{"name":"@solana/program-client-core","version":"6.3.1","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.1","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"69bf4fab3c4745dbb7e020d7506b35d8a29ec034","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.1.tgz","fileCount":23,"integrity":"sha512-V4WtLnDJA8GZZ3xwFg2rte/GIgVFrRCGtlhgjCTsE6ct4vXSSSkez7Dyod7eIqhsHZVC4Brq6n3BuuC4GciUzg==","signatures":[{"sig":"MEUCIQD+lhYtMFo+6TrNLkUtbJT/OVys5HEG9lAuZiWhZJCiDAIgIhxkO0xBqJ6X5AcTJxHIkI18tNOB0+Dv0KhIHrAqciw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":173965},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.1.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/086b07f9bb84514ca3ae5363e56d8b75/solana-program-client-core-6.3.1.tgz","_integrity":"sha512-V4WtLnDJA8GZZ3xwFg2rte/GIgVFrRCGtlhgjCTsE6ct4vXSSSkez7Dyod7eIqhsHZVC4Brq6n3BuuC4GciUzg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.1","@solana/rpc-api":"6.3.1","@solana/signers":"6.3.1","@solana/accounts":"6.3.1","@solana/addresses":"6.3.1","@solana/codecs-core":"6.3.1","@solana/instructions":"6.3.1","@solana/instruction-plans":"6.3.1","@solana/plugin-interfaces":"6.3.1"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.1_1773334120785_0.7296098047908559","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313112147":{"name":"@solana/program-client-core","version":"6.3.2-canary-20260313112147","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.2-canary-20260313112147","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b55c82a94a9e897e50a0fd2d583194e1c3b8ec95","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.2-canary-20260313112147.tgz","fileCount":28,"integrity":"sha512-DxhGoV1FmFmq2EQ8+F0JxRujPaMdQ+8xulrSlWIJLWruy4nmbCPm15bLWv0bCBMBP8bipulMrVe7Aho9Dan8Bw==","signatures":[{"sig":"MEYCIQCafQoO10DHaFOtS1Ck+kiToGLa2gF7W/9bxi+iKro0rwIhAKNkeaPLIb8EBwzKWb9ruuCdp2yqF+gsA+XEmRp/Zhke","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.2-canary-20260313112147","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":194902},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.2-canary-20260313112147.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/f2045a8b5bc634c379b5f610904f4571/solana-program-client-core-6.3.2-canary-20260313112147.tgz","_integrity":"sha512-DxhGoV1FmFmq2EQ8+F0JxRujPaMdQ+8xulrSlWIJLWruy4nmbCPm15bLWv0bCBMBP8bipulMrVe7Aho9Dan8Bw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.2-canary-20260313112147","@solana/rpc-api":"6.3.2-canary-20260313112147","@solana/signers":"6.3.2-canary-20260313112147","@solana/accounts":"6.3.2-canary-20260313112147","@solana/addresses":"6.3.2-canary-20260313112147","@solana/codecs-core":"6.3.2-canary-20260313112147","@solana/instructions":"6.3.2-canary-20260313112147","@solana/instruction-plans":"6.3.2-canary-20260313112147","@solana/plugin-interfaces":"6.3.2-canary-20260313112147"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.2-canary-20260313112147_1773401595421_0.41659286396379125","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313143218":{"name":"@solana/program-client-core","version":"6.3.2-canary-20260313143218","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.2-canary-20260313143218","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8d909b538c5ed033b4f41f02732b62d36c289750","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.2-canary-20260313143218.tgz","fileCount":28,"integrity":"sha512-a46Jnk8TLxok7FblvoYnAx+DhGqgRoiFtJYIfgMSuuiowDEmuEunUvURSJ58j/v5j3svEsLIBv272JdRhiLD8A==","signatures":[{"sig":"MEQCIBCdLSnmhuZKjPLqkJthxu72xAwaJcnVeulwolmNrMlJAiAcAA7fzRS9/9sn0kcI/X9/o78y8ZNSEd1FOLI8GGlHJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.2-canary-20260313143218","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":194902},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.2-canary-20260313143218.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/23686f232b8e9fb9421f32b4d95ab412/solana-program-client-core-6.3.2-canary-20260313143218.tgz","_integrity":"sha512-a46Jnk8TLxok7FblvoYnAx+DhGqgRoiFtJYIfgMSuuiowDEmuEunUvURSJ58j/v5j3svEsLIBv272JdRhiLD8A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.2-canary-20260313143218","@solana/rpc-api":"6.3.2-canary-20260313143218","@solana/signers":"6.3.2-canary-20260313143218","@solana/accounts":"6.3.2-canary-20260313143218","@solana/addresses":"6.3.2-canary-20260313143218","@solana/codecs-core":"6.3.2-canary-20260313143218","@solana/instructions":"6.3.2-canary-20260313143218","@solana/instruction-plans":"6.3.2-canary-20260313143218","@solana/plugin-interfaces":"6.3.2-canary-20260313143218"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.2-canary-20260313143218_1773413100556_0.17434712274621922","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313143817":{"name":"@solana/program-client-core","version":"6.3.2-canary-20260313143817","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.2-canary-20260313143817","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cd250d15cde282beeb143acb060153c6da8c4637","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.2-canary-20260313143817.tgz","fileCount":28,"integrity":"sha512-AM8KS9++fwK0vffItLE+4oRhNkktop7NVy2FqMXMuJIXew7HcDs8GwGGcA7YATYXLAWFw1+6gEkfRY6K27siig==","signatures":[{"sig":"MEYCIQDw7PH2c4AjccWWtkIRZSYR6/xgrPZ53pksa2yenkFbDwIhAIR79AT1jM3UA5AAahOHDIBxFTy4rippUqmW043VX1dz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.2-canary-20260313143817","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":194902},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.2-canary-20260313143817.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/a2762066bb773f5c63517a42eb84fded/solana-program-client-core-6.3.2-canary-20260313143817.tgz","_integrity":"sha512-AM8KS9++fwK0vffItLE+4oRhNkktop7NVy2FqMXMuJIXew7HcDs8GwGGcA7YATYXLAWFw1+6gEkfRY6K27siig==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.2-canary-20260313143817","@solana/rpc-api":"6.3.2-canary-20260313143817","@solana/signers":"6.3.2-canary-20260313143817","@solana/accounts":"6.3.2-canary-20260313143817","@solana/addresses":"6.3.2-canary-20260313143817","@solana/codecs-core":"6.3.2-canary-20260313143817","@solana/instructions":"6.3.2-canary-20260313143817","@solana/instruction-plans":"6.3.2-canary-20260313143817","@solana/plugin-interfaces":"6.3.2-canary-20260313143817"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.2-canary-20260313143817_1773413399723_0.9190954011846519","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313144721":{"name":"@solana/program-client-core","version":"6.3.2-canary-20260313144721","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.2-canary-20260313144721","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"64400639a3089e00cae3dfcbd8955ae6d5f7af94","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.2-canary-20260313144721.tgz","fileCount":28,"integrity":"sha512-JwW2a9EPWqCfzln++6Be99bT1Eks8j0Gd7Fvx97yRf+BapJzBOIY9bnkcTVDmEgDpT+bIVw07UuVelBjFUDX1g==","signatures":[{"sig":"MEYCIQDv6k3MuN+7+5x3lgqfODg/49AeeeaBfLc8tTCVb32tMwIhAI4Cdycjfc5JrPWi7Ub1wDAh4L9xUhjUtoA/26TU6fAY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.2-canary-20260313144721","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":194902},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.2-canary-20260313144721.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/488de79ae5df275bc945e8c85384ea1d/solana-program-client-core-6.3.2-canary-20260313144721.tgz","_integrity":"sha512-JwW2a9EPWqCfzln++6Be99bT1Eks8j0Gd7Fvx97yRf+BapJzBOIY9bnkcTVDmEgDpT+bIVw07UuVelBjFUDX1g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.2-canary-20260313144721","@solana/rpc-api":"6.3.2-canary-20260313144721","@solana/signers":"6.3.2-canary-20260313144721","@solana/accounts":"6.3.2-canary-20260313144721","@solana/addresses":"6.3.2-canary-20260313144721","@solana/codecs-core":"6.3.2-canary-20260313144721","@solana/instructions":"6.3.2-canary-20260313144721","@solana/instruction-plans":"6.3.2-canary-20260313144721","@solana/plugin-interfaces":"6.3.2-canary-20260313144721"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.2-canary-20260313144721_1773413981462_0.140164066255257","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313145857":{"name":"@solana/program-client-core","version":"6.3.2-canary-20260313145857","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/program-client-core@6.3.2-canary-20260313145857","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaprogram-client-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2c302bf0330c8f4842c8eb99f21332c7665033c6","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.2-canary-20260313145857.tgz","fileCount":28,"integrity":"sha512-RwHqfCkVmEOL1W2mcBruBp0VWfCKOQWi+Z46lNLA6XFX+0sHYSqyGWXG5f814qon8AkozOoB+sB7rcwN2lR2+g==","signatures":[{"sig":"MEUCIQDG7a4CNBDat/2e5fY3EH3jyrLFMVOt4StLvG6+fL1a5QIgVY3DeMxDyRuJO9BwKN4a+ARp3GXtQUwKQWnJ4V5Zz9I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.2-canary-20260313145857","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":194902},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-program-client-core-6.3.2-canary-20260313145857.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts","browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs"},"scripts":{"dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:docs":"typedoc","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))","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:treeshakability:node":"agadoo dist/index.node.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:browser":"agadoo dist/index.browser.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"_resolved":"/tmp/16f18f460a7c84069696ea10d89a79df/solana-program-client-core-6.3.2-canary-20260313145857.tgz","_integrity":"sha512-RwHqfCkVmEOL1W2mcBruBp0VWfCKOQWi+Z46lNLA6XFX+0sHYSqyGWXG5f814qon8AkozOoB+sB7rcwN2lR2+g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core utilities for building Solana program clients","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/errors":"6.3.2-canary-20260313145857","@solana/rpc-api":"6.3.2-canary-20260313145857","@solana/signers":"6.3.2-canary-20260313145857","@solana/accounts":"6.3.2-canary-20260313145857","@solana/addresses":"6.3.2-canary-20260313145857","@solana/codecs-core":"6.3.2-canary-20260313145857","@solana/instructions":"6.3.2-canary-20260313145857","@solana/instruction-plans":"6.3.2-canary-20260313145857","@solana/plugin-interfaces":"6.3.2-canary-20260313145857"},"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/program-client-core_6.3.2-canary-20260313145857_1773414656662_0.5032275305833229","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313150314":{"name":"@solana/program-client-core","version":"6.3.2-canary-20260313150314","description":"Core utilities for building Solana program clients","homepage":"https://www.solanakit.com/api#solanaprogram-client-core","exports":{"edge-light":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"workerd":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"browser":{"import":"./dist/index.browser.mjs","require":"./dist/index.browser.cjs"},"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"react-native":"./dist/index.native.mjs","types":"./dist/types/index.d.ts"},"browser":{"./dist/index.node.cjs":"./dist/index.browser.cjs","./dist/index.node.mjs":"./dist/index.browser.mjs"},"main":"./dist/index.node.cjs","module":"./dist/index.node.mjs","react-native":"./dist/index.native.mjs","types":"./dist/types/index.d.ts","type":"commonjs","sideEffects":false,"keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/anza-xyz/kit.git"},"bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"@solana/accounts":"6.3.2-canary-20260313150314","@solana/addresses":"6.3.2-canary-20260313150314","@solana/codecs-core":"6.3.2-canary-20260313150314","@solana/errors":"6.3.2-canary-20260313150314","@solana/instruction-plans":"6.3.2-canary-20260313150314","@solana/instructions":"6.3.2-canary-20260313150314","@solana/plugin-interfaces":"6.3.2-canary-20260313150314","@solana/rpc-api":"6.3.2-canary-20260313150314","@solana/signers":"6.3.2-canary-20260313150314"},"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"engines":{"node":">=20.18.0"},"scripts":{"compile:docs":"typedoc","compile:js":"tsup --config build-scripts/tsup.config.package.ts","compile:typedefs":"tsc -p ./tsconfig.declarations.json","dev":"NODE_OPTIONS=\"--no-experimental-webstorage\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.js --rootDir . --watch","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))","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","style:fix":"pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*","test:lint":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-lint.config.js --rootDir . --silent","test:prettier":"TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-prettier.config.js --rootDir . --silent","test:treeshakability:browser":"agadoo dist/index.browser.mjs","test:treeshakability:native":"agadoo dist/index.native.mjs","test:treeshakability:node":"agadoo dist/index.node.mjs","test:typecheck":"tsc --noEmit","test:unit:browser":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.js --rootDir . --silent","test:unit:node":"NODE_OPTIONS=\"--no-experimental-webstorage\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.js --rootDir . --silent"},"readmeFilename":"README.md","_id":"@solana/program-client-core@6.3.2-canary-20260313150314","_integrity":"sha512-vcMQjURCKAgd79H0EQ8ZDLnv72XX+e/2ZDlYTL3q08ACMfjF6Mjjwwpd6y+Pub83MdXBV8THdurcqLyvkJxW0Q==","_resolved":"/tmp/12a209d5869f9b2523f9236acb1ccbc2/solana-program-client-core-6.3.2-canary-20260313150314.tgz","_from":"file:solana-program-client-core-6.3.2-canary-20260313150314.tgz","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-vcMQjURCKAgd79H0EQ8ZDLnv72XX+e/2ZDlYTL3q08ACMfjF6Mjjwwpd6y+Pub83MdXBV8THdurcqLyvkJxW0Q==","shasum":"bc72e13ada38a6ea8117258c348390b9e111b1e6","tarball":"https://registry.npmjs.org/@solana/program-client-core/-/program-client-core-6.3.2-canary-20260313150314.tgz","fileCount":28,"unpackedSize":194902,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fprogram-client-core@6.3.2-canary-20260313150314","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCmErypJbRCmJfQe+iQ4KYwRafFlyZBB3pUSSSsT7oifAIhANFDGUSZQhkZixbp2jj28aDyCrfY9q3o3Bd1LyjauooP"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:41a9cdfb-6318-48b9-8bb3-1a5922166195"}},"directories":{},"maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/program-client-core_6.3.2-canary-20260313150314_1773414915867_0.7477809718736479"},"_hasShrinkwrap":false}},"time":{"created":"2026-02-16T16:54:27.920Z","modified":"2026-03-13T15:15:16.328Z","0.0.0":"2026-02-16T16:54:28.142Z","6.1.0-canary-20260216194225":"2026-02-16T19:54:40.335Z","6.1.0":"2026-02-16T20:39:16.482Z","6.2.0-canary-20260223182006":"2026-02-23T18:32:15.057Z","6.2.0-canary-20260223183038":"2026-02-23T18:41:49.248Z","6.2.0-canary-20260224195010":"2026-02-24T20:02:10.312Z","6.2.0-canary-20260224195921":"2026-02-24T20:11:17.334Z","6.2.0-canary-20260225135329":"2026-02-25T14:04:50.223Z","6.2.0-canary-20260225135448":"2026-02-25T14:06:33.809Z","6.2.0-canary-20260225144004":"2026-02-25T14:51:24.458Z","6.2.0-canary-20260225175001":"2026-02-25T18:01:54.164Z","6.2.0-canary-20260226115423":"2026-02-26T12:06:53.734Z","6.2.0-canary-20260226120422":"2026-02-26T12:16:13.151Z","6.2.0-canary-20260226121434":"2026-02-26T12:26:32.951Z","6.2.0-canary-20260302093820":"2026-03-02T09:49:31.452Z","6.2.0-canary-20260302094822":"2026-03-02T10:01:18.237Z","6.2.0-canary-20260302100151":"2026-03-02T10:13:06.263Z","6.2.0-canary-20260302101235":"2026-03-02T10:24:42.657Z","6.2.0-canary-20260302200813":"2026-03-02T20:20:06.335Z","6.2.0-canary-20260303123640":"2026-03-03T12:48:40.593Z","6.2.0-canary-20260303124521":"2026-03-03T12:57:38.887Z","6.2.0-canary-20260303191300":"2026-03-03T19:24:07.582Z","6.2.0-canary-20260304155327":"2026-03-04T16:05:21.541Z","6.2.0-canary-20260304155504":"2026-03-04T16:07:24.769Z","6.2.0-canary-20260304180933":"2026-03-04T18:21:48.806Z","6.2.0-canary-20260305081532":"2026-03-05T08:27:13.759Z","6.2.0-canary-20260305082327":"2026-03-05T08:35:14.688Z","6.2.0-canary-20260305083234":"2026-03-05T08:44:46.093Z","6.2.0-canary-20260305084229":"2026-03-05T08:55:27.095Z","6.2.0-canary-20260305105248":"2026-03-05T11:06:00.891Z","6.2.0-canary-20260306112919":"2026-03-06T11:41:06.096Z","6.2.0-canary-20260306113819":"2026-03-06T11:50:00.416Z","6.2.0-canary-20260306114817":"2026-03-06T11:58:52.946Z","6.2.0":"2026-03-09T14:36:02.033Z","6.3.0-canary-20260310111724":"2026-03-10T11:29:35.808Z","6.3.0-canary-20260310152357":"2026-03-10T15:35:52.659Z","6.3.0-canary-20260310153053":"2026-03-10T15:43:21.029Z","6.3.0-canary-20260311115221":"2026-03-11T12:04:28.438Z","6.3.0-canary-20260311133054":"2026-03-11T13:42:35.408Z","6.3.0-canary-20260311134115":"2026-03-11T13:53:24.322Z","6.3.0":"2026-03-11T14:03:50.827Z","6.3.1-canary-20260312155211":"2026-03-12T16:03:47.904Z","6.3.1":"2026-03-12T16:48:40.926Z","6.3.2-canary-20260313112147":"2026-03-13T11:33:15.581Z","6.3.2-canary-20260313143218":"2026-03-13T14:45:00.704Z","6.3.2-canary-20260313143817":"2026-03-13T14:49:59.892Z","6.3.2-canary-20260313144721":"2026-03-13T14:59:41.607Z","6.3.2-canary-20260313145857":"2026-03-13T15:10:56.802Z","6.3.2-canary-20260313150314":"2026-03-13T15:15:16.047Z"},"bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","homepage":"https://www.solanakit.com/api#solanaprogram-client-core","keywords":["blockchain","solana","web3"],"repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"description":"Core utilities for building Solana program clients","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"readme":"","readmeFilename":""}