{"_id":"@solana/plugin-core","_rev":"485-41ca27b1703a55e1bfda20e1ae574f4a","name":"@solana/plugin-core","dist-tags":{"latest":"8.3.0","canary":"8.4.0-canary-20260925083045"},"versions":{"0.0.0":{"name":"@solana/plugin-core","version":"0.0.0","author":"","license":"ISC","_id":"@solana/plugin-core@0.0.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"dist":{"shasum":"14be19e4e2c61d4ce760a967c0d8b2d6ab41f4e1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-0.0.0.tgz","fileCount":1,"integrity":"sha512-oz9AjFRavDqkdobUGPh36w54HG1cMhGY2q1g1ASQdrIn+LGMmdg7iPs5BXxBCkEb7mxQonKl4WFuwP+i2gU6Lg==","signatures":[{"sig":"MEMCIE4PTKdzKN+xb4P/UX49+6nHxGY1gfL6L16PSoGQ+OIyAh8RM9Tc0WD0m5CEDGMxylk8a2dwNWgxhdpm5DJlVt/e","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":215},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"solana-devs","email":"npm@solana.org"},"_npmVersion":"10.8.2","directories":{},"_nodeVersion":"20.19.6","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/plugin-core_0.0.0_1766179063722_0.843366324119698","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20251219213520":{"name":"@solana/plugin-core","version":"5.2.0-canary-20251219213520","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20251219213520","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2aea10eaff49331c6f8181fd62fc3f8373025d20","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20251219213520.tgz","fileCount":17,"integrity":"sha512-oVXbaZtlLcIrQwk3Y6icaRclB9nUJEds2M93t691vLQp+t6xdp/OXAYuikrustITdpBLMMY3gXgIC6ZyL3dKsw==","signatures":[{"sig":"MEUCIQC+JZ86v6YCw4wceqVbdH/hSxvAqyezdddIQDo0a9yTdgIgESe4WjfbBGdr4xK11Txh/J93akKOUNy3tI2KBKJidIM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20251219213520","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20251219213520.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f26c6b6aaf47acfe424dcadf239ca953/solana-plugin-core-5.2.0-canary-20251219213520.tgz","_integrity":"sha512-oVXbaZtlLcIrQwk3Y6icaRclB9nUJEds2M93t691vLQp+t6xdp/OXAYuikrustITdpBLMMY3gXgIC6ZyL3dKsw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20251219213520_1766180537041_0.7904820075254106","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20251228203229":{"name":"@solana/plugin-core","version":"5.2.0-canary-20251228203229","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20251228203229","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a38b00143f6f6b5cab524744787f17b2bacd84ec","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20251228203229.tgz","fileCount":17,"integrity":"sha512-EXOMU2RC4YbJyYHEF0q5yo7pucpJ99tVKPIW0nXS6yEnFCV4nvlWJs+yCz5TUtDA7zi/Qi3L44YwjLP5AjIeAg==","signatures":[{"sig":"MEYCIQDcdl4RoDhhBqiWNOnD9MWP3CciRsfJUp/IS2JmLxzmmgIhAPbJOpclF5Xd6JrAogAuk9Ei7DSimemPTMW+Gu8PFjJ/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20251228203229","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20251228203229.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/408abed01e31eee41df28e35f1f2010c/solana-plugin-core-5.2.0-canary-20251228203229.tgz","_integrity":"sha512-EXOMU2RC4YbJyYHEF0q5yo7pucpJ99tVKPIW0nXS6yEnFCV4nvlWJs+yCz5TUtDA7zi/Qi3L44YwjLP5AjIeAg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20251228203229_1766954341479_0.3269631278477314","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260105191229":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260105191229","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260105191229","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c5c2c7bbc87d280f629c1540eff3e800ada30458","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260105191229.tgz","fileCount":17,"integrity":"sha512-F85gJCJCnlLS0oD3Vf3Rp85rO03PbltUOVrlW3gA2H4Zcx0hUGG2tKfWtE/pPLbFFPQ1u/F5dCYHn/7S/fCnxA==","signatures":[{"sig":"MEYCIQC953toksz3b60WyOC8xl/SDaqx2ShNvtqYjgkED+RD4gIhANEDVm1rSPr6ZMP6LzvfajieblLPtqAMYOdlCeC6DZu1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260105191229","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260105191229.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fa2f7c953e5d507a3f6abcbbba875974/solana-plugin-core-5.2.0-canary-20260105191229.tgz","_integrity":"sha512-F85gJCJCnlLS0oD3Vf3Rp85rO03PbltUOVrlW3gA2H4Zcx0hUGG2tKfWtE/pPLbFFPQ1u/F5dCYHn/7S/fCnxA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260105191229_1767640724761_0.2646481557598632","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260105191915":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260105191915","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260105191915","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ec8b890daeefe77a50a3cb5f5239212efb53fb61","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260105191915.tgz","fileCount":17,"integrity":"sha512-lMGvnRoAxzBrZZfCStQdVd3QJAZo9d+r8A1QqHFxp9QFVvQ9+6rSS8KzKPupOSBYBxydLPheTl9op2yM4fahoA==","signatures":[{"sig":"MEUCIEB2JBVrk+b46QMCBMF6JtkVwWAi2ok8rm73BtRpMd9eAiEAySmuB3yoCc17fcIs6yfcOwa1fO8LWSnVtJDasZxBrnY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260105191915","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260105191915.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c9eab38c3ba94c85096bcc6b9a54b4a5/solana-plugin-core-5.2.0-canary-20260105191915.tgz","_integrity":"sha512-lMGvnRoAxzBrZZfCStQdVd3QJAZo9d+r8A1QqHFxp9QFVvQ9+6rSS8KzKPupOSBYBxydLPheTl9op2yM4fahoA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260105191915_1767641226647_0.5602596222040621","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107102549":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107102549","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107102549","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4578ae7980df061eed23c2b4eba9527c3023c356","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107102549.tgz","fileCount":17,"integrity":"sha512-6KbqB/ocO5w589y1U6WahdIPbCxvHE6flk3gNSKPVKOKuT4py/JIiGFxb0qF21p9ljd1l3eczYu3LwADg+BXFw==","signatures":[{"sig":"MEQCIAg7gmQSNIjJRV4WOSIvGCZ6eoaUlJDoOYWgMHxdFPeuAiBQgmCkxNjGoGzJTdp4y4bQrR8dIB8GzOS0Nvf0M30jmQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107102549","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107102549.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2ab733cbf85d788e8dd956f184f0a43f/solana-plugin-core-5.2.0-canary-20260107102549.tgz","_integrity":"sha512-6KbqB/ocO5w589y1U6WahdIPbCxvHE6flk3gNSKPVKOKuT4py/JIiGFxb0qF21p9ljd1l3eczYu3LwADg+BXFw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107102549_1767781939628_0.1430165651981128","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107102938":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107102938","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107102938","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"93beb6d2ecec51caa54d39071fbf6b4c21b66ec1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107102938.tgz","fileCount":17,"integrity":"sha512-PsGg9Dntg8535GvQQxLGLKcXRd96zQLl0tivSx4s3zPBWxlIULPSzts4wLSfNctMXuOuqPDJ3LKRf0zuE8+GdQ==","signatures":[{"sig":"MEQCIFIZlMgcRP0cTgFU03q4xicyMuJlMOI1uYz0Bpfc2TdMAiBi8WU9fHFwDLDVviIUPFagkxwjsLfdNPRDchtR7ZMBLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107102938","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107102938.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3ebd7ea9ddd6e09a921906a856594e4d/solana-plugin-core-5.2.0-canary-20260107102938.tgz","_integrity":"sha512-PsGg9Dntg8535GvQQxLGLKcXRd96zQLl0tivSx4s3zPBWxlIULPSzts4wLSfNctMXuOuqPDJ3LKRf0zuE8+GdQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107102938_1767782232484_0.08274195761752301","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107103329":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107103329","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107103329","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"005c0e100ff9d5a81488a0fc95de2efff5f29de9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107103329.tgz","fileCount":17,"integrity":"sha512-2Wz0omNQcbZp4nZmuTkW+8Edbp7VHLo43dKIlDLRePKCptHjdQGHIxHlB6BxI2QAhalKDVu6yU0s6xKV88kJng==","signatures":[{"sig":"MEYCIQDSU2EVaoWDUrGW2eRAHVrDVNv0JRLLsk8Nl9c6sNHqBQIhAKmRZolUj+L9BSCLK03dKlzmZK5gRQyC+N17i1Ul6x41","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107103329","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107103329.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3a3acb0acd52b544557405d0d8c45b9d/solana-plugin-core-5.2.0-canary-20260107103329.tgz","_integrity":"sha512-2Wz0omNQcbZp4nZmuTkW+8Edbp7VHLo43dKIlDLRePKCptHjdQGHIxHlB6BxI2QAhalKDVu6yU0s6xKV88kJng==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107103329_1767782468497_0.9995002693138999","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107103736":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107103736","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107103736","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1f23a793824c7baafb28490a0d053c24a224f9eb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107103736.tgz","fileCount":17,"integrity":"sha512-ybIgCCh8Dwj1WRQsWc1pVP6n2lfzgAGBS/uYmWEIRPHr7xLkbDFPLk9Ju9F7YdqjS/KEu1M//D0Sa6CJd4z/7A==","signatures":[{"sig":"MEYCIQDgUit9NvO0ta80M3b8jzc9S1u47opVvwRy5+vgDF9fgQIhALFDEmfSLZmpdxylI0OOQwTl8cAklndZ2yUnxAKd1lrb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107103736","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107103736.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b9e52eae115ea5a9fb02c1c24cc75827/solana-plugin-core-5.2.0-canary-20260107103736.tgz","_integrity":"sha512-ybIgCCh8Dwj1WRQsWc1pVP6n2lfzgAGBS/uYmWEIRPHr7xLkbDFPLk9Ju9F7YdqjS/KEu1M//D0Sa6CJd4z/7A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107103736_1767782625334_0.5586031750162959","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107104209":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107104209","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107104209","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"39c2de88b5838693f5bd32f3038d0eb06d0d3c32","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107104209.tgz","fileCount":17,"integrity":"sha512-iBO5JorSDfEoCcZviC0F6Ab1hiNO1tQteLhlsdN2F/M97rSJDzyggQUfkOmZiDLEyJzwUpeCtYmrGuzi8AcgJQ==","signatures":[{"sig":"MEUCIQDsGBbTfzqhbEHFQ8/Dp7gq+u5G6CRiKKKNQcKqmGtlZgIgQ/UqdQeED5uQJJVtlkm5JDVcImXzjpyZhivhuhkMZf4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107104209","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107104209.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/de9eb6f8efb738076ea4f6b32b050e66/solana-plugin-core-5.2.0-canary-20260107104209.tgz","_integrity":"sha512-iBO5JorSDfEoCcZviC0F6Ab1hiNO1tQteLhlsdN2F/M97rSJDzyggQUfkOmZiDLEyJzwUpeCtYmrGuzi8AcgJQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107104209_1767782998886_0.38230262712982754","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107104556":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107104556","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107104556","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4e8a0b6d6d73ea43b57c2faa2566bf466a8fd093","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107104556.tgz","fileCount":17,"integrity":"sha512-3rvfyEQJFkCDONumTHDpwub+o19JZSFtYZSwGcH3359s1v7s0KCwb40R4U0+u0wAtBKuLpVDa4YfiaHTYVCynQ==","signatures":[{"sig":"MEUCIGFxdO0IiP1ofliLdlHBs9y8B8YG4guNgG3xkqDSLFIgAiEAzE4ZFK1j+e5FDN9CTRrJMQG5hQySovoetJZRgMH0Pxs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107104556","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107104556.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6fae3f6ae01479b0bf5981007ba3d076/solana-plugin-core-5.2.0-canary-20260107104556.tgz","_integrity":"sha512-3rvfyEQJFkCDONumTHDpwub+o19JZSFtYZSwGcH3359s1v7s0KCwb40R4U0+u0wAtBKuLpVDa4YfiaHTYVCynQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107104556_1767783117829_0.41915794078754787","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107104941":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107104941","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107104941","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a04e2f4b71949d77698cac9ddabe1bafd978769d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107104941.tgz","fileCount":17,"integrity":"sha512-05Pid6k19JYdyq9/D93bFsxINIOeZoUyQAWw/85T3eMTPPMW/DCnbGNf/jMRcTUbmME6FhrA5fjftwOEz+iW2A==","signatures":[{"sig":"MEUCIQCTLRN5cUAC9r3NNkwi1xUYtaCs8RiVN2XEJn+nLy7XwAIgJOHHsl86FhC0K/4WvsMpGLuDCScU+diqtoDIYkRykCM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107104941","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107104941.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9a8ad677e062ee6445f07c67d9b52c34/solana-plugin-core-5.2.0-canary-20260107104941.tgz","_integrity":"sha512-05Pid6k19JYdyq9/D93bFsxINIOeZoUyQAWw/85T3eMTPPMW/DCnbGNf/jMRcTUbmME6FhrA5fjftwOEz+iW2A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107104941_1767783444018_0.6484790952114332","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107105344":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107105344","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107105344","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1aecfb799a2e6545beb6bb8af50dd05f0c6961a3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107105344.tgz","fileCount":17,"integrity":"sha512-n13H6FEIIVkCIFiy4+XjGnXAlV8nEdTAHHTvwOzCWJdCg7SiXoLjgFbAdsRcVHtT3dgkZdnhNX/qAp9susBYAg==","signatures":[{"sig":"MEQCIBN037QU3tfiKgCyVN7hc81uvPGqQ1Hm0bWjjE9GIUh0AiBTRJGQ7OBxIKAty2OAj2Qe69F7OGBzOLF5xibFQE5Sbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107105344","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107105344.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a411b30776d1e5c33e8d670fb6bff112/solana-plugin-core-5.2.0-canary-20260107105344.tgz","_integrity":"sha512-n13H6FEIIVkCIFiy4+XjGnXAlV8nEdTAHHTvwOzCWJdCg7SiXoLjgFbAdsRcVHtT3dgkZdnhNX/qAp9susBYAg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107105344_1767783681827_0.9374349126038324","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107151918":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107151918","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107151918","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8b2a184f8be595800303964e8937c9e45ba816fa","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107151918.tgz","fileCount":17,"integrity":"sha512-rOzsWkjoqtjs5csjlyQTeVIUwzy8jjpcLKnHYHxU6KEOq2QSwagw7A7YI+eKRXhS/lapHh2yutcd04MQHpBodg==","signatures":[{"sig":"MEUCIQC2uy/V0sSVomT103o26F+tH1S9K6gj3G6aqxSrNm3DFQIgARGmtElFOivH/vXGjrfNKHaU3kwYCL5CYPMKuwkDI9c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107151918","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107151918.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ca808a6d1e43bcf8af28dd3680bde179/solana-plugin-core-5.2.0-canary-20260107151918.tgz","_integrity":"sha512-rOzsWkjoqtjs5csjlyQTeVIUwzy8jjpcLKnHYHxU6KEOq2QSwagw7A7YI+eKRXhS/lapHh2yutcd04MQHpBodg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107151918_1767799568462_0.311665806767349","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107155943":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107155943","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107155943","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"080c043acfe34bcffe506988bfb7f9bab803f84a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107155943.tgz","fileCount":17,"integrity":"sha512-aO4boYFXIWAB4qztjfAD60t7Han7zGEc8LwuEH2vqLulQiT9j8cEcaT3OaQwBWA4S+qlcAbVJ2awUlfGhzoinA==","signatures":[{"sig":"MEQCIFy2M48oULuCr/3IRhGlcCOFGmXWZGUYuKSxiI+YGbSHAiAdPS+2zjGbdOtvgpdxqzCKtZXIfI4z9AEkeHZsghraTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107155943","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107155943.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c9a328ea0a13f8040caa3d3aa522a268/solana-plugin-core-5.2.0-canary-20260107155943.tgz","_integrity":"sha512-aO4boYFXIWAB4qztjfAD60t7Han7zGEc8LwuEH2vqLulQiT9j8cEcaT3OaQwBWA4S+qlcAbVJ2awUlfGhzoinA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107155943_1767801974552_0.573119971495234","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107161340":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107161340","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107161340","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6f02db29cbea1090a6f5a258a4b63b3283962817","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107161340.tgz","fileCount":17,"integrity":"sha512-4Wxe7gA9GzpOJ1Dzl8B61PVmrsIHppKYxrZ4HyhzWR1dyO9lVT183hKx0S1tdMY+np8YnzPt+ctA+t7OttmQDA==","signatures":[{"sig":"MEYCIQCrZx5n13Z+UAdFPlc9c1/cDRebB3VoK/g53FYh8JpDbwIhAIbqP3uhb+jGAeM7V+2smoqPftwcjhn9+sDRr0nxywSb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107161340","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107161340.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9ea4c06ea1faa3e34398ecf6107aa821/solana-plugin-core-5.2.0-canary-20260107161340.tgz","_integrity":"sha512-4Wxe7gA9GzpOJ1Dzl8B61PVmrsIHppKYxrZ4HyhzWR1dyO9lVT183hKx0S1tdMY+np8YnzPt+ctA+t7OttmQDA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107161340_1767802812499_0.8677002739869313","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107161525":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107161525","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107161525","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"04f550f05d5f4bbedb8a6675a8dfa6487fa52341","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107161525.tgz","fileCount":17,"integrity":"sha512-QB7iqo5fAaonPdSvrlyqR/c8ZU7MlhwrScsRM6He4J/YBgOGxS3B703NumMFvnOfkmH8xgnnhyGBoKLkPpWICA==","signatures":[{"sig":"MEUCIQD3uSLAxFmDX7NC98QjV1KUjwdwUQkJZXz0YQthWMJxSQIgLN9mqg/xz+yJLvZRDfe5V4M/tDHTtvicnAIQNELOBcU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107161525","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107161525.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bdeb7480607051a3f86503ea1fc4c9dc/solana-plugin-core-5.2.0-canary-20260107161525.tgz","_integrity":"sha512-QB7iqo5fAaonPdSvrlyqR/c8ZU7MlhwrScsRM6He4J/YBgOGxS3B703NumMFvnOfkmH8xgnnhyGBoKLkPpWICA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107161525_1767802883018_0.7497132429399502","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107161421":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107161421","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107161421","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7b7209265d371dfccff004614ae0460c70c24c09","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107161421.tgz","fileCount":17,"integrity":"sha512-yaW9RY4kvoPF+ivxHxUcY10HH/G5aIHl0CKi+Pn0U45/LIpYhWwD8gC1GQ9zZQ2EuirFIx6iHhyvypkPjV78kw==","signatures":[{"sig":"MEUCIQCXKI4Sv+V4VAID7btMLJOJYTpNKy2iyBiIg1WJ2VMa7gIgC6MKzL4g1IIb4HlYTCo4AaPw4kMFMeUOms07bYX0czg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107161421","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107161421.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/64099977f2c45f79e42e4e79a0d394d1/solana-plugin-core-5.2.0-canary-20260107161421.tgz","_integrity":"sha512-yaW9RY4kvoPF+ivxHxUcY10HH/G5aIHl0CKi+Pn0U45/LIpYhWwD8gC1GQ9zZQ2EuirFIx6iHhyvypkPjV78kw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107161421_1767802912142_0.3622374813425546","host":"s3://npm-registry-packages-npm-production"}},"5.2.0":{"name":"@solana/plugin-core","version":"5.2.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9d10bc181ec7e9e4152cb5fd94e40e18a1859278","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0.tgz","fileCount":17,"integrity":"sha512-yXNh9glrIOmZ5IwYteINqDTChugwxv84agnVdAyzLt+D56en9L93+c/mDv78KrqH2TroFomy3diI93blzhJ8+w==","signatures":[{"sig":"MEYCIQC71T5w69DpoKftoC6XGZlYaS0ryx2YqLDb0tJAt9DQLwIhAKTf+6Kh8zbZt5W8Hhf9m/YZqwd+W2FdZAYcSl7pwEKP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67428},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/dacefa1444bf15e35b2310d4ea3a1849/solana-plugin-core-5.2.0.tgz","_integrity":"sha512-yXNh9glrIOmZ5IwYteINqDTChugwxv84agnVdAyzLt+D56en9L93+c/mDv78KrqH2TroFomy3diI93blzhJ8+w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0_1767803361656_0.5946109396135992","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107162439":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107162439","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107162439","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"73b71927fad265743f66cd5ebb0bcd382c682f0a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107162439.tgz","fileCount":17,"integrity":"sha512-ypoMikj+b1bb5ZNUhUd8AI/M/mmwFlxj2tf5/QCYGWaM/uMFjE0qY+cE+800umFjprTQZvCAGTu6ctJa3+eCIA==","signatures":[{"sig":"MEYCIQDvda1FLlRi6pwP4KSb0JpszL75X9zwiijIqbR0F53NvQIhAM+zqPCq0Cesa0vAp4KLNLGgbLFxFkLFGKmMuUthuCLP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107162439","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107162439.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fa72ccf0981644a962cda6bcaea8b028/solana-plugin-core-5.2.0-canary-20260107162439.tgz","_integrity":"sha512-ypoMikj+b1bb5ZNUhUd8AI/M/mmwFlxj2tf5/QCYGWaM/uMFjE0qY+cE+800umFjprTQZvCAGTu6ctJa3+eCIA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107162439_1767803443011_0.33803050510793975","host":"s3://npm-registry-packages-npm-production"}},"5.2.0-canary-20260107162407":{"name":"@solana/plugin-core","version":"5.2.0-canary-20260107162407","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.2.0-canary-20260107162407","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"748daab47236538cf00a231b50b64052fc509083","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.2.0-canary-20260107162407.tgz","fileCount":17,"integrity":"sha512-wSgEAdfxCqdzC7TO9DcHlHCFXxVvtQTlpYk18i/TgxqK7midrmF9DtGKYj6REsdwMXn5EiH1CeW5InKp7+zgVQ==","signatures":[{"sig":"MEYCIQDEMxapG2i453WOzyL2EHtYWVN6mMdKoFDPmi+oxqVbQwIhAOE8/q0/Cle7YlRS7sh3w/sGMjOpkm5JcH2molL+c9gX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.2.0-canary-20260107162407","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.2.0-canary-20260107162407.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7cb4fb7afc843982985020a21a656525/solana-plugin-core-5.2.0-canary-20260107162407.tgz","_integrity":"sha512-wSgEAdfxCqdzC7TO9DcHlHCFXxVvtQTlpYk18i/TgxqK7midrmF9DtGKYj6REsdwMXn5EiH1CeW5InKp7+zgVQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.2.0-canary-20260107162407_1767803512147_0.589931999061313","host":"s3://npm-registry-packages-npm-production"}},"5.3.0-canary-20260107190742":{"name":"@solana/plugin-core","version":"5.3.0-canary-20260107190742","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.3.0-canary-20260107190742","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"41392ade42907b8a08e95c85031a52aaa0b987d9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.3.0-canary-20260107190742.tgz","fileCount":17,"integrity":"sha512-7BlOZk+H6EjPoUehrVmYPlH42rqlp30TFk2p5E5m1jtc43gYNA14NzwUF7mWxk+mfo+T4n8jXplwPJiBMkMxjg==","signatures":[{"sig":"MEQCIEKqOH/OQATGT4Y6i+r9/Ii4lES82GJVaXE9YuWI7OArAiAd7A5d2+XHQ0e3AJ3vfWTVO3C+0B7RSmfDsmpkagOHgQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.3.0-canary-20260107190742","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.3.0-canary-20260107190742.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a86526a0a51d973970215434fdd99ebf/solana-plugin-core-5.3.0-canary-20260107190742.tgz","_integrity":"sha512-7BlOZk+H6EjPoUehrVmYPlH42rqlp30TFk2p5E5m1jtc43gYNA14NzwUF7mWxk+mfo+T4n8jXplwPJiBMkMxjg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.3.0-canary-20260107190742_1767813350094_0.07818460415112893","host":"s3://npm-registry-packages-npm-production"}},"5.3.0":{"name":"@solana/plugin-core","version":"5.3.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.3.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"25b00b095d1484f4b500ae49051f2cfcfd093234","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.3.0.tgz","fileCount":17,"integrity":"sha512-UKIeW2gxLY9z9bzSJYAzRS/JG4I7D6y8cBBo1QUHNOUEDI1Fd4+pK3neLgw+VQKttzJgA184KFwyCO16m8wd/w==","signatures":[{"sig":"MEUCIBKQb3m7xibkiTQU83OCLIeuOSDayzLqMHtAMJGVhfmFAiEA7Kbx+iey2GSe3K0QMkof8PsoNk8txCnMnQtiEGOCb/E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67428},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7db50c437d2f1d81eb52b639a38a5ec1/solana-plugin-core-5.3.0.tgz","_integrity":"sha512-UKIeW2gxLY9z9bzSJYAzRS/JG4I7D6y8cBBo1QUHNOUEDI1Fd4+pK3neLgw+VQKttzJgA184KFwyCO16m8wd/w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.3.0_1767815436675_0.7778877068822194","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260108130911":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260108130911","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260108130911","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"807595afbb736fab1d3a539ba1c2c2463244b6cf","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260108130911.tgz","fileCount":17,"integrity":"sha512-lEi8BqfsRY7iBJtk8Tg98HRMDQZu64hBd3ekMp1PIPjHJBWqSUmhFed2bPC6nclscnTVCXgcVDQqebDr2fEkmw==","signatures":[{"sig":"MEYCIQDZN/sl18iu05lL544kesGeVoaFMBtIMdcsLAgOcWwawQIhAMfEd1HjlwVNv0gNoPpVPkLpm55INJk6VGCCHzWXmHBn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260108130911","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260108130911.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3cca39b0ab3c9da91a98de3bfa1a0066/solana-plugin-core-5.4.0-canary-20260108130911.tgz","_integrity":"sha512-lEi8BqfsRY7iBJtk8Tg98HRMDQZu64hBd3ekMp1PIPjHJBWqSUmhFed2bPC6nclscnTVCXgcVDQqebDr2fEkmw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260108130911_1767878135310_0.6362302618531539","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260108180834":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260108180834","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260108180834","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2e1e139f7cec49906848daf4b50708ca8c226986","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260108180834.tgz","fileCount":17,"integrity":"sha512-GzX99GBEkOrI8T+lYcHB8wcPRf/+Vpf/kUc3SPqCOFaGcJaW09ATZc4452MtpTMSF0SG1NYSB7OIQcGh6ELbSg==","signatures":[{"sig":"MEQCIDt6+pSp7lYnHs82FhQ08JX+9gl7ixrR0doEnbp1anltAiAjXSaucGV6AvmQjWy3HAQvIADulR4wHxaojTTsiokISw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260108180834","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260108180834.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/27336bef90c0afcb9b7defd6b4dc86b4/solana-plugin-core-5.4.0-canary-20260108180834.tgz","_integrity":"sha512-GzX99GBEkOrI8T+lYcHB8wcPRf/+Vpf/kUc3SPqCOFaGcJaW09ATZc4452MtpTMSF0SG1NYSB7OIQcGh6ELbSg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260108180834_1767896189360_0.3788988300518281","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260108182954":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260108182954","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260108182954","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d75d036f28b2c2c7d61ce592d8f5845d8b22c04c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260108182954.tgz","fileCount":17,"integrity":"sha512-ac1slFMn4NYiVPCg23WsaROCSHlLgjsHNabRKqcnNBqadp/Zk/aYnmfu+PU9YLZVkfjVkZ+/c2hrSy5zvjAgWg==","signatures":[{"sig":"MEUCIQCNQ68u0e+myT//8LYbZ04chTkt3XjZEep83PVTUtMB8AIgPKyOXHPgztErl+1RTKykgE204nu8CbnKIVHuJ7vOR8g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260108182954","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260108182954.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bb4ed45997cd38d6c9389b3d34f6f487/solana-plugin-core-5.4.0-canary-20260108182954.tgz","_integrity":"sha512-ac1slFMn4NYiVPCg23WsaROCSHlLgjsHNabRKqcnNBqadp/Zk/aYnmfu+PU9YLZVkfjVkZ+/c2hrSy5zvjAgWg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260108182954_1767897391418_0.3874380280303662","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112120205":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112120205","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112120205","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5f5527e26ba558e2490124ce0162585a9692b816","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112120205.tgz","fileCount":17,"integrity":"sha512-mgojhfrXM/HKIWt0pxopThNSQYzZ2I3f706mdVRaFUjhkBf7IfcWQBUTHi0lMPg2pOpivef/9kf4nsiqiTdfhA==","signatures":[{"sig":"MEUCIG2J8o4Gl73Fb4iOkw1bw1XzMhQNcgXvptiqP1oBXibjAiEAtJhLoDjXZvZo+Jmo54iEjgv/OCVblrQ76lyokR0R2i4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112120205","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112120205.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f4947bd7124e122b0e45f8edbe102b1e/solana-plugin-core-5.4.0-canary-20260112120205.tgz","_integrity":"sha512-mgojhfrXM/HKIWt0pxopThNSQYzZ2I3f706mdVRaFUjhkBf7IfcWQBUTHi0lMPg2pOpivef/9kf4nsiqiTdfhA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112120205_1768219811844_0.5664207470772542","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112131040":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112131040","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112131040","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"056ec85ff9892e56fddb7548926f17330e2b614b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112131040.tgz","fileCount":17,"integrity":"sha512-SidMCoSrezg/TrFkB5axMV7e5hUMvcnNUnlzWkuL7iWtz90RNNOLLzZ3S+34rqtAzyjONpVlV9YsdFNBozU9cw==","signatures":[{"sig":"MEQCICk59U86mmXRDz+FDWBSahH1QdexXrML/HZ1xjlXVEeHAiBd4lUm/D8himGO03muAkbSx1fi2Arsg8sGH6VaP2USXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112131040","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112131040.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=\"--localstorage-file=$(mktemp)\" jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --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.ts --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.ts --rootDir . --silent","test:typecheck":"tsc --noEmit","test:unit:node":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent","compile:typedefs":"tsc -p ./tsconfig.declarations.json","publish-packages":"pnpm prepublishOnly && pnpm publish-impl","test:unit:browser":"NODE_OPTIONS=\"--localstorage-file=$(mktemp)\" TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent","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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a7fc5f0ee6487990a799055257abf024/solana-plugin-core-5.4.0-canary-20260112131040.tgz","_integrity":"sha512-SidMCoSrezg/TrFkB5axMV7e5hUMvcnNUnlzWkuL7iWtz90RNNOLLzZ3S+34rqtAzyjONpVlV9YsdFNBozU9cw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112131040_1768223817836_0.9573402346291566","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112143430":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112143430","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112143430","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1e003fbbfa888aa6268e1f62c52f2b1d77ce318c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112143430.tgz","fileCount":17,"integrity":"sha512-gn9SiNt+an7HKpUsUup+dnKvLisgYcz5edforubPwSfa9CGI5Afg4rrlYd37ie7UWrMU8OCZQa8yFGhdAXD7nw==","signatures":[{"sig":"MEUCIG7apEyY1HzvoHzBoas0Vjgkpx1vyoUS20kS3Vy4s3bRAiEAzoIZEAShjYlxod0LuMF2wnnjuquixCvDPMvpvOmahKs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112143430","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67450},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112143430.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=\"--localstorage-file=$(mktemp)\" 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=\"--localstorage-file=$(mktemp)\" 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=\"--localstorage-file=$(mktemp)\" 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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6bbdb8bcb5e74c2ddd1989c3f5e8ff53/solana-plugin-core-5.4.0-canary-20260112143430.tgz","_integrity":"sha512-gn9SiNt+an7HKpUsUup+dnKvLisgYcz5edforubPwSfa9CGI5Afg4rrlYd37ie7UWrMU8OCZQa8yFGhdAXD7nw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.3.3"},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112143430_1768228829873_0.484196026126686","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112173233":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112173233","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112173233","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6fc573147b654d83c607c5ec9455f64d37ed4ed4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112173233.tgz","fileCount":17,"integrity":"sha512-Sq7g+3sfipMab/wcL1HBYJMUIbmSJk7YsgzjGJPykdT+ZtskSD/nk6CcRqiNhCUfACeX1R5GxSA3umjtTPX9Qw==","signatures":[{"sig":"MEUCIQDMIy7SfN4NOy5HFhWntDgcpKmx2MAbMOj7by7PVfR9dgIgf9lKwMSdmQqywuuQpSzGRZdzmqxc6Hqd196CWpql+mk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112173233","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67531},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112173233.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=\"--localstorage-file=$(mktemp)\" 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=\"--localstorage-file=$(mktemp)\" 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=\"--localstorage-file=$(mktemp)\" 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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0b1382236a8a30a39d7afdcbf96d087e/solana-plugin-core-5.4.0-canary-20260112173233.tgz","_integrity":"sha512-Sq7g+3sfipMab/wcL1HBYJMUIbmSJk7YsgzjGJPykdT+ZtskSD/nk6CcRqiNhCUfACeX1R5GxSA3umjtTPX9Qw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112173233_1768239528228_0.5382306136338275","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112180915":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112180915","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112180915","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b3c064bf2c58102ab8039f76193b551dfdacd7d0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112180915.tgz","fileCount":17,"integrity":"sha512-7KJL6+hlsff1V9NDoIZGb1M0l8koEjny+4QSYBBQfRRxFi0mcjx5f5jQS4BgDmJuhJUNuzw/IkuujFOV1mICRA==","signatures":[{"sig":"MEUCICD+1Bd31fJa2h4TtnE80UqrXKTmetd0/WIBXst9N2NLAiEAwjWdAowZlRs2piDVbfoZhNTLtAX8SBgPdfu7i5ZjyPc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112180915","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112180915.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c732b433bf1cfa5b6521dd918a6ec5d5/solana-plugin-core-5.4.0-canary-20260112180915.tgz","_integrity":"sha512-7KJL6+hlsff1V9NDoIZGb1M0l8koEjny+4QSYBBQfRRxFi0mcjx5f5jQS4BgDmJuhJUNuzw/IkuujFOV1mICRA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112180915_1768241654546_0.3353403131119177","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112181718":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112181718","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112181718","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"12c1261f4119901a261687ad749d3a499006b2c3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112181718.tgz","fileCount":17,"integrity":"sha512-tm81FKBHXm/94IDOA7P08jKWr/HdAgzDSO3QVzXD3goKarufifdr5bXk09eEdBLBTTKReL7/PUqh7LBaqGuf4g==","signatures":[{"sig":"MEQCIH0yrwYuGAm1eKx0q3S5BT2cO+TxbULH4fJXOOIRyTaVAiBOFaoecTaioJTH+8YYGJhAEAYYTN1pB1Cw24tBTe98UQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112181718","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112181718.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0d477557c6d413a2ea70b7eb5152f029/solana-plugin-core-5.4.0-canary-20260112181718.tgz","_integrity":"sha512-tm81FKBHXm/94IDOA7P08jKWr/HdAgzDSO3QVzXD3goKarufifdr5bXk09eEdBLBTTKReL7/PUqh7LBaqGuf4g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112181718_1768242113899_0.243637423576899","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112182716":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112182716","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112182716","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8545395f470474ab66e54be26ef999ee8cfd4d98","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112182716.tgz","fileCount":17,"integrity":"sha512-7ipqJtiZbMFJ4TbehilV1vMeRh0cS7ABtz3GNB1pU9lk0HBN4394hIaawJQ+kCQRMGkQlIwqjMieSA424gv15w==","signatures":[{"sig":"MEQCIHSlTVkzV5OEHeRoIvX09UVPlrfCJd9FKpuCekztN+noAiAFLuDhc8QHFkrg2d6i3ztirfFudXCN6o0L6M8NAXAqbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112182716","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112182716.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e1287d7f682b5badbb5413d28d0b1f0c/solana-plugin-core-5.4.0-canary-20260112182716.tgz","_integrity":"sha512-7ipqJtiZbMFJ4TbehilV1vMeRh0cS7ABtz3GNB1pU9lk0HBN4394hIaawJQ+kCQRMGkQlIwqjMieSA424gv15w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112182716_1768242733058_0.09021083515555839","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260112182816":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260112182816","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260112182816","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"eb082dc8dd75c64a9fd72872d7339a0853770af5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260112182816.tgz","fileCount":17,"integrity":"sha512-zzMGw2v68p0c1Kco+aMhT8fNT/dlFB6vEPrLhACyn02Fzw8kHNpmLX83ypceFlqDHA5iiCSs51qoJgj4Prx0iQ==","signatures":[{"sig":"MEUCIHnkCckN7PuLyxTH/6Iq80RbB2MfMm0cH9868/sq+l5YAiEAnfBEiu0PALtAcGwP4rgwe1ZER2vGVxy6DUi6xpOz+AE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260112182816","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260112182816.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6c204f623a456184fe61ae409763191b/solana-plugin-core-5.4.0-canary-20260112182816.tgz","_integrity":"sha512-zzMGw2v68p0c1Kco+aMhT8fNT/dlFB6vEPrLhACyn02Fzw8kHNpmLX83ypceFlqDHA5iiCSs51qoJgj4Prx0iQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260112182816_1768242807787_0.20642462187085742","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260113094436":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260113094436","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260113094436","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"79090d4bb97f31804102100bb13db53bcfe2cb94","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260113094436.tgz","fileCount":17,"integrity":"sha512-5TglZyGbjjyxGg0446dJBxM3aQZB79HQObFUxhk+szJRu2U+VuTc29WbhGriBs4vVi/MBA4cb11z7I+T3n0upw==","signatures":[{"sig":"MEYCIQC30H/keAMjc8h0Gc/ondoMl3l5NV6LmSsMWOHMbZ2ZxgIhALEdpkEl+WpzhanmTY/vLv0UMj1ZMJncTUrajZttPcFF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260113094436","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260113094436.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1c679f71049f72d19370b6d4a44ea7bf/solana-plugin-core-5.4.0-canary-20260113094436.tgz","_integrity":"sha512-5TglZyGbjjyxGg0446dJBxM3aQZB79HQObFUxhk+szJRu2U+VuTc29WbhGriBs4vVi/MBA4cb11z7I+T3n0upw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260113094436_1768297757521_0.06293470773425192","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260113094638":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260113094638","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260113094638","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e61f5e15f1e21419183be32a0966fac49bcbe95e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260113094638.tgz","fileCount":17,"integrity":"sha512-wyMePh7kEtKIdyXZNkRJ+mW9dgDrUFrA2Y0fXxg1eM610e21G5PORBti3QG/p68dAGCLMTd1L1IulShpzgpr9A==","signatures":[{"sig":"MEUCIBVc0SvbtLThq1LJgy5ucbCILtxaT1Ii4WKtw3dye/exAiEAtSBpWkIP9v0YHUyEWE0KcIaXLbjjOHxRfZUBRj7qvYY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260113094638","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260113094638.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b8abec437b8dbe5bfe12df6e8be6dbdf/solana-plugin-core-5.4.0-canary-20260113094638.tgz","_integrity":"sha512-wyMePh7kEtKIdyXZNkRJ+mW9dgDrUFrA2Y0fXxg1eM610e21G5PORBti3QG/p68dAGCLMTd1L1IulShpzgpr9A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260113094638_1768297973796_0.23874816965852808","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260113100235":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260113100235","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260113100235","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"08c5006664fba82ae087b7b9ce88bebe35d15e20","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260113100235.tgz","fileCount":17,"integrity":"sha512-QTRkgpLmeLN4qrDVEKTp2JUpSfiQQi9bbGJWUxfZv7e9cm04J6IbSX/iSuVDZjTuTKZssitvmVaDCSxHJp9DmQ==","signatures":[{"sig":"MEYCIQCR1pgMonNzySzwstyGsbaGOw0UAYRwPGOsqVfCwsiqeAIhAJffvzGX2/ni3iD0xOpSdRVCAeezbddZikNfQo/1vGQz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260113100235","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260113100235.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/68250cf65a18225aa3f564683fc5fa77/solana-plugin-core-5.4.0-canary-20260113100235.tgz","_integrity":"sha512-QTRkgpLmeLN4qrDVEKTp2JUpSfiQQi9bbGJWUxfZv7e9cm04J6IbSX/iSuVDZjTuTKZssitvmVaDCSxHJp9DmQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260113100235_1768298946941_0.5133975192506579","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260113121342":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260113121342","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260113121342","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b0db889b0dd9b27fdb1401a3d648ab2b703302f6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260113121342.tgz","fileCount":17,"integrity":"sha512-9HgCCeyurGsyjjsF4Pw1sy4p+8U56SgSvrhAedIDYheR2PTqG/1gbd1jmzXGt0RTTildgUegFqSGB2szluJHSw==","signatures":[{"sig":"MEUCIQDq4fl16w5cuE8G8N7tLdfpYGrh/QAwZVN2CSUb+dJ/9gIgMBBRdQ0IqBk70jrumRorBlxX2Y+2CWAlhGd0lf5A2ng=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260113121342","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260113121342.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b063876ce4a1e930c447bb3ffa535709/solana-plugin-core-5.4.0-canary-20260113121342.tgz","_integrity":"sha512-9HgCCeyurGsyjjsF4Pw1sy4p+8U56SgSvrhAedIDYheR2PTqG/1gbd1jmzXGt0RTTildgUegFqSGB2szluJHSw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260113121342_1768306784084_0.9968757197944","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260113131012":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260113131012","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260113131012","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b3226a62daa3179f5e70c6ec33fc96b910f51202","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260113131012.tgz","fileCount":17,"integrity":"sha512-Dhzk7QYN6w08Kwc+lDm8O4h5qaQ5tSjfiIuRuHNXcSP/5SrBNVuUfDVGxbmPtQnFmZDQ+Lhb3N6uEQV2jiM58A==","signatures":[{"sig":"MEUCIHjl4xLdZ3w/Vim8Z2BFsPbLejCHrdEvE6phuc8lvqNpAiEAnN1tHGBfb8t4Vy5+LaB3FTBqbsahUYy96NPEGP7RuV0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260113131012","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260113131012.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1dffaef744f5ce592bd1632bdbcee7f6/solana-plugin-core-5.4.0-canary-20260113131012.tgz","_integrity":"sha512-Dhzk7QYN6w08Kwc+lDm8O4h5qaQ5tSjfiIuRuHNXcSP/5SrBNVuUfDVGxbmPtQnFmZDQ+Lhb3N6uEQV2jiM58A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260113131012_1768310127872_0.7291286164783883","host":"s3://npm-registry-packages-npm-production"}},"5.4.0-canary-20260113162152":{"name":"@solana/plugin-core","version":"5.4.0-canary-20260113162152","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0-canary-20260113162152","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2b556e7d5eef378d18bef8bc67163f9aecf0c95e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0-canary-20260113162152.tgz","fileCount":17,"integrity":"sha512-QZZAYW9JbQ+T6CEd53BOHxQpZAwky96rvizl8rILpwQSa8wIKCAXbrw5JNaaOhTRS/3JfI2mANELYWvqqeZLdA==","signatures":[{"sig":"MEQCIHB6nXC/4WbllFbukU0KAyC0itzrztFypgdQPFCMmws4AiA/Wd6aVTnk2O33TzeHe0ENQ8KmH2eUJ1ftnsFNSrNTng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0-canary-20260113162152","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.0-canary-20260113162152.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/276a40e3e3710996dd27d74ff0a5cc8b/solana-plugin-core-5.4.0-canary-20260113162152.tgz","_integrity":"sha512-QZZAYW9JbQ+T6CEd53BOHxQpZAwky96rvizl8rILpwQSa8wIKCAXbrw5JNaaOhTRS/3JfI2mANELYWvqqeZLdA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0-canary-20260113162152_1768321697790_0.30442066342180985","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"@solana/plugin-core","version":"5.4.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7039bb653a9c58de0e6434ded36a46949cb40164","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.0.tgz","fileCount":17,"integrity":"sha512-e1aLGLldW7C5113qTOjFYSGq95a4QC9TWb77iq+8l6h085DcNj+195r4E2zKaINrevQjQTwvxo00oUyHP7hSJA==","signatures":[{"sig":"MEQCIDcviaAs8vhgrbzNUF602tl+NJdTpYtCKkompEEte+8XAiBdFogYzpAAl3G8IAh6Y7igOyh6ag/fNryzRvdgDSTuCQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8faf80d01b041499d0717bfa8266eec2/solana-plugin-core-5.4.0.tgz","_integrity":"sha512-e1aLGLldW7C5113qTOjFYSGq95a4QC9TWb77iq+8l6h085DcNj+195r4E2zKaINrevQjQTwvxo00oUyHP7hSJA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.0_1768333013284_0.864400501340163","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260119142836":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260119142836","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260119142836","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8661d3f33aac38c11090cadd33d58d2a0f6da957","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260119142836.tgz","fileCount":17,"integrity":"sha512-3/Vh9T43AYvShRvpLjp4KHfvbXsSb8j/PPg5OGF24NGUszj24iYKa5Rd/NHTxrgZH6CFf6U7irbcepFy1YrMcA==","signatures":[{"sig":"MEYCIQCT4CKyZ3q5PmM038hvmbe3Lik6kZ3TWe/tvg+sHbldpQIhAO0iYMp2AbeohuI1Sh24XwswazGzIukHLkbK6RrQ5uq1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260119142836","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260119142836.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b5cefa97ac22a46d71a07ee3b2dc0d84/solana-plugin-core-5.4.1-canary-20260119142836.tgz","_integrity":"sha512-3/Vh9T43AYvShRvpLjp4KHfvbXsSb8j/PPg5OGF24NGUszj24iYKa5Rd/NHTxrgZH6CFf6U7irbcepFy1YrMcA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260119142836_1768833206553_0.8408678620507295","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260120093836":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260120093836","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260120093836","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ed589d14b1de3c16997fc5d5f58eda976701fe9d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260120093836.tgz","fileCount":17,"integrity":"sha512-BQ8DzNNQYdI5ASFwCBaDPnaZWqdB+CcxGFt5nqR0fIkpYB0KOz4aEri+64fBLS/M7tDsceGfHxjp8MuzJJQI5w==","signatures":[{"sig":"MEUCIQCDecnhghn+Zii6mqc4KdA+Pj7iy3cYCpvnX1wpl2m0IwIgEkEuUnbJxTsmPfONfEccuPwWJqzjYap1i3Bq8ljXtWU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260120093836","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260120093836.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3d4932452146968eed6d2d2ff618ff4a/solana-plugin-core-5.4.1-canary-20260120093836.tgz","_integrity":"sha512-BQ8DzNNQYdI5ASFwCBaDPnaZWqdB+CcxGFt5nqR0fIkpYB0KOz4aEri+64fBLS/M7tDsceGfHxjp8MuzJJQI5w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260120093836_1768902183172_0.48951366811602925","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260120093824":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260120093824","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260120093824","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"98326c953e8ce626878349588b6ba5b2f88e37a4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260120093824.tgz","fileCount":17,"integrity":"sha512-pBWqZPbfYzbZWvxbU/NEMtOOuFKyzEN+CElazMCS1OlL9+Nv3gK5lqboxr1xh7EwB83S86TQJxVEI8jwZIki2Q==","signatures":[{"sig":"MEUCIQDIrxJCUrhmBMLPJ2eiUebhyUTFtEMhzXxBfI8XzllFYwIgHxIWaBbUNiavnrHt7K/HLcAitnfNIq3fN0pSFJ5Qbsk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260120093824","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260120093824.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ffc7f94c84e561fa5886c2eec517a92b/solana-plugin-core-5.4.1-canary-20260120093824.tgz","_integrity":"sha512-pBWqZPbfYzbZWvxbU/NEMtOOuFKyzEN+CElazMCS1OlL9+Nv3gK5lqboxr1xh7EwB83S86TQJxVEI8jwZIki2Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260120093824_1768902203007_0.5054831705750855","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260120093948":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260120093948","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260120093948","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fd065dfbe07c05262f7a4a6ade33a847622b24c8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260120093948.tgz","fileCount":17,"integrity":"sha512-ObiXOhjTh3kCRud23e2IiQyswxJgGmf/yB9dWuhu/29HSC1YFEYzXwk2FemJhQ5DTvju/RJdY0gKO2ZC6K/fqA==","signatures":[{"sig":"MEUCIQDnAtjjR4BodUtK4PQ6KpEHrGqKqpf53GnoQNTLErBtmQIgY8NfQgRgwnzxEKzeI1z/XQ6QEoQHiW1Wmobi+aDyHww=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260120093948","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260120093948.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/98b27644a1bbfd06c9274e0c0912bfb4/solana-plugin-core-5.4.1-canary-20260120093948.tgz","_integrity":"sha512-ObiXOhjTh3kCRud23e2IiQyswxJgGmf/yB9dWuhu/29HSC1YFEYzXwk2FemJhQ5DTvju/RJdY0gKO2ZC6K/fqA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260120093948_1768902267773_0.28061681160686014","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260121093848":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260121093848","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260121093848","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b44784ed66bbeea55690f801affc6ba7f17f56ac","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260121093848.tgz","fileCount":17,"integrity":"sha512-keJXVGj3LExxWVgsxtGupxCL95GHHTrEi9KrjzKwcvwbzpJKXzTdKplQe0ZoIfpWcrshywP2S7S5n/0wqvitoQ==","signatures":[{"sig":"MEUCIBxDnzSeLh9Lad7m92q1UujSvWxBQcSBD3UwB2krtlRBAiEAoJL+AQKuKYmy/CvNxc6FRp0vGCwS6PokSFWymFmar04=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260121093848","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260121093848.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/947668f2f7c09653bc43e2c43baf1495/solana-plugin-core-5.4.1-canary-20260121093848.tgz","_integrity":"sha512-keJXVGj3LExxWVgsxtGupxCL95GHHTrEi9KrjzKwcvwbzpJKXzTdKplQe0ZoIfpWcrshywP2S7S5n/0wqvitoQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260121093848_1768988686049_0.1866807656118057","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260122093833":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260122093833","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260122093833","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3b561df60e261ac5647910a6540bec33e406450a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260122093833.tgz","fileCount":17,"integrity":"sha512-JWcKXsCZL0oWk+/lr45qvuB7tzJdVc/pcNsQe6phbsXqp+5Ii2BQy6bOtKsep1nrFXnRgR/5ihGQwyhs+dp0Rg==","signatures":[{"sig":"MEUCIQDWvggbDGlPPbIHSZaqlA6gfF+W1LkewdHjdz7mWS26RQIgV+SbzX1RgiVvEdD6ZtkA38YfJLyyXotwMvYNNV957ww=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260122093833","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260122093833.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c0e6aee0a2ee17b5d3601e8481ee6bb1/solana-plugin-core-5.4.1-canary-20260122093833.tgz","_integrity":"sha512-JWcKXsCZL0oWk+/lr45qvuB7tzJdVc/pcNsQe6phbsXqp+5Ii2BQy6bOtKsep1nrFXnRgR/5ihGQwyhs+dp0Rg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260122093833_1769075002628_0.8214622840071801","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260122093927":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260122093927","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260122093927","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5d5d8f1b1f9dee9a572d9dbf8040771b42a12756","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260122093927.tgz","fileCount":17,"integrity":"sha512-BX7YZ7Bm3Ke2suK9Mz5tRyRi+Q8Jy7msf6oG37wSweR6TaEZ+7q115zQuvroQMYB4KtOPx5RKZ5yQPFv6x75dQ==","signatures":[{"sig":"MEUCIQCZNV8qy/NxR7WmFerfhWVCF31PTpeb5nh7VOHBDCj1nQIgLB5LyGZ/i2/4btsCuis7XzFTlJiNA/TyLbzIF8CYniI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260122093927","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260122093927.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c3a83931bc3972ea53c435eb574cfa0d/solana-plugin-core-5.4.1-canary-20260122093927.tgz","_integrity":"sha512-BX7YZ7Bm3Ke2suK9Mz5tRyRi+Q8Jy7msf6oG37wSweR6TaEZ+7q115zQuvroQMYB4KtOPx5RKZ5yQPFv6x75dQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260122093927_1769075111305_0.5961130683056148","host":"s3://npm-registry-packages-npm-production"}},"5.4.1-canary-20260122095623":{"name":"@solana/plugin-core","version":"5.4.1-canary-20260122095623","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.4.1-canary-20260122095623","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0219d5de015c370ed734e4ccb8a419167a5089f0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.4.1-canary-20260122095623.tgz","fileCount":17,"integrity":"sha512-iCtICSyjvRSqXSncDxMVuj0sLiKzNnobsJnz4JTTQfhLSkTqT5i7PnTvtT9Dwwt5Nwia047r0P+bSH/GBnUKNg==","signatures":[{"sig":"MEQCIEVrSBvcSld/7oBnHhz+LR2adpChm0lYa3Ktk25mnaFiAiBmPwqvqFhOlq80RW8VNZYbLGgV3P5aOnIoHbsVNLO5rg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.4.1-canary-20260122095623","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.4.1-canary-20260122095623.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/edc98f025fd187d04a12bd2d90fcc292/solana-plugin-core-5.4.1-canary-20260122095623.tgz","_integrity":"sha512-iCtICSyjvRSqXSncDxMVuj0sLiKzNnobsJnz4JTTQfhLSkTqT5i7PnTvtT9Dwwt5Nwia047r0P+bSH/GBnUKNg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.4.1-canary-20260122095623_1769076183032_0.3031952298863685","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260123093609":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260123093609","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260123093609","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c31c9747bf72567d8fa0a784b00725fdb7029afe","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260123093609.tgz","fileCount":17,"integrity":"sha512-ke4qHUIu8vQULnUXifpq1lwnY/drUeI+oGVLA8e3WJ1/YoJvq0aEkitThEmOGDqh1W0b+lCp+QA5bBn/qJuZLw==","signatures":[{"sig":"MEYCIQCFEG/IPebxxuX1xeqfFD7aGy+0dU9jkXuCgCl3DwasqQIhAN1TFd9+IYTAVLucFBllZju5ylS5Uh5ZtNd5821Z9Ovd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260123093609","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260123093609.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6df4941dc333e88fd2c5b7a95a4be8bc/solana-plugin-core-5.5.0-canary-20260123093609.tgz","_integrity":"sha512-ke4qHUIu8vQULnUXifpq1lwnY/drUeI+oGVLA8e3WJ1/YoJvq0aEkitThEmOGDqh1W0b+lCp+QA5bBn/qJuZLw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260123093609_1769161315546_0.29987251500866074","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260123093734":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260123093734","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260123093734","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4354f4838e29f6a34f330ddf8723cb5da8293618","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260123093734.tgz","fileCount":17,"integrity":"sha512-nVm28u5U+LoRe/sqNScsWmds7D1/XggiQRBZe61O94CCXPM1WE5aboLWUX6wAoz/Trw9eqqCY45v+ahx4ososg==","signatures":[{"sig":"MEUCIEoZ2dYr4sNZ9dNomE1WRP0sul3sAjW6haqaiuKO37wHAiEAp4zJTVcRL1Wo9RfJX0CunZYk6e4DB6R2GmQw0p956V4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260123093734","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260123093734.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a680b1003adf79a61f2f961359ea739c/solana-plugin-core-5.5.0-canary-20260123093734.tgz","_integrity":"sha512-nVm28u5U+LoRe/sqNScsWmds7D1/XggiQRBZe61O94CCXPM1WE5aboLWUX6wAoz/Trw9eqqCY45v+ahx4ososg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260123093734_1769161477948_0.8386049661121113","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260123133003":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260123133003","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260123133003","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6abe25dcfc693c5532b8e7051ff6d51f3355348b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260123133003.tgz","fileCount":17,"integrity":"sha512-V8whBKkSurwvM1NX0VfgSaPHr2fxQX9kURambDhJHp1IKgZ+TRkaiyTq730qDGr+T2bFirsW8z9ZNjNoRzTiMQ==","signatures":[{"sig":"MEQCIFj4msnaLU2knjVjASDPct3bLFhI9ZlRTNSZsOx5P8yhAiARLzaEBOe8Q0OQuoeOixC/cPY2M9G66rSVpl9WVbK1nw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260123133003","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260123133003.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/954b59feeb7e38d0c69febc7f39159d5/solana-plugin-core-5.5.0-canary-20260123133003.tgz","_integrity":"sha512-V8whBKkSurwvM1NX0VfgSaPHr2fxQX9kURambDhJHp1IKgZ+TRkaiyTq730qDGr+T2bFirsW8z9ZNjNoRzTiMQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260123133003_1769175411220_0.14853471157780263","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260123165250":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260123165250","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260123165250","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"28ca615e16adec3649e08b7615dcab099c40cef0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260123165250.tgz","fileCount":17,"integrity":"sha512-zvh61ZARF7dW5sTWcwmnMoG0chaj2gzJ29OPKFi2ScgpcocRhfx8UqVWrOXR3xPL0v4X8b5CRQ/SJ4BbLg9I5w==","signatures":[{"sig":"MEUCIQD9sZDgtUtLNieZVV/kwhA+VPy6uDJHhzkoasZPAwGidQIgK7zvoALeI3uaxvC/VHfv/ateQkYGx+Vokc+0kyIn9+E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260123165250","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260123165250.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8f9ad45f9cc240f520089469a8baa462/solana-plugin-core-5.5.0-canary-20260123165250.tgz","_integrity":"sha512-zvh61ZARF7dW5sTWcwmnMoG0chaj2gzJ29OPKFi2ScgpcocRhfx8UqVWrOXR3xPL0v4X8b5CRQ/SJ4BbLg9I5w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260123165250_1769187555825_0.9409168494536837","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260124134456":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260124134456","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260124134456","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3d42adfcb7aecf4f1ccc741ed021bb84e8a46959","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260124134456.tgz","fileCount":17,"integrity":"sha512-7USiJ6e143ASQp9RXexQMahoQ9TX76FLoTewcie4R3R6uYj1QJWykOdKTFzzhDE4han5z4FL1SuAvvvXuRgnTw==","signatures":[{"sig":"MEQCIB930P52UECkwG2ldeQz/CBaq+3ralEKuheouLEha3FTAiBQ/1ghdFC9HuiaIoQbK7XXQAf+RjJcA39EKhTQsiPRTg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260124134456","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260124134456.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d9b9bfffb26576ffda9dce005ea7ee5f/solana-plugin-core-5.5.0-canary-20260124134456.tgz","_integrity":"sha512-7USiJ6e143ASQp9RXexQMahoQ9TX76FLoTewcie4R3R6uYj1QJWykOdKTFzzhDE4han5z4FL1SuAvvvXuRgnTw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260124134456_1769262641939_0.12745767893617033","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260124195719":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260124195719","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260124195719","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"646863d2941f1f21ca8c0ab71a44e2cee114eab2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260124195719.tgz","fileCount":17,"integrity":"sha512-9RpjyCJY9PlwKijtvDYJwlZ/Gq9rM3gCKf52aaZJJdUd0PPC6v/J2OAQCfkqIdR8m0gEjzB9OrcmoX7Cyc3xjA==","signatures":[{"sig":"MEUCIQDY4v2xFQDaeHtV/3CLz20i//Lgk6tCzhCpWxa0jNz3ewIgHVvrBC39UVSpgJlMYp7QmzbhFVsewfLdwhvlOCrBoe8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260124195719","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260124195719.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9d4657a93028e98f8cdeaa8a0835710d/solana-plugin-core-5.5.0-canary-20260124195719.tgz","_integrity":"sha512-9RpjyCJY9PlwKijtvDYJwlZ/Gq9rM3gCKf52aaZJJdUd0PPC6v/J2OAQCfkqIdR8m0gEjzB9OrcmoX7Cyc3xjA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260124195719_1769284961943_0.366042895704056","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126155005":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126155005","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126155005","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0a6d25e525e898e392b9e5a70d068051c78d0d61","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126155005.tgz","fileCount":17,"integrity":"sha512-RC1vpuxH8ekJczWFVUyRAfRE9AquABRY7D1vwGpBlSxMPslyC2A2YqLJWrJzeJIO83vnNTGKDqM80rkhSV4IkA==","signatures":[{"sig":"MEUCIQC0Ny55fcE2AmV3gPc4vvjFl3DhlKn4DZsW1Ooed4wFYgIgVxIUaqZyDWCodd3zQwhBQ9tftobdXu2xCGPzZ1craP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126155005","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126155005.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/432d701b1e37ef60af142504a9028089/solana-plugin-core-5.5.0-canary-20260126155005.tgz","_integrity":"sha512-RC1vpuxH8ekJczWFVUyRAfRE9AquABRY7D1vwGpBlSxMPslyC2A2YqLJWrJzeJIO83vnNTGKDqM80rkhSV4IkA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126155005_1769442990766_0.13334526317330542","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126155203":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126155203","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126155203","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"abea4c6a6c8be928e86b2560ede3e491b5b0a886","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126155203.tgz","fileCount":17,"integrity":"sha512-dOxYniKsGaO2K9TAZSOVLW7ZzdlZnSrRZk8ctxtooP+M9Czo16QZyzghdl0Sx0H1WO22Cxm1XFY0Rjs1EW76Aw==","signatures":[{"sig":"MEQCIHyPX3o8TQExjIJFyaSORRi57YKhpF7vVg7iLmy7UUbDAiAzqQwUc7rzWIjg3Dz7rn1t33mEKSzTd/o8u8wVjKz23Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126155203","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126155203.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fafbc5602a75fbfa7bb5c1ca80415235/solana-plugin-core-5.5.0-canary-20260126155203.tgz","_integrity":"sha512-dOxYniKsGaO2K9TAZSOVLW7ZzdlZnSrRZk8ctxtooP+M9Czo16QZyzghdl0Sx0H1WO22Cxm1XFY0Rjs1EW76Aw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126155203_1769443042529_0.9993190676403729","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126155926":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126155926","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126155926","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1824b99f9264cedb79eec2aeb9bceb17216e19a7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126155926.tgz","fileCount":17,"integrity":"sha512-frhYqKoeJbehZzb/S5bFApuR5wykP3t2Av2iJooDxFfFVBI0r3Jxy0uu5I+Pl3jWEAxQYdGdD8QDV5ILapO+ng==","signatures":[{"sig":"MEUCIDzUnSzbEXs5aA13O4xxAxxsP8umbfNzQUoG7/3d7pP5AiEApKFADv7C/loL130XC9yZRx1VxZnh/9kh225Mk7+45CM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126155926","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126155926.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6ace6940fdadc670b8c7be68a18c3f85/solana-plugin-core-5.5.0-canary-20260126155926.tgz","_integrity":"sha512-frhYqKoeJbehZzb/S5bFApuR5wykP3t2Av2iJooDxFfFVBI0r3Jxy0uu5I+Pl3jWEAxQYdGdD8QDV5ILapO+ng==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126155926_1769443531530_0.6141371307340466","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126160006":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126160006","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126160006","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"701c842ffdee007f25a51c1b5742ba90223c392c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126160006.tgz","fileCount":17,"integrity":"sha512-WzZFiF5qINB3bVQrJ2rXxmRXv0IXKmCuqYuX08a08GySSm6w5RaxvJ53spyV1GCbm3CGBvgJ6l4G2FrrIwI9cA==","signatures":[{"sig":"MEQCIBahzk8ODQPFelg0VM5tg9L5xLFYYvKleMO3FyYmwT6AAiA3686byamTIoCjlF8D6nnsIHoQUq9BO6fjzekiqf53/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126160006","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126160006.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8421efddcb92f10a434224318411b7ba/solana-plugin-core-5.5.0-canary-20260126160006.tgz","_integrity":"sha512-WzZFiF5qINB3bVQrJ2rXxmRXv0IXKmCuqYuX08a08GySSm6w5RaxvJ53spyV1GCbm3CGBvgJ6l4G2FrrIwI9cA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126160006_1769443595538_0.3182076574748083","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126160220":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126160220","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126160220","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6875f6dcfd5a8ca40efe9a9b8c19df8ac1754861","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126160220.tgz","fileCount":17,"integrity":"sha512-nHqE1m80vqKxcruNEmg7EGOD4kmAkVyQIM7ZOBee7H72T7eRRHdNMXI8QY8ssMd4m3XoOvTUzR+u/HihYtxrFg==","signatures":[{"sig":"MEUCIQCSEnV3+9mGvNWHuuA4avafaMMr7TpDEQON2KI56C6eDwIgcVxFY4IvEWY8kF2zi8EfCwS+lQhOwgAcIKaGJ9rx9ks=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126160220","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126160220.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3975c766d50676ecd14c89e8c4fc484c/solana-plugin-core-5.5.0-canary-20260126160220.tgz","_integrity":"sha512-nHqE1m80vqKxcruNEmg7EGOD4kmAkVyQIM7ZOBee7H72T7eRRHdNMXI8QY8ssMd4m3XoOvTUzR+u/HihYtxrFg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126160220_1769443651015_0.9185005224592069","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126161847":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126161847","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126161847","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cf2e8130cf026dc58b50321820f757416d4fc314","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126161847.tgz","fileCount":17,"integrity":"sha512-KLLreOLIRu4l8zWcyxmlmQ5OTtBGi3//GQ3X25D4tyM11r30GQm71CXNPsp7nF2f5ebBAFxcZzBDRD0ijZBc8w==","signatures":[{"sig":"MEYCIQD/93bCqPfyLqPm+xIuKutzMCkQREokv0ckx2PNMUKUygIhAI9kd0QJcQwSRRmgAjbvh4NSlbkVlboKKd26QQscBde+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126161847","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126161847.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f6c9aeece98b6a6d589a1ee43b402ff5/solana-plugin-core-5.5.0-canary-20260126161847.tgz","_integrity":"sha512-KLLreOLIRu4l8zWcyxmlmQ5OTtBGi3//GQ3X25D4tyM11r30GQm71CXNPsp7nF2f5ebBAFxcZzBDRD0ijZBc8w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126161847_1769444717664_0.3283078567522284","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126171216":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126171216","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126171216","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"12acabd65ee727bd6e9a1884fea5e975954d88ea","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126171216.tgz","fileCount":17,"integrity":"sha512-ZVaNuPzfkE/4J4vEeCD4p0ISpZ8edHSIHFG/mlujhv3HGNfxGzebbYwU0VrouMnRkZ9+EgsxIBHpJ5znCQScaQ==","signatures":[{"sig":"MEYCIQDorsLVDPXolqF2aNQ7RyqSPjAPnlbkrWNyU2ry4vlhbAIhAInvO/iDPupvPiAc8Hwg+CWzLZKN8glKCel0u2evwCK3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126171216","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126171216.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/617afc187c1f2798d13dc189cb15c0d7/solana-plugin-core-5.5.0-canary-20260126171216.tgz","_integrity":"sha512-ZVaNuPzfkE/4J4vEeCD4p0ISpZ8edHSIHFG/mlujhv3HGNfxGzebbYwU0VrouMnRkZ9+EgsxIBHpJ5znCQScaQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126171216_1769447822407_0.573216766708152","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260126190933":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260126190933","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260126190933","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"514ce4b482e96de960c260c96a7bdc089141e15d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260126190933.tgz","fileCount":17,"integrity":"sha512-BJXaf59EtnuDuK56VWeKlfaDNPzxgDFtQSeCnNZuuwYSo/l+tYUfT+y0XkYSIEIHaPCuep/NBVEBazjK0w5alA==","signatures":[{"sig":"MEYCIQCk+0QDCPAHYz2Z5shc5/z/xiLYklTS85z3/r/qygYrtgIhAKSzQv7kgvrd+rfWnf1kfOlu5Mf+s+bAAu8DbQ+qTHqS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260126190933","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260126190933.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/eb2261a6ab56f8fa294f49018d0e8d0a/solana-plugin-core-5.5.0-canary-20260126190933.tgz","_integrity":"sha512-BJXaf59EtnuDuK56VWeKlfaDNPzxgDFtQSeCnNZuuwYSo/l+tYUfT+y0XkYSIEIHaPCuep/NBVEBazjK0w5alA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260126190933_1769454857399_0.43734092063787555","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127093615":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127093615","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127093615","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f22d865d322900490eeaa380bd55301218caab7b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127093615.tgz","fileCount":17,"integrity":"sha512-ikoSCpUEdIu0gXcB5fTiV5tHDJMO1wiWqXKeiU0VqQiYzD1c5bIPYxWO6KqCZjazyYii4n2SnE/zEjLPwnR58A==","signatures":[{"sig":"MEUCIQCm09sASuKaMAO3Ib9UdLEbDE5ji0/b6d++8k694pxfOQIgSF2wwFNgyK++9O/FqfHD3ReRcJBmV/2I+Je1g1DZa+0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127093615","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127093615.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/87da21a92d763733d595f46d5e32fdd3/solana-plugin-core-5.5.0-canary-20260127093615.tgz","_integrity":"sha512-ikoSCpUEdIu0gXcB5fTiV5tHDJMO1wiWqXKeiU0VqQiYzD1c5bIPYxWO6KqCZjazyYii4n2SnE/zEjLPwnR58A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127093615_1769506868751_0.23006314494660174","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127093903":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127093903","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127093903","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c67bbf7ad4a8a090b5962922fb428065b34b10fc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127093903.tgz","fileCount":17,"integrity":"sha512-W9ihBPYhlcsDPkV3UtRvW8KXeHozzpcGWKHCr4nPmZb5oGoh4IpOSl0TgB7BfUDRwNg0R+jEbQ6I170ow0a3Og==","signatures":[{"sig":"MEUCIQD5a4bMboFB+bDAswV5s0XBObkYJnaFiy5MVPfbPA2SSwIgaK+VICUAvGmjxSRFmnlRk9miVuWyhLTTqmFBuYhKjSU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127093903","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127093903.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6a090e91c6a0e68cd33e8ce643a82d2a/solana-plugin-core-5.5.0-canary-20260127093903.tgz","_integrity":"sha512-W9ihBPYhlcsDPkV3UtRvW8KXeHozzpcGWKHCr4nPmZb5oGoh4IpOSl0TgB7BfUDRwNg0R+jEbQ6I170ow0a3Og==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127093903_1769507054924_0.41171572764434705","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127160020":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127160020","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127160020","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ae2dffc4ac6d0a99a799a2670e9005b8f63d941a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127160020.tgz","fileCount":17,"integrity":"sha512-L+4Tzz73SxEc3DwEZY47VP2l8rG6pgZRz27TJpyuAExuJqetAtpzdoAulRKYASpya5SSoX5U728n4xBN8NiW0Q==","signatures":[{"sig":"MEQCIHpZtaIze4Oq2akPIGL/JrP3+tdoLIB/EGjIznNARk08AiA2PomATM/toVtGIvFGRcOTdDo2Iq//+1eO1WvZoaD1iQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127160020","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127160020.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/31d6f3993f24b03f2ec64f29288f99f8/solana-plugin-core-5.5.0-canary-20260127160020.tgz","_integrity":"sha512-L+4Tzz73SxEc3DwEZY47VP2l8rG6pgZRz27TJpyuAExuJqetAtpzdoAulRKYASpya5SSoX5U728n4xBN8NiW0Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127160020_1769529931446_0.7802085225313058","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127160154":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127160154","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127160154","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"13aafa5d1f209d321bcb48bf6a4792f75f985777","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127160154.tgz","fileCount":17,"integrity":"sha512-NCFMiYQE6+mqW9uF3WU6J5VxJ/Yj+mLYyobhK+YZceIvjCeKqBpreP2pXJqqBoodQD2l8bGFqLRfYUiiX2i0aA==","signatures":[{"sig":"MEQCIHLYNCs0zaWb4b5io3h+a8oMQ7WPK1xbdePQr1YjGArbAiAW2GqTfAVikYcZlt4FyjyEH6M109ohQQTnWrKyakxW1g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127160154","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127160154.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/394d6e6360b6f4a51621bb475f2a85ec/solana-plugin-core-5.5.0-canary-20260127160154.tgz","_integrity":"sha512-NCFMiYQE6+mqW9uF3WU6J5VxJ/Yj+mLYyobhK+YZceIvjCeKqBpreP2pXJqqBoodQD2l8bGFqLRfYUiiX2i0aA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127160154_1769530118688_0.6364900763849637","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127170312":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127170312","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127170312","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1016d88632cf6542a30b39caf3b40e7511d5ce9e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127170312.tgz","fileCount":17,"integrity":"sha512-Le8Q4pI3aM1SCpdjsa+N0jPa9HveKbz7AO2gqpqck6ieEqkUI+7H03ZnAlz2a4Jr+vhbruKfAgTFg1JQcAfM6w==","signatures":[{"sig":"MEUCIQDidr78WvUmA3C+WObViwcHcYUb3eeoUyYNJkQedc+lUgIgMS2RhmBGdP7AGWnzRH2DQwCECIYfXr0VvI94gBUFyV4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127170312","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127170312.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5769a0d3bc7308b73927a296780a3e65/solana-plugin-core-5.5.0-canary-20260127170312.tgz","_integrity":"sha512-Le8Q4pI3aM1SCpdjsa+N0jPa9HveKbz7AO2gqpqck6ieEqkUI+7H03ZnAlz2a4Jr+vhbruKfAgTFg1JQcAfM6w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127170312_1769533687304_0.5321071188284221","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127170405":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127170405","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127170405","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9a737f5cdd44d47be3969b0be03ce44a1bbaa1c2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127170405.tgz","fileCount":17,"integrity":"sha512-w0di0Ya30ox6RvYV9dAYiOZ3sHSF4O+D43PMpiBZsWL1NLIKDb3/yyswKrwd8ndcRVS0PIMbdvsDCAPX32ja2g==","signatures":[{"sig":"MEYCIQC38FbWSguoLvmCIUE3pnPQ87dE0eFs/TmKLRe786A6IAIhALSnLMdoXroozyMrKKUPjCeX64vWXqdRPrLLiTC8+bvO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127170405","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127170405.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5d2789078e962d3711023f14660a4621/solana-plugin-core-5.5.0-canary-20260127170405.tgz","_integrity":"sha512-w0di0Ya30ox6RvYV9dAYiOZ3sHSF4O+D43PMpiBZsWL1NLIKDb3/yyswKrwd8ndcRVS0PIMbdvsDCAPX32ja2g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127170405_1769533776956_0.8452221796452044","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127172033":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127172033","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127172033","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6ea5a3889b1ac58c55a84a259aabaf4322f1a5fd","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127172033.tgz","fileCount":17,"integrity":"sha512-fD3ZbAQv538OeuuPuqmUCb+2r7v4AL7E39Z/9oaFwKNhnoPTau0VDTXKz6IDHcv+VDVSTCHPReUktdcDdisxBg==","signatures":[{"sig":"MEUCIQDWCikTyQudtQ04HIgiTjPWH81t3A0p/ejPQaFPngjX3wIgLkxBDf+ZB25xLY3Bc7VVNjjYWnqiO//Qe1afmV8ixXc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127172033","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127172033.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e0f32774d6065f3197f8128457e51c94/solana-plugin-core-5.5.0-canary-20260127172033.tgz","_integrity":"sha512-fD3ZbAQv538OeuuPuqmUCb+2r7v4AL7E39Z/9oaFwKNhnoPTau0VDTXKz6IDHcv+VDVSTCHPReUktdcDdisxBg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127172033_1769534794780_0.30363519288478846","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127173911":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127173911","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127173911","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3fe186b6a6c1654bb0c8a8a7e76e4edd2d7d0efc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127173911.tgz","fileCount":17,"integrity":"sha512-cmH71aA7v0j9iC6Ip5zZTEJCswyx9JgSLI6QVzqaL2n+uDEaUcDbs+SiMBOMtQGJjrA7d58W5os+kiXNcKeouA==","signatures":[{"sig":"MEUCIG9IQ89plrp089letVupBI+qlmcPLaGyOYsN0r/ggEkrAiEAhRBazMWO7cl4cDuIqpOT0VQKDEmXx1DmChnMRHM0v8Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127173911","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127173911.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2ac0a3e485fa0d61632671d9fef0bad8/solana-plugin-core-5.5.0-canary-20260127173911.tgz","_integrity":"sha512-cmH71aA7v0j9iC6Ip5zZTEJCswyx9JgSLI6QVzqaL2n+uDEaUcDbs+SiMBOMtQGJjrA7d58W5os+kiXNcKeouA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127173911_1769535906002_0.8628179782678855","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127174108":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127174108","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127174108","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7cd4ded71ed380ad6c9bcaa8ac782184ec917f8e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127174108.tgz","fileCount":17,"integrity":"sha512-1PHa816NAS8XiE7GRkXEprE3SHT514p7seBt2J/4U6ef86F5mWObzCRJGkTWLgoGOoYzMESAoXp0UmxAgW75Zw==","signatures":[{"sig":"MEUCICYBx6MPMXjIYTBFitV0yMdc/1xXxdzMpEzKOX/jmCdfAiEA2A1xxoAQPIYr6TwBVXasQcNkR5k+sjaMZIDctCxHzd8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127174108","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127174108.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/193965cffc1d0543e6d2349907b20402/solana-plugin-core-5.5.0-canary-20260127174108.tgz","_integrity":"sha512-1PHa816NAS8XiE7GRkXEprE3SHT514p7seBt2J/4U6ef86F5mWObzCRJGkTWLgoGOoYzMESAoXp0UmxAgW75Zw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127174108_1769536041036_0.12822573129071846","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127175739":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127175739","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127175739","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2505c4274309bfce7fadf5e45cc57509f35f5839","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127175739.tgz","fileCount":17,"integrity":"sha512-A2f4xW0Cz/Crxg/MzqdC5kd7q+VxNI3OcP1IKy2G3442Rg3CkZaSIisKDwifEfOJbhMjLh+DR9hQ4h9kWCYfyA==","signatures":[{"sig":"MEYCIQC1zNjSu5OnVUXb2xuWRE6Zmx75B0Z2ih7wT4YqdAnujwIhAN13taCGLFlCmvyIMV980qfWQKINTqQZDhK/nI4a74A1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127175739","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127175739.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7fd868947fd66767a397789e4a92693a/solana-plugin-core-5.5.0-canary-20260127175739.tgz","_integrity":"sha512-A2f4xW0Cz/Crxg/MzqdC5kd7q+VxNI3OcP1IKy2G3442Rg3CkZaSIisKDwifEfOJbhMjLh+DR9hQ4h9kWCYfyA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127175739_1769536950446_0.8181177454397903","host":"s3://npm-registry-packages-npm-production"}},"5.5.0-canary-20260127190017":{"name":"@solana/plugin-core","version":"5.5.0-canary-20260127190017","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0-canary-20260127190017","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"79009df940392338a29029b4c42cdab0888ee137","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0-canary-20260127190017.tgz","fileCount":17,"integrity":"sha512-WSRUKEHM29Q+6QJ8iXA309rW9lQT0ZzCzXjZ2A2cVsadq3mB+L/YCBn/PbX/9aTy/WTBlw0IXcIdUXBV5Kx8aQ==","signatures":[{"sig":"MEYCIQD+Y5+pOAnKFkP3Ty/B3yUrDzIXLR/AWD9TscQSEE1o4wIhAJfZg7ozs82dITrPwk6JjxmnfYeZkFKahFFrhKKHQcBT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0-canary-20260127190017","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.0-canary-20260127190017.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fbdfea92002f784ab74dda2c2bd01289/solana-plugin-core-5.5.0-canary-20260127190017.tgz","_integrity":"sha512-WSRUKEHM29Q+6QJ8iXA309rW9lQT0ZzCzXjZ2A2cVsadq3mB+L/YCBn/PbX/9aTy/WTBlw0IXcIdUXBV5Kx8aQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0-canary-20260127190017_1769540700099_0.7541639427055082","host":"s3://npm-registry-packages-npm-production"}},"5.5.0":{"name":"@solana/plugin-core","version":"5.5.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"108dd6070650da4c8229d6f5d578259d26345c34","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.0.tgz","fileCount":17,"integrity":"sha512-TsKTzHTwxUPOxuq1TiQ3IBWmiinzhRsdtVN+paZPNjt2DdTjNYwDBl9KzHuTGGRZtptf5iJ2xghbPjcCYw8fqw==","signatures":[{"sig":"MEYCIQDYfnfAL5C7fp4rYkkvWxIP99MNH5v2IXejoi/sOGNztgIhAMbeHgf3LleCukCAsQAVUjLuSqs9bNgMv+6FfCNY2Exm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d08cd43abf9d50cc7b697c16dd09b222/solana-plugin-core-5.5.0.tgz","_integrity":"sha512-TsKTzHTwxUPOxuq1TiQ3IBWmiinzhRsdtVN+paZPNjt2DdTjNYwDBl9KzHuTGGRZtptf5iJ2xghbPjcCYw8fqw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.0_1769541197662_0.6694524868466241","host":"s3://npm-registry-packages-npm-production"}},"5.5.1-canary-20260128113821":{"name":"@solana/plugin-core","version":"5.5.1-canary-20260128113821","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.1-canary-20260128113821","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"184479b7327f07c2420983089430889448df8bee","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.1-canary-20260128113821.tgz","fileCount":17,"integrity":"sha512-0zF9lQH4nDGmWctJ5mlUeNLjtD2zcI3zH7EaTpL/wK6UUAgzckvYErn8/nenRetenDANVAUjghLyISj3tiEt+w==","signatures":[{"sig":"MEYCIQCUi7nOFoQKPNuDtjQoPBflokr2dS68EIxZkdXrRS/dAgIhAPfEV2/c5xs3X67WiWEdcY3XgQDBiQwxVDmfZzUc47r9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.1-canary-20260128113821","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.1-canary-20260128113821.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a7d1cf8e24db9468183afdce08a6b991/solana-plugin-core-5.5.1-canary-20260128113821.tgz","_integrity":"sha512-0zF9lQH4nDGmWctJ5mlUeNLjtD2zcI3zH7EaTpL/wK6UUAgzckvYErn8/nenRetenDANVAUjghLyISj3tiEt+w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.1-canary-20260128113821_1769600575094_0.9778335884016216","host":"s3://npm-registry-packages-npm-production"}},"5.5.1-canary-20260128113732":{"name":"@solana/plugin-core","version":"5.5.1-canary-20260128113732","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.1-canary-20260128113732","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"87233b925cad858dfd78ece268ba98dd39db7976","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.1-canary-20260128113732.tgz","fileCount":17,"integrity":"sha512-wHz90ZVefyv00oXI/T5Vhav7laK9OgVJkbtj2JIC9IzqVi3bhWsy617t41D+GijGCaxMkOgUPS05hoyXkOBDDg==","signatures":[{"sig":"MEUCIGAUQ5ySCsb9fPZhH6vcw0h3mBIEWhjZtsFP8OiE8JtkAiEAzkA82RqxDWHTrgG3XoFQI0dVa/QYHq6UfvIy6zINnRk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.1-canary-20260128113732","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.1-canary-20260128113732.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7072c933feee5241d22663ac474819d3/solana-plugin-core-5.5.1-canary-20260128113732.tgz","_integrity":"sha512-wHz90ZVefyv00oXI/T5Vhav7laK9OgVJkbtj2JIC9IzqVi3bhWsy617t41D+GijGCaxMkOgUPS05hoyXkOBDDg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.1-canary-20260128113732_1769600629781_0.043433208656743494","host":"s3://npm-registry-packages-npm-production"}},"5.5.1":{"name":"@solana/plugin-core","version":"5.5.1","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.1","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cfd39b3a6231b662b1079f4b7561e5bf25f3f63b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.1.tgz","fileCount":17,"integrity":"sha512-VUZl30lDQFJeiSyNfzU1EjYt2QZvoBFKEwjn1lilUJw7KgqD5z7mbV7diJhT+dLFs36i0OsjXvq5kSygn8YJ3A==","signatures":[{"sig":"MEUCIQCWFiCuF3ufEuBKCyFvddRr5WdBFFEtPFi0gnNcudC+igIgAbzcKREWi71ioOQQECGQStJxuGLcuerPiFpghX+nlVg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/dfcd58019013e2f01d104068fc1897dd/solana-plugin-core-5.5.1.tgz","_integrity":"sha512-VUZl30lDQFJeiSyNfzU1EjYt2QZvoBFKEwjn1lilUJw7KgqD5z7mbV7diJhT+dLFs36i0OsjXvq5kSygn8YJ3A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.1_1769601803702_0.8976188503989198","host":"s3://npm-registry-packages-npm-production"}},"5.5.2-canary-20260202175916":{"name":"@solana/plugin-core","version":"5.5.2-canary-20260202175916","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.2-canary-20260202175916","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"abe6cac2bb6dc9f76e14e5f71833ffbcb1bb582b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.2-canary-20260202175916.tgz","fileCount":17,"integrity":"sha512-CWdVyCZIP0fWM8poUuSDDoV3VK7DIlsWZnOoJp/R2t4XptlokLvP5pr3aoCba79Dnu98QLgVk//gmXO4UgJ53g==","signatures":[{"sig":"MEUCIQCIaBx6xsRrCXJgrhyEm4HK9quC3RYMieueQGpvQ0aQUgIgRSDKJbbMY6bfCM5KfSXOCWf4+zCKEDBA8yp5z9IW6cg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.2-canary-20260202175916","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.2-canary-20260202175916.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/516c7a6103c10b86870783ce18b17e92/solana-plugin-core-5.5.2-canary-20260202175916.tgz","_integrity":"sha512-CWdVyCZIP0fWM8poUuSDDoV3VK7DIlsWZnOoJp/R2t4XptlokLvP5pr3aoCba79Dnu98QLgVk//gmXO4UgJ53g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.2-canary-20260202175916_1770055542642_0.8022133889256413","host":"s3://npm-registry-packages-npm-production"}},"5.5.2-canary-20260202181652":{"name":"@solana/plugin-core","version":"5.5.2-canary-20260202181652","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@5.5.2-canary-20260202181652","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"687ff291cb7831c0df8a750aebed245eb0223eca","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.2-canary-20260202181652.tgz","fileCount":17,"integrity":"sha512-VfYegABoeHmw2NW8iTjTmx0vmyiGE7iwnIuhnsqiUOBqtyQSiLoxe2WtamZXnJKVFGx5wVMXEL5OBiKANVuogg==","signatures":[{"sig":"MEUCIHcXVo1UgO9QWEG0Ptw40QI5Uc18pGJFhPTxmZJNKsl6AiEA7WJx/0soiVQ/AT6L2q1mf5vfdA9eqUr7rdt2+shNsL4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@5.5.2-canary-20260202181652","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-5.5.2-canary-20260202181652.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/31bbc11790ce896e6ea2b03c6c523c2c/solana-plugin-core-5.5.2-canary-20260202181652.tgz","_integrity":"sha512-VfYegABoeHmw2NW8iTjTmx0vmyiGE7iwnIuhnsqiUOBqtyQSiLoxe2WtamZXnJKVFGx5wVMXEL5OBiKANVuogg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_5.5.2-canary-20260202181652_1770056487180_0.8560218998719156","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260202183506":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260202183506","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260202183506","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f8f2afff15aabca245a73b6a5a05515c5e305216","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260202183506.tgz","fileCount":17,"integrity":"sha512-rO/neEC86cCwfxnjh5ht9H6wMHwj6tOEeqFVTQtLLMLVsXqpzY2xOhM1FxpBwsvHRL6nHJm1nkQliyyhtNiP7Q==","signatures":[{"sig":"MEUCIEyEPAuICA6BxmCuekqf0OhmIf/8BPrsO3qyFb69UD/fAiEA7hUslaMYMPlvbzmbDl1S83Hb0x5UyPkJFVgkd4/yQMM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260202183506","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260202183506.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/819bd38001f68cbe5db97552088f1a96/solana-plugin-core-6.0.0-canary-20260202183506.tgz","_integrity":"sha512-rO/neEC86cCwfxnjh5ht9H6wMHwj6tOEeqFVTQtLLMLVsXqpzY2xOhM1FxpBwsvHRL6nHJm1nkQliyyhtNiP7Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260202183506_1770057600797_0.9571375566554008","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260202234124":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260202234124","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260202234124","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"56eba385b7535b646eaf4d712476749548608f2d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260202234124.tgz","fileCount":17,"integrity":"sha512-bbkarOmaPyOYeyRNdQd3zHjKIMUbYf+Qoi6P4C+HKBZweWpzrmlA7vmoiCkgny038D6aygscaLvMNg4Zi/e/AA==","signatures":[{"sig":"MEQCIE1Fmoa+qNL+DBF1io6z0xIqfCxVQriS16AMvzJwA6aDAiAQDzrPSixDq+P6oSmKRHU1hDxgIsTV7awHzZGLFWEZeA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260202234124","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260202234124.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/110d944131b13fd947006a07b1c7808c/solana-plugin-core-6.0.0-canary-20260202234124.tgz","_integrity":"sha512-bbkarOmaPyOYeyRNdQd3zHjKIMUbYf+Qoi6P4C+HKBZweWpzrmlA7vmoiCkgny038D6aygscaLvMNg4Zi/e/AA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260202234124_1770075975623_0.5239795095402366","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203004417":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203004417","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203004417","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"321eef7409189b850480daf10bf1fb01ec6483bb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203004417.tgz","fileCount":17,"integrity":"sha512-dhD11kAGY8o4cF6RcmkYfQysL0N/umb/3kMfyCLaVHRh3YehY/gFZv6jPfomPm619m6NIiI9fNX2UjNRzmoFnw==","signatures":[{"sig":"MEYCIQCiD7/xnfERWOIj6tvb5vrIA1KnoKMw7Be/zhyIF68yIAIhAIrLET/gt6IOWiqIFLaOzXOIoz3FmCp8GoyRdTirlM5D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203004417","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203004417.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6361872d97d4290712c8cd96762776ee/solana-plugin-core-6.0.0-canary-20260203004417.tgz","_integrity":"sha512-dhD11kAGY8o4cF6RcmkYfQysL0N/umb/3kMfyCLaVHRh3YehY/gFZv6jPfomPm619m6NIiI9fNX2UjNRzmoFnw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203004417_1770079851690_0.7824563547687655","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203150246":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203150246","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203150246","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"512ada4e314fde90afb14ef2932bbdf461e7dffe","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203150246.tgz","fileCount":17,"integrity":"sha512-eQTOyRb8u09XO8U22ZA0Pg3FuYSIxgQnR/FlhWhowc7KoEs81/FEXRGReCd608xws/zvNVFv+L+w2TpPwy3lqg==","signatures":[{"sig":"MEUCIQDrqbrE2RBNEVcRmALspyNj6Pq4jDEXKMNcDewyoLU8AAIgW3xh42LvJg21dkt0/0zI95cJKgmiVTV4zrQI+sF439A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203150246","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203150246.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f4b2eb59bbd41be08124052f2a050552/solana-plugin-core-6.0.0-canary-20260203150246.tgz","_integrity":"sha512-eQTOyRb8u09XO8U22ZA0Pg3FuYSIxgQnR/FlhWhowc7KoEs81/FEXRGReCd608xws/zvNVFv+L+w2TpPwy3lqg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203150246_1770131359453_0.32289147880200186","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203152936":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203152936","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203152936","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"dcfc2288b104ca93d2fd9329baa155bfb1f8901f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203152936.tgz","fileCount":17,"integrity":"sha512-gz5KvgMvg2GFrbMOhhvIixEF6tJr6hO/vxUWj/Ml3vJdwps2q25Y7OhggMLZuikcq9FuLnkSY13jpM7ofOZYig==","signatures":[{"sig":"MEUCIQCBdhUYhx+uQCF0P023lukcvcvf+qXkxdI1Yg0xNpytEgIgWl1YSfdZA3D+yhdukZrp+kZHVShqvxb7BOQl9OdWF70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203152936","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203152936.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f309291141cc4da4385078aa1e7c0db1/solana-plugin-core-6.0.0-canary-20260203152936.tgz","_integrity":"sha512-gz5KvgMvg2GFrbMOhhvIixEF6tJr6hO/vxUWj/Ml3vJdwps2q25Y7OhggMLZuikcq9FuLnkSY13jpM7ofOZYig==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203152936_1770132886139_0.5329072666819421","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203155342":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203155342","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203155342","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"959a3536b8586950e8237ade34635b0c0d1bfe22","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203155342.tgz","fileCount":17,"integrity":"sha512-Eh/uCYsA4vpgaBZutvL1xHBShHwsElLQlKswwbHUsvcD+VjoweapDjP+pL4tZmk5RffBAbqyNLXfH2NSZrTXRQ==","signatures":[{"sig":"MEYCIQDU59h8xZfFZyaRg6ZvyKqmSZIYzkMezIJ/x9J0aHgmygIhALnaxenvlCpcX4ZXKWLxww8bGfmOkG3qDCt9/ZD5CTzQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203155342","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203155342.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bce65eb65d2dfcb36c55ce359b5d6860/solana-plugin-core-6.0.0-canary-20260203155342.tgz","_integrity":"sha512-Eh/uCYsA4vpgaBZutvL1xHBShHwsElLQlKswwbHUsvcD+VjoweapDjP+pL4tZmk5RffBAbqyNLXfH2NSZrTXRQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203155342_1770134330598_0.8952065029732525","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203155517":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203155517","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203155517","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4e8edd983dadefdeaca559673b1c6cce232582d9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203155517.tgz","fileCount":17,"integrity":"sha512-v8mbi+McYxVXqicG+J008ReR6qF/hGlP0Emn2w5ZhjmAoZghX7HwJ6h+l5RWB2fQjw8W/TFOiX1dz07mqQK0vg==","signatures":[{"sig":"MEUCIQDhT5A/VGeVxBzwTByVOx4eYbz9GDAhy58vCw4mlfhdYAIgFL3J0f3aEC2V3axBOeLx8QZ591KorIsYXqvKMxI6m6U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203155517","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203155517.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3233f184c3acc4d1192a3e18c69bd2be/solana-plugin-core-6.0.0-canary-20260203155517.tgz","_integrity":"sha512-v8mbi+McYxVXqicG+J008ReR6qF/hGlP0Emn2w5ZhjmAoZghX7HwJ6h+l5RWB2fQjw8W/TFOiX1dz07mqQK0vg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203155517_1770134421007_0.5473475833444374","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203163631":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203163631","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203163631","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5533759016a0ab85ea39d1cd9a1ba05c0461eaed","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203163631.tgz","fileCount":17,"integrity":"sha512-waOA+byzz9wulrDjkNIea5/warRUGMsXPwrS1QfPq8LEFrl/jL2I7Ts+aulDaT/LwMSo3KkoocYxI0W0pxFeQg==","signatures":[{"sig":"MEUCIF3G9vt4ZC3IVgj9WuvdgYhYAbGplRYaz6LG9sBva8zhAiEA6lmE59bFX3oJ1b2E18Uhn+JCJLKOTLRZpDAuY4WPqK8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203163631","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203163631.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1a06e9c39d5871c13f465d6d95f527c4/solana-plugin-core-6.0.0-canary-20260203163631.tgz","_integrity":"sha512-waOA+byzz9wulrDjkNIea5/warRUGMsXPwrS1QfPq8LEFrl/jL2I7Ts+aulDaT/LwMSo3KkoocYxI0W0pxFeQg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203163631_1770136874700_0.6570741861055753","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203165304":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203165304","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203165304","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"18fdf86d8e34ea11362cfb69876c361039f0fa94","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203165304.tgz","fileCount":17,"integrity":"sha512-k2Lc9jdRD00ICpgTwAuO8Z7cfQkt2ByBUjDlgtvsvQDNMXQuNQzek+Cm5JFwQK+PGF3Qmj03UK/xnDzCmCtfRg==","signatures":[{"sig":"MEQCIQDc5o07LEiuU6ZvmMD1F7DgA0/ZyAtEtiCMEZ4a28xOagIfZRH+q8vMth2aooQPk1FmZwoRSiDXK8T1TLktOFXNnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203165304","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203165304.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/72478dcb775d439caf1001f8c4006f78/solana-plugin-core-6.0.0-canary-20260203165304.tgz","_integrity":"sha512-k2Lc9jdRD00ICpgTwAuO8Z7cfQkt2ByBUjDlgtvsvQDNMXQuNQzek+Cm5JFwQK+PGF3Qmj03UK/xnDzCmCtfRg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203165304_1770137938555_0.43814282606185695","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203165501":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203165501","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203165501","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"69eafb771db9c0d3af8502a162485379bc33ebf5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203165501.tgz","fileCount":17,"integrity":"sha512-sxVYiQXlCCJwt0hbmezaRRqj08d+GllVQJWQCCEmPeIcCeLlN9MdTaZ2eSiGK98ELXTMRrfjRzkcLGZw62hgrw==","signatures":[{"sig":"MEUCIDLoUJv6X5Le19Nq+Zqd1u+EUPftdRMa0dTojU6apn7IAiEAj5VAZtzvjL7FuxMUXNVCJGXZbGvFn7IpGHOV9+7CvTM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203165501","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203165501.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a1be8adcfbe855bc2645d42d3a9b8002/solana-plugin-core-6.0.0-canary-20260203165501.tgz","_integrity":"sha512-sxVYiQXlCCJwt0hbmezaRRqj08d+GllVQJWQCCEmPeIcCeLlN9MdTaZ2eSiGK98ELXTMRrfjRzkcLGZw62hgrw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203165501_1770138004756_0.4098798101850394","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203165809":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203165809","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203165809","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"70f8aa65e96872e0cdbeba6b8980561524dd19a1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203165809.tgz","fileCount":17,"integrity":"sha512-1SDHBBJJY+aKnIP02WLN+rD11OH3Ke/OZAOrJB6pdmZ+Wmb+P2wrMv3jgIe2sGYL+TGBAgdVDkyRMXwtjOfL3w==","signatures":[{"sig":"MEUCIETPGjjNKZNN8Yt23W2VchLp1vhEaOH90dpTeme8VMfhAiEAw0/OmU4qKUELGBCFytcQ52dm6rs6u9CUmvzomH4Bo8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203165809","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203165809.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/89c2c63b8da487996c98ca84994b3130/solana-plugin-core-6.0.0-canary-20260203165809.tgz","_integrity":"sha512-1SDHBBJJY+aKnIP02WLN+rD11OH3Ke/OZAOrJB6pdmZ+Wmb+P2wrMv3jgIe2sGYL+TGBAgdVDkyRMXwtjOfL3w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203165809_1770138180605_0.8063869269677526","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203165842":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203165842","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203165842","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7f673c9ea26de169a69b0dd1d8b82d1dc9b0dfa6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203165842.tgz","fileCount":17,"integrity":"sha512-bMDIzh7rpgV7yjM+U7TG2GlLll7PX1aXpPPN/4eWMZnKQtgPKeitcRvxRhtE7l+zZkFxse7degdUNmywVx7wBQ==","signatures":[{"sig":"MEUCIQCYu8aB/t6vs5ZUcVJINjJdTgBigAqFKcy9UzUdPUurkgIgPw5nT1HnT3YW8XDsWts95vUyM7Q1WKorTwpDcQxDwKI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203165842","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203165842.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1f3d5064b2860bc84de784a995c6765a/solana-plugin-core-6.0.0-canary-20260203165842.tgz","_integrity":"sha512-bMDIzh7rpgV7yjM+U7TG2GlLll7PX1aXpPPN/4eWMZnKQtgPKeitcRvxRhtE7l+zZkFxse7degdUNmywVx7wBQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203165842_1770138185504_0.8631080638088218","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203172420":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203172420","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203172420","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a6a1b9d598b6c1c315ac7b63ea01bdac29604578","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203172420.tgz","fileCount":17,"integrity":"sha512-ZjicFsySLS1ueMY76UeJHQiMIa/5BPDC//MeP/jsAZPDbiwTYhlgp5kEoBnmg/5CJW/6WgJj5bbzqmA3wxtB0Q==","signatures":[{"sig":"MEQCIGXaiSNMwuSC7j+vQIHsHGZ7Rpxk6ImDjguza/0nOxMXAiB86KHKfcVAskXmU5Llp/76DmbLpN9hHwOX/0VRx9NmEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203172420","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203172420.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/af5a08899d88f40e649aaff428cf39be/solana-plugin-core-6.0.0-canary-20260203172420.tgz","_integrity":"sha512-ZjicFsySLS1ueMY76UeJHQiMIa/5BPDC//MeP/jsAZPDbiwTYhlgp5kEoBnmg/5CJW/6WgJj5bbzqmA3wxtB0Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203172420_1770139777752_0.18761259874953362","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203193005":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203193005","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203193005","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b51217163f1f561512d86d39b220050382d83de9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203193005.tgz","fileCount":17,"integrity":"sha512-RvpCy/qdtp6ZYULA+zoxCFG4XkmzOlw88Lx5ItxOEeNwjNNKueFkeVlKGsUCV69UaUjmJy7FO90VH5EQ0xJW0A==","signatures":[{"sig":"MEUCIQCeepB3Kb5Yp1ts9tuVIK75dSHrO5fJGtZp1TEsDaOsrAIgNns0jZpd5qRjCmBgMrN5Jm77rBRIRvqjzkyKX3X/zCM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203193005","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203193005.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5d8879e855ebdb751c35f680f2866f12/solana-plugin-core-6.0.0-canary-20260203193005.tgz","_integrity":"sha512-RvpCy/qdtp6ZYULA+zoxCFG4XkmzOlw88Lx5ItxOEeNwjNNKueFkeVlKGsUCV69UaUjmJy7FO90VH5EQ0xJW0A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203193005_1770147385681_0.63799094265677","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-canary-20260203202414":{"name":"@solana/plugin-core","version":"6.0.0-canary-20260203202414","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0-canary-20260203202414","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9d8f355e2c82b69b3484e9212efd9dfe71b43ff3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0-canary-20260203202414.tgz","fileCount":17,"integrity":"sha512-XikNy/F3Nxoo5Z3MPV1eiRlsfmonAMT7VVzVvf6sd8x4R9wGS4J0PhmaftW4fHDf0ZFdZiqbdkZf3GdF54WT+w==","signatures":[{"sig":"MEUCIAgucU9QdmNdrdjU8XG9jzFw1GKJ17C67Ozl08+T9ooiAiEAizaYcjbta4NjrbkYdRUkS84Ja3on9gp1DtrHUk3BuTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0-canary-20260203202414","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.0-canary-20260203202414.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0da2a9778853d1236cb970deeb7ecf0c/solana-plugin-core-6.0.0-canary-20260203202414.tgz","_integrity":"sha512-XikNy/F3Nxoo5Z3MPV1eiRlsfmonAMT7VVzVvf6sd8x4R9wGS4J0PhmaftW4fHDf0ZFdZiqbdkZf3GdF54WT+w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0-canary-20260203202414_1770150633892_0.3996669556657939","host":"s3://npm-registry-packages-npm-production"}},"6.0.0":{"name":"@solana/plugin-core","version":"6.0.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cbab3edd6e704dadeb79c67f63eb8df0533feafb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.0.tgz","fileCount":17,"integrity":"sha512-s0mdwbs4Y8oGbdniF1uwmpNO5SaxFzmO59+LeFInkN8m4Dm3L4vd85/HB0GOn4LlEFytRGGZyFntBdwwqQVy2g==","signatures":[{"sig":"MEQCIBkfsJVPzqHn2H1Joe2h08Z5tImgB6AU/l2jduhLBNY+AiBBFdorddwdESz96lt9hyXhPxNrjRbIDf6e5koRQ9gV9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/dea7dddb4b5b4b1f1a9ed796b5fac269/solana-plugin-core-6.0.0.tgz","_integrity":"sha512-s0mdwbs4Y8oGbdniF1uwmpNO5SaxFzmO59+LeFInkN8m4Dm3L4vd85/HB0GOn4LlEFytRGGZyFntBdwwqQVy2g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.0_1770199978025_0.5315927287052651","host":"s3://npm-registry-packages-npm-production"}},"6.0.1-canary-20260204234617":{"name":"@solana/plugin-core","version":"6.0.1-canary-20260204234617","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.1-canary-20260204234617","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"93421d14a514ff8c29bcfcc933fbd9988d8e74f2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.1-canary-20260204234617.tgz","fileCount":17,"integrity":"sha512-/8zIlwUhYDcwMCWEaEB92FAYkYnXfMJMYSEz2A8Mw8FEXoZrs6k88yVDYHuEq1zkn1LYCLVf6kjDm/NNRonEgA==","signatures":[{"sig":"MEQCIG5QIsFvCO3PJ7dbLnxN9plAbf9YmLUOSHy6A84AK9VIAiAb7tkJHHERhHOFuTvzegeBefwqOEPGY0/498r4gzhMzw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.1-canary-20260204234617","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.1-canary-20260204234617.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8d8802c92f6887e525120afb8ba78a0b/solana-plugin-core-6.0.1-canary-20260204234617.tgz","_integrity":"sha512-/8zIlwUhYDcwMCWEaEB92FAYkYnXfMJMYSEz2A8Mw8FEXoZrs6k88yVDYHuEq1zkn1LYCLVf6kjDm/NNRonEgA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.1-canary-20260204234617_1770248996932_0.8313323477825896","host":"s3://npm-registry-packages-npm-production"}},"6.0.1-canary-20260204235414":{"name":"@solana/plugin-core","version":"6.0.1-canary-20260204235414","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.1-canary-20260204235414","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"500c9655cf1194a6b6c68d6be671c115e235bfa5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.1-canary-20260204235414.tgz","fileCount":17,"integrity":"sha512-YfQYszjbQm8im2sx/68TbJ3hLpjdJy1uYQOi/VfVg59KxboLNBKRjV2jMeNWEiBL6ng8fR7Izo5K9MEDLyYnWQ==","signatures":[{"sig":"MEUCIQCecHnzzLXOT5NHywytutWIym1ndm1AWKi8M/Le9UN34wIgZfe1bC/OYD2JJzSBXmJGFji7lSnrHhXJr70puYgon08=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.1-canary-20260204235414","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.1-canary-20260204235414.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9e5c50888b0c37fa3a0068edcde87b26/solana-plugin-core-6.0.1-canary-20260204235414.tgz","_integrity":"sha512-YfQYszjbQm8im2sx/68TbJ3hLpjdJy1uYQOi/VfVg59KxboLNBKRjV2jMeNWEiBL6ng8fR7Izo5K9MEDLyYnWQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.1-canary-20260204235414_1770249445713_0.18875101377980874","host":"s3://npm-registry-packages-npm-production"}},"6.0.1-canary-20260205000238":{"name":"@solana/plugin-core","version":"6.0.1-canary-20260205000238","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.1-canary-20260205000238","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"08c212510777c6d3ec32b7db062b018cfb89d83e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.1-canary-20260205000238.tgz","fileCount":17,"integrity":"sha512-DwDKVSqCxEPkFWiOYj7gGxkKFMH3HZfj4fD8+NOjh3TvmSzBrIe4R3Ohf2wb/ZJyEGVqyxo+9tjgvt0AJs9Y4g==","signatures":[{"sig":"MEUCIEtPZUeCxSj+EFBjlgIHNpx0WKC/SFaGfLsPSHEGOBFLAiEA6Xqp+1pE35xeGedxuMzWEp6X6akTNAqMtDnt0PxArXo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.1-canary-20260205000238","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.1-canary-20260205000238.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b9b51d403c02a88843e11d1f8157530d/solana-plugin-core-6.0.1-canary-20260205000238.tgz","_integrity":"sha512-DwDKVSqCxEPkFWiOYj7gGxkKFMH3HZfj4fD8+NOjh3TvmSzBrIe4R3Ohf2wb/ZJyEGVqyxo+9tjgvt0AJs9Y4g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.1-canary-20260205000238_1770249948191_0.5048682869291206","host":"s3://npm-registry-packages-npm-production"}},"6.0.1-canary-20260205022651":{"name":"@solana/plugin-core","version":"6.0.1-canary-20260205022651","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.1-canary-20260205022651","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fa309575b07b2d85cd6339d67569155a7e248515","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.1-canary-20260205022651.tgz","fileCount":17,"integrity":"sha512-A/liqKXuICEfSVd+o/cxIHdAZ7Xn4yvNmAtIxCaF1WeodxOYGtGjrTpEflMcF9IN3TFbkTedvqE9A7+s4ZXqCw==","signatures":[{"sig":"MEUCIBJZ9NDidX7FireRAWi+eLCyIfbvx4CpLWMCyIz8X1HGAiEA0wvy6rFIyC3jQWQxPBa9Q0uNPiU0/3Du2G9m0Sf08ZA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.1-canary-20260205022651","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.1-canary-20260205022651.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c2799f1ee8c41c3da7d3db5a46d8f965/solana-plugin-core-6.0.1-canary-20260205022651.tgz","_integrity":"sha512-A/liqKXuICEfSVd+o/cxIHdAZ7Xn4yvNmAtIxCaF1WeodxOYGtGjrTpEflMcF9IN3TFbkTedvqE9A7+s4ZXqCw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.1-canary-20260205022651_1770258585554_0.8377484374271524","host":"s3://npm-registry-packages-npm-production"}},"6.0.1":{"name":"@solana/plugin-core","version":"6.0.1","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.0.1","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"331ceaa5ab021f7e6b990673a9046dc0ee78c733","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.0.1.tgz","fileCount":17,"integrity":"sha512-mrVb6cf/HurU93z2bgCOoRxWuZWF/fWzIK+v7YMl9t8aKHhGdB4/iElXvPwGoArapZJaAe7dRqHgCJvYRPFvCg==","signatures":[{"sig":"MEUCIQDnFHKchAjfxWURy6bbR4g7Pi2TcEhvhRLaL9oYgwfxagIgMNDSBsSImA14wATOkh8COoZZAWjmsVmTg3brCg8tkHQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.0.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c83613b411e5984255710a4dde6954a8/solana-plugin-core-6.0.1.tgz","_integrity":"sha512-mrVb6cf/HurU93z2bgCOoRxWuZWF/fWzIK+v7YMl9t8aKHhGdB4/iElXvPwGoArapZJaAe7dRqHgCJvYRPFvCg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.0.1_1770305620128_0.07049773847540597","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260209201302":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260209201302","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260209201302","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d29aeee9eda9ff828314a39591b92e4d813ae107","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260209201302.tgz","fileCount":17,"integrity":"sha512-6BjBvpfIOyhl5p+6TVMakgiPke+QnfcHfT0+j8K/HGsnYJSJGQKCMaW10dZnZsZurvevJbF+Is+RKltA/cw1OA==","signatures":[{"sig":"MEYCIQDPILfjwF+skAMMXpcyEJiQPIJDytJgO3M5u0X3pGSj6gIhAMGYRumC0jfl3k20UISSLg3ak2/kQ1jqPaK0GzRXzpnB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260209201302","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260209201302.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3c5fa3aa6afbcfaadf8aa0622c9bd236/solana-plugin-core-6.1.0-canary-20260209201302.tgz","_integrity":"sha512-6BjBvpfIOyhl5p+6TVMakgiPke+QnfcHfT0+j8K/HGsnYJSJGQKCMaW10dZnZsZurvevJbF+Is+RKltA/cw1OA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260209201302_1770668188585_0.9049991320199025","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260209202622":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260209202622","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260209202622","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"358705155f32a52b92ad2532f06ea1a7b23f0c6d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260209202622.tgz","fileCount":17,"integrity":"sha512-yOczNGEFVQSLzVlclnNZxA/KasVOljLIpD0wQTL9vLLYZ58cSIwvaS/kYG3gfbsjrL3IKD8grFExgN0JbmCdKg==","signatures":[{"sig":"MEYCIQDpATkIhG2iZVddsyslQmSLlEVcs8EOhstnIhEGwKCokAIhAJpRhVmYRte3GscPQLa6p+QEwGueAUaePM3XG4ESScuU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260209202622","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260209202622.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/89b4a689a292489e966000c1be1cafad/solana-plugin-core-6.1.0-canary-20260209202622.tgz","_integrity":"sha512-yOczNGEFVQSLzVlclnNZxA/KasVOljLIpD0wQTL9vLLYZ58cSIwvaS/kYG3gfbsjrL3IKD8grFExgN0JbmCdKg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260209202622_1770668984859_0.9262372633915132","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260210143521":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260210143521","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260210143521","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a675e868e504439160e13cd35525e7f82feb8810","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260210143521.tgz","fileCount":17,"integrity":"sha512-0u0rE310rbTJVPjCVumVuZYv2hq1wbcu+G90fIAXD8GFiF1gT9V1YaRHc+EwFVgTnaPEnHBgv4SP+f7lHKldUw==","signatures":[{"sig":"MEQCIA6xSoV7pcWYLxzdEkWrFy06MY+zGKQhJR4yCGY0917iAiBzzaMoWt3DHLzLHryc2+INSTAAz0QfeFuSDyUFbKIWHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260210143521","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260210143521.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5ee166a8f6fdaf5108651efd2b8aae8e/solana-plugin-core-6.1.0-canary-20260210143521.tgz","_integrity":"sha512-0u0rE310rbTJVPjCVumVuZYv2hq1wbcu+G90fIAXD8GFiF1gT9V1YaRHc+EwFVgTnaPEnHBgv4SP+f7lHKldUw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260210143521_1770734295143_0.3626258538103633","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260210150856":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260210150856","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260210150856","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"04cef04716b22b1d6dc4260bbc020c46ec6260f4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260210150856.tgz","fileCount":17,"integrity":"sha512-gnNsUprcQIOivESdhT3Uh+eedEfQzIO65iPyT4S+EcFftwVc13kn7HcKzZyVrJ9i/myQfXbazC0EK8TAWe7+FQ==","signatures":[{"sig":"MEYCIQDVxLguLtBT1sI0qk0LdKhLxOL/w9rReGLCoXSN0hfekAIhAMenXWLB8cwwlawgbNw2BRGp6M/7T9voqCytgb0vFVMO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260210150856","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260210150856.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9853277e23948750fcea277d31499568/solana-plugin-core-6.1.0-canary-20260210150856.tgz","_integrity":"sha512-gnNsUprcQIOivESdhT3Uh+eedEfQzIO65iPyT4S+EcFftwVc13kn7HcKzZyVrJ9i/myQfXbazC0EK8TAWe7+FQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260210150856_1770736316128_0.24608514935954706","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260210172116":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260210172116","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260210172116","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3f399e80a6dc235eb37a85ab5ce6537431e9fc7d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260210172116.tgz","fileCount":17,"integrity":"sha512-WVQZz12m7UbBA8gY8P6UnxVCuUr6jN0Kw1m//mbqGrBCzpR/xv/VaQrUWiQrslWQjMQjaLHwQL/UiIzgNKKheg==","signatures":[{"sig":"MEUCICUXf/whCTzkBdXHqvv/+dTpNIFLtmJcYSH3WgnCevgJAiEA2HTG2iqNRaqxw+zWh5+GiUnfxEMG1XEn9U0eh2hU4ts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260210172116","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260210172116.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4df33310bfabd8277c6a9ad0d7bc0256/solana-plugin-core-6.1.0-canary-20260210172116.tgz","_integrity":"sha512-WVQZz12m7UbBA8gY8P6UnxVCuUr6jN0Kw1m//mbqGrBCzpR/xv/VaQrUWiQrslWQjMQjaLHwQL/UiIzgNKKheg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260210172116_1770744296121_0.24635725148731402","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260210183638":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260210183638","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260210183638","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"88673154d5395d5bda800d9880b3da9c59a39831","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260210183638.tgz","fileCount":17,"integrity":"sha512-LscjmJJUZd3nBycpVsQ2fCdmElBg67ZctFQYtgFtQvELezF8vwcj2+i2PEH2TYBVPgI8wg+8JyvwKdWOeQiX8g==","signatures":[{"sig":"MEQCIBsTAuNLYG5TGh2DRzSBZtMpkVK0LQc6pkqImzllHiWwAiAuyRd2hG7Jvv/wSC7h5L7w8mtRKWpaJHtiIjPsBg8bkQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260210183638","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260210183638.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3d46bdecdebcd20c24b484093fba3ebb/solana-plugin-core-6.1.0-canary-20260210183638.tgz","_integrity":"sha512-LscjmJJUZd3nBycpVsQ2fCdmElBg67ZctFQYtgFtQvELezF8vwcj2+i2PEH2TYBVPgI8wg+8JyvwKdWOeQiX8g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260210183638_1770748770141_0.3705882624477781","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260210184000":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260210184000","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260210184000","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f78d8f1767a8b65203f581d9daac682c9914fc88","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260210184000.tgz","fileCount":17,"integrity":"sha512-qlflQ23wo8hf1bmVIyQ99GnL2NiXlaF9rZ+qzl3p07uJSlaLcy/wNwqYn+dl325H1aTFdOJxk27Ki7pGdHScoQ==","signatures":[{"sig":"MEUCIQCWu5dD26I9Ro5UpCGfnURhMNAgj/c8Ggqcu4lcmMCnRQIgP0Am0mLVp+qOsgjsrc7NwYy7Ln3Q5ysD02J0i3VWo2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260210184000","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260210184000.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/decd6758f7e3d6443bd15ff674cb39aa/solana-plugin-core-6.1.0-canary-20260210184000.tgz","_integrity":"sha512-qlflQ23wo8hf1bmVIyQ99GnL2NiXlaF9rZ+qzl3p07uJSlaLcy/wNwqYn+dl325H1aTFdOJxk27Ki7pGdHScoQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260210184000_1770749003376_0.8825818973868302","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211172626":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211172626","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211172626","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e2a76466f311cc05acbec7e9f1a318693c45e838","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211172626.tgz","fileCount":17,"integrity":"sha512-euulvmvFNug57/MeuvGgizUypJ9N+7o/6yh26nh020kY0JcM29amzeVLiRVsNLh924tl5c6CqH3CPN1o7umulQ==","signatures":[{"sig":"MEYCIQC9YhgxrXz2s7u2T4s2XyOzY6dV7LMrEHjBCDJj0thK4wIhAO3vyBGuCzzoIj2pB8MVH2KhfKrlURuJ/IutAJewxOby","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211172626","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211172626.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/25fa24ebe8e334d85fd937d2f18435d9/solana-plugin-core-6.1.0-canary-20260211172626.tgz","_integrity":"sha512-euulvmvFNug57/MeuvGgizUypJ9N+7o/6yh26nh020kY0JcM29amzeVLiRVsNLh924tl5c6CqH3CPN1o7umulQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211172626_1770830952828_0.1996385078300813","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211172657":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211172657","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211172657","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fbe826155b6ec99213cef03a29a19c140b2ff75e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211172657.tgz","fileCount":17,"integrity":"sha512-79OzGNKu/JbGmY4lwNfidL311DDh92Cuf8mcyFxuDMbZknymKtO1gCbAonFuMBxPTwudP3UcXzNOKNFVWw4lxQ==","signatures":[{"sig":"MEUCIQDFtWUGV2RZic7ycuHIN8VMd6aHkWmuASffl6QbzPaRFQIgI8q5G9VLAH9QZ1fdEejaO5YvOxoA0cFgulo2WaSYms8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211172657","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211172657.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cda570029b25615a6fc8db53aa84c11f/solana-plugin-core-6.1.0-canary-20260211172657.tgz","_integrity":"sha512-79OzGNKu/JbGmY4lwNfidL311DDh92Cuf8mcyFxuDMbZknymKtO1gCbAonFuMBxPTwudP3UcXzNOKNFVWw4lxQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211172657_1770830988826_0.41792266211225204","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211182221":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211182221","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211182221","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"68329917fd568d6a4a9a58cad822799b310941dd","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211182221.tgz","fileCount":17,"integrity":"sha512-Vl6VnlpboO2vSZuyp+B7ijfUO4xEsjIdN8Zjg7GuxTOwyhQbN5uBNIMeIuL5nbzOOjDOo9GNtyWfhvIBp8AuUA==","signatures":[{"sig":"MEUCIBdXYYbDGPJv5bdZuTjkg25sCn6EBvm8y+W1YxF/7+EkAiEA7TCtbktNm7jWdZcVc9qd/jIXyZwNMR+Cokll365XOG0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211182221","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211182221.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c0d9bb969ac0bf189e1fcdab98844792/solana-plugin-core-6.1.0-canary-20260211182221.tgz","_integrity":"sha512-Vl6VnlpboO2vSZuyp+B7ijfUO4xEsjIdN8Zjg7GuxTOwyhQbN5uBNIMeIuL5nbzOOjDOo9GNtyWfhvIBp8AuUA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211182221_1770834356191_0.9426514465602982","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211183015":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211183015","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211183015","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"389be66fc26aa6aa1b82ac300a6b50d667fbf144","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211183015.tgz","fileCount":17,"integrity":"sha512-RlQ37cGPKMrFS4pL7Ud9lTPAPllGcX9a7wBTMIaxBUrXkQtwwxr79yBzUPdUT26TEQ1Wyoty9q/pvl8eiLy+pQ==","signatures":[{"sig":"MEUCIQDeo1d8XePm/uWU5rXPEa6hTazAae0K3G4ff/woYFRnqgIgQYtXDRZ9lnEZCmrCqX8GUz9sx0L6pwLF9QdEfNECnCw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211183015","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211183015.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/85c4afef5e097536c7283e8ead1dda56/solana-plugin-core-6.1.0-canary-20260211183015.tgz","_integrity":"sha512-RlQ37cGPKMrFS4pL7Ud9lTPAPllGcX9a7wBTMIaxBUrXkQtwwxr79yBzUPdUT26TEQ1Wyoty9q/pvl8eiLy+pQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211183015_1770834781632_0.7332245081261581","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211184616":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211184616","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211184616","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6cc923df6e509b0d0f6a49217c7aa5aac01040d0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211184616.tgz","fileCount":17,"integrity":"sha512-lR7JIP49H+d+ZXbw5zoQlSrpG71yvDFIEkL59mVRm0ztOQMFhLAgIHxsHm/ZF0DCcSHa7mE+RCC+xtNjQ7wK3A==","signatures":[{"sig":"MEYCIQCfOWZMY3xfLDiFla4aM19bj9KtaKNUB4DzMLB44Ej/LQIhAOU7NcGr88AKGM0nZJ+jh38iBXu7iyJ9S0G/ooWro0B9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211184616","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211184616.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4df58d8e0f275e8513d76349b2300695/solana-plugin-core-6.1.0-canary-20260211184616.tgz","_integrity":"sha512-lR7JIP49H+d+ZXbw5zoQlSrpG71yvDFIEkL59mVRm0ztOQMFhLAgIHxsHm/ZF0DCcSHa7mE+RCC+xtNjQ7wK3A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211184616_1770835773906_0.620452669623039","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211185417":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211185417","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211185417","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"57fb15f83c5b57bcc369e50e936c1a04bc01669b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211185417.tgz","fileCount":17,"integrity":"sha512-cuejgv01VJOOGwLsYOw6unPRI07mS53NmBl/E6DAhpA/yhx1ejBiR8YTRMU8Z7ejl4gSnUFLr89AzorUivtudw==","signatures":[{"sig":"MEUCIF5TPAzDrcjUSAADDHc7+SLpN/jE0Jqeg9qpwbuCpuNUAiEA6xoBH9lf2SwUaLiKImr2KAw5YRWWTwFmbN1r/oL8CKs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211185417","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211185417.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/85744d95d0fbbcf004fff6e7062f9a1d/solana-plugin-core-6.1.0-canary-20260211185417.tgz","_integrity":"sha512-cuejgv01VJOOGwLsYOw6unPRI07mS53NmBl/E6DAhpA/yhx1ejBiR8YTRMU8Z7ejl4gSnUFLr89AzorUivtudw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211185417_1770836276453_0.4483459517896149","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211190217":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211190217","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211190217","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"376f9e0c02b1cd9533cd3246861c7839b93d3352","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211190217.tgz","fileCount":17,"integrity":"sha512-Osis1S8B2LN5b/qWlKUjyAvquEovKavr5SCWDuVDsQqAFoO0j5UWIJUEJgJ4aNzK6Rd6P1J3gancv9oC5P2ZSA==","signatures":[{"sig":"MEQCIDxVnMhJGZchxZT5XlDx4ns8lb6xSunYcqPfWeGI+MwIAiBMSA1PgjlIiQk/LzicVcsFMUxOb7ia4p6fQxPF6GJUdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211190217","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211190217.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3903151f21b19ba4d76f06c2c1fcff3f/solana-plugin-core-6.1.0-canary-20260211190217.tgz","_integrity":"sha512-Osis1S8B2LN5b/qWlKUjyAvquEovKavr5SCWDuVDsQqAFoO0j5UWIJUEJgJ4aNzK6Rd6P1J3gancv9oC5P2ZSA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211190217_1770836758120_0.26683821341280023","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260211191026":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260211191026","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260211191026","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2c4ea4392f8d65d4cbf9675e911ce6862f5e4f79","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260211191026.tgz","fileCount":17,"integrity":"sha512-8JxvQZT6AUxExvB+PZfprpUiYDzaMaYlGBhooupduxFUWHLfRUAUMPKggZy8rE23CcBGJh76N1GAuqtY5WbJ/Q==","signatures":[{"sig":"MEUCIQCZmOrblPOjmEfUyzTl1RaeqFYneVeiionklvveW7wDAAIgBYx9F7tXgGDlsBlDktAG358bdbRCzaBQuw9/Dq3iS6E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260211191026","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260211191026.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/62363f4097bb0e0c4c6b3e26293185a3/solana-plugin-core-6.1.0-canary-20260211191026.tgz","_integrity":"sha512-8JxvQZT6AUxExvB+PZfprpUiYDzaMaYlGBhooupduxFUWHLfRUAUMPKggZy8rE23CcBGJh76N1GAuqtY5WbJ/Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260211191026_1770837207401_0.40335459236387283","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260212115508":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260212115508","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260212115508","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"98e3f3bc6380d9f815bee94304ed0883c675f751","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260212115508.tgz","fileCount":17,"integrity":"sha512-jzZJra7joDmqaWe1fw1WB72ppI/JjVqkIuBB09i1B1W2Z70PgrZ4ZgvCI1VHBOU7uYZ5WgoslL/e6SlchKkycw==","signatures":[{"sig":"MEQCIDzh6p4unMAWMs2Mem7K1LjJYCrLbFiD2L+LINd1ZkfqAiB1vsyWsZtHtUyMovNA1eEQPby79zo1pfcLf9fpjK1Wbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260212115508","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260212115508.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ec9d0b7ae395481c24bbfa0168f348a1/solana-plugin-core-6.1.0-canary-20260212115508.tgz","_integrity":"sha512-jzZJra7joDmqaWe1fw1WB72ppI/JjVqkIuBB09i1B1W2Z70PgrZ4ZgvCI1VHBOU7uYZ5WgoslL/e6SlchKkycw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260212115508_1770897471934_0.5827422542427694","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260212173545":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260212173545","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260212173545","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a65f8787e706e6a2e6fbfbe6d7fccdc9f38fa976","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260212173545.tgz","fileCount":17,"integrity":"sha512-fZDOvMYbO7gY6Hir7N0Kmqv/zLavVOezzPYEVZQX8WCccpTvk/U6VrqDMkBieh0Wf0vJYCuHUV1ByHCiAG2u4w==","signatures":[{"sig":"MEUCICjT2QSpYfGrMSywzctC5XwkMeslNsDoTT3U7ILAOd/bAiEA7MBw6lOyrdwi3rnaie/ysQI9mAtd63RXhH154f6kmY4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260212173545","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260212173545.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7a57f8eecdff872dac878c1a9ed0b325/solana-plugin-core-6.1.0-canary-20260212173545.tgz","_integrity":"sha512-fZDOvMYbO7gY6Hir7N0Kmqv/zLavVOezzPYEVZQX8WCccpTvk/U6VrqDMkBieh0Wf0vJYCuHUV1ByHCiAG2u4w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260212173545_1770917960087_0.15272769548899645","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260212174325":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260212174325","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260212174325","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"733c4e1ce029e8c99529b566fc16cf3f8fb643dd","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260212174325.tgz","fileCount":17,"integrity":"sha512-yzUkY0X7zD5lKwCAhXAv9AZGVldO7zCgwQdMrgvmlecMBXbCQ5vRJeYvo4raW41utirvm+n9nmrus5dRNOXhgA==","signatures":[{"sig":"MEUCIQDPigykG39nrrrASuWZ8r+EpRyB/Dh73jUTfs1OaC7JeAIgTdYOQL4l0w55NA0V/lN+MU5sxxFy05OC+D7X0FJU9NE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260212174325","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260212174325.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ace7f3bc97a0661ab540ab0f57754487/solana-plugin-core-6.1.0-canary-20260212174325.tgz","_integrity":"sha512-yzUkY0X7zD5lKwCAhXAv9AZGVldO7zCgwQdMrgvmlecMBXbCQ5vRJeYvo4raW41utirvm+n9nmrus5dRNOXhgA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260212174325_1770918380605_0.7297771799975847","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260212175323":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260212175323","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260212175323","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"732349ceeb7167f02ed7b0e727ac2b3243fa0983","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260212175323.tgz","fileCount":17,"integrity":"sha512-q5FLaKAAPjUEAfXtE8/HohnjwLapMSoNaY9L0rtcsM9kYhvKPOcj5e1HICj94gIu9aqQ26XS9MMC/VsvqfeUJw==","signatures":[{"sig":"MEYCIQDp0PZ9YhSiMGX7iGNH1/37b8HsnHbRMzK/y1NDYy7i4gIhAJscm8nsjrwYjVa+eV4dx0jvMASEitbbjz5b8mI4wSJM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260212175323","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260212175323.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/aec94cb0cd5288f48001b9f3d3c6c371/solana-plugin-core-6.1.0-canary-20260212175323.tgz","_integrity":"sha512-q5FLaKAAPjUEAfXtE8/HohnjwLapMSoNaY9L0rtcsM9kYhvKPOcj5e1HICj94gIu9aqQ26XS9MMC/VsvqfeUJw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260212175323_1770918974114_0.809588967739278","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260213100440":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260213100440","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260213100440","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4bc84dfab9bd582b5529ad322631048d48b87c01","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260213100440.tgz","fileCount":17,"integrity":"sha512-AsC4PBYoc8r/uN73XMv5PdS1S8kU0eqFhuiLv+DT85++mNuoPxF0N8LtPIX50jPFqmI8CUU5AH+CedulgBOMEA==","signatures":[{"sig":"MEUCIHDN3LPNNt7Xubu4OkoAwLnRIgHIY8CIc5eyJYtrSl45AiEAhTPhO8bqzHhIiz8nR0tknSQNDhjuCsqsns5/X38ZKX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260213100440","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260213100440.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0f3fbb45fb14bb081747fcffb67a9da3/solana-plugin-core-6.1.0-canary-20260213100440.tgz","_integrity":"sha512-AsC4PBYoc8r/uN73XMv5PdS1S8kU0eqFhuiLv+DT85++mNuoPxF0N8LtPIX50jPFqmI8CUU5AH+CedulgBOMEA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260213100440_1770977278496_0.3571196595787962","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260213100553":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260213100553","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260213100553","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d4b078a2472ae57c8e93993cfc82f97251cdd722","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260213100553.tgz","fileCount":17,"integrity":"sha512-PS1/bVGsfwoVDj2zzUa8yHVq+7VV5gi6nIeje/KzimrnHY4dvXntS0e13Z1CIE6kCP7KMYiG+cUm4tpO7/kD/A==","signatures":[{"sig":"MEUCIQCeGOmrfzqwfhP6pe0tXUadNNj7u69wYUwfiM+Wnq3YngIgKJ2yWJ9TFgz8mFZiIXEU/FQXRWCM/HzPxx9Jbd57qu4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260213100553","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260213100553.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4ea5fb108fe704133838f152531a55e4/solana-plugin-core-6.1.0-canary-20260213100553.tgz","_integrity":"sha512-PS1/bVGsfwoVDj2zzUa8yHVq+7VV5gi6nIeje/KzimrnHY4dvXntS0e13Z1CIE6kCP7KMYiG+cUm4tpO7/kD/A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260213100553_1770977325042_0.45072574226047313","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260213100638":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260213100638","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260213100638","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d2863b37b22e9d020a51c0c6452e1650a8ea8960","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260213100638.tgz","fileCount":17,"integrity":"sha512-jOb/tgzmA97Aw61miCVh2JrK4bn0X0pj7C8/ROPCFxAzmpWUmNWshhMXvyzppcmb0sWcOMwUpmssvHPl6a2WFQ==","signatures":[{"sig":"MEQCIAXLpkt0KupzTllXh4Rqwdz8TwoEnmEG/ax8k+almsr5AiATgGpO35UufJUvwNoD96IFC65fxjQEBVnKyy6tTQZuJA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260213100638","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260213100638.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9b8167402deb7b6c83b910e81531e150/solana-plugin-core-6.1.0-canary-20260213100638.tgz","_integrity":"sha512-jOb/tgzmA97Aw61miCVh2JrK4bn0X0pj7C8/ROPCFxAzmpWUmNWshhMXvyzppcmb0sWcOMwUpmssvHPl6a2WFQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260213100638_1770977402030_0.30956451040947464","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260213105038":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260213105038","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260213105038","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"57b0a6b2d7387896c9012ac7ea44117a2f11c230","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260213105038.tgz","fileCount":17,"integrity":"sha512-cqC1mv6krYwlxF4bZIKu0h0MmUW7EtJ0Pxi3mC30c1XKg8dBZJOkxX2VaQOb8Z8/W43YChm2SLeLmndRZFQMKw==","signatures":[{"sig":"MEUCIQCNfyQxohOs3MgZb5u+QsI4whVAdb+RC79I/aOvhzL8HgIgGI6F8AFjd6cK/pLPgBzFoZGqal2v5LidVav2nGbpi0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260213105038","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260213105038.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/76f972b367237f62ea54eae8eb6ed69c/solana-plugin-core-6.1.0-canary-20260213105038.tgz","_integrity":"sha512-cqC1mv6krYwlxF4bZIKu0h0MmUW7EtJ0Pxi3mC30c1XKg8dBZJOkxX2VaQOb8Z8/W43YChm2SLeLmndRZFQMKw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260213105038_1770980036920_0.2794853262988253","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260213173406":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260213173406","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260213173406","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ae52d92257791d0803e528ff19a2ae9689f6c18a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260213173406.tgz","fileCount":17,"integrity":"sha512-TdhC2/lzJaCPu/fRM/iWPHTeVAfOWq3MwFTHgIFckH50+maselnmOReJ9/XjHtDi7j9xBX4hq7OuuEV1Q3WJ9Q==","signatures":[{"sig":"MEQCIC3p9rvS6sZoGY4ggqMySf88p8TMpCKvsdg+soYMki+OAiACiXkCh4HdIhVaRcHfmAmCngtF/vDlJsl8Io6pSHNsaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260213173406","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260213173406.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e8ad684acc1aa4217cf425e9f2585a09/solana-plugin-core-6.1.0-canary-20260213173406.tgz","_integrity":"sha512-TdhC2/lzJaCPu/fRM/iWPHTeVAfOWq3MwFTHgIFckH50+maselnmOReJ9/XjHtDi7j9xBX4hq7OuuEV1Q3WJ9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260213173406_1771004243739_0.00021741681412512648","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260213174333":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260213174333","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260213174333","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"156833a170423c4eb07b1b3ff7b6431164e136af","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260213174333.tgz","fileCount":17,"integrity":"sha512-viRPxBAji69Rbti1JwVfE3hpjQZrhSejVk7WscZSIdalpaI0sS19OeWmLGmMxxT/cI9h92FW7yxUN38+qzQTag==","signatures":[{"sig":"MEYCIQDPOrYvZqcTcNdursVZ1bD+JfoR2M9D8g5Af2N5u7ZS9gIhAPvF4Jev/ED4DzsqibnzOusTeFqPkzprx++X8+2etl1A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260213174333","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260213174333.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c17d9f4b90327c3d71d8871b20eefd35/solana-plugin-core-6.1.0-canary-20260213174333.tgz","_integrity":"sha512-viRPxBAji69Rbti1JwVfE3hpjQZrhSejVk7WscZSIdalpaI0sS19OeWmLGmMxxT/cI9h92FW7yxUN38+qzQTag==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260213174333_1771004779047_0.018161948920220272","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260216153232":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260216153232","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260216153232","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"18a02c1465ed2b4f1a6d2f461b1acf834786f64d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260216153232.tgz","fileCount":17,"integrity":"sha512-D6UelSL6xsGxeeJeWqtaDrsg7T7aiJc2BfsZK0WECgeqpykgodrygxfRHqlB4rwzYhFwd1PkMDQrNgpjTGV1lQ==","signatures":[{"sig":"MEUCIQDE03T5Ijl+QV/Hgvzp0M8MM/OfGucmipA85mB7aDGwdQIgWhSrfdwWwfKWMJnrzX7xqIzEtSn0mmwCIh5vLxf4S6M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260216153232","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260216153232.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c6ec7fa8973fc2942073dcedb44b1a90/solana-plugin-core-6.1.0-canary-20260216153232.tgz","_integrity":"sha512-D6UelSL6xsGxeeJeWqtaDrsg7T7aiJc2BfsZK0WECgeqpykgodrygxfRHqlB4rwzYhFwd1PkMDQrNgpjTGV1lQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260216153232_1771256129388_0.7312498941524195","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260216154209":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260216154209","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260216154209","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6d3c3b4c4349440d878e8ab1f8ef0617f7f44a8d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260216154209.tgz","fileCount":17,"integrity":"sha512-JR2Cptjbkz+KEjAaN/Z+YFczpId7rtyeFYuKeOjvkBOk5Ld1pS3iClpDxOlAz6VXs8hKITupf2H4eilq8KJv9Q==","signatures":[{"sig":"MEUCIQDKqBeu/ykV3kHZUcnd9BVsimSf+j3GGVh9Fj6TsFRSuwIgYtXLKzSLIZNzpCtcbsAsCynQfrNj8+C4X6O7En34L8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260216154209","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.1.0-canary-20260216154209.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b4297e1e8a811f15e54ef4d2e259d566/solana-plugin-core-6.1.0-canary-20260216154209.tgz","_integrity":"sha512-JR2Cptjbkz+KEjAaN/Z+YFczpId7rtyeFYuKeOjvkBOk5Ld1pS3iClpDxOlAz6VXs8hKITupf2H4eilq8KJv9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260216154209_1771256745456_0.32373956842514984","host":"s3://npm-registry-packages-npm-production"}},"6.1.0-canary-20260216194225":{"name":"@solana/plugin-core","version":"6.1.0-canary-20260216194225","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0-canary-20260216194225","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6c643466716a4ac057c4ab410e467a3b9bdcab86","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0-canary-20260216194225.tgz","fileCount":17,"integrity":"sha512-84Or/C6jc0OSRZKDiWHP1q1j0htSCBQCVObXoWfIotdafZa+BlrxeaufOilOMjqcsn3fqFx4uTdRzsTXwSkX9Q==","signatures":[{"sig":"MEQCIG/B7LBXzbrbwftWaITGDwtfFkW4JL+jhjxeivzOiP5sAiA7xwVrKaFIgCe6VzmwW+S8f3k7kLHBglkSpnTyE5/Bdw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0-canary-20260216194225","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d04d5921db243d3cb95498001009af79/solana-plugin-core-6.1.0-canary-20260216194225.tgz","_integrity":"sha512-84Or/C6jc0OSRZKDiWHP1q1j0htSCBQCVObXoWfIotdafZa+BlrxeaufOilOMjqcsn3fqFx4uTdRzsTXwSkX9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0-canary-20260216194225_1771271149864_0.31703757665610577","host":"s3://npm-registry-packages-npm-production"}},"6.1.0":{"name":"@solana/plugin-core","version":"6.1.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.1.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fb97ef5142f9a1e46154171fa1c51df0c7d3cff4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.1.0.tgz","fileCount":17,"integrity":"sha512-2nmNCPa6B1QArqpAZHWUkK6K7UXLTrekfcfJm2V//ATEtLpKEBlv0c3mrhOYwNAKP2TpNuvEV33InXWKst9oXQ==","signatures":[{"sig":"MEYCIQDN27ZgmeXsH3iuM5HM5kZbpIQkdNjJKF7OSLOZB6VIjQIhAMAP6p1oV8kjoLnHWPJd5JB2wzyGWgONxdG2DmwtI4qZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/16a42a8db1f592a73a1d011ca9917c21/solana-plugin-core-6.1.0.tgz","_integrity":"sha512-2nmNCPa6B1QArqpAZHWUkK6K7UXLTrekfcfJm2V//ATEtLpKEBlv0c3mrhOYwNAKP2TpNuvEV33InXWKst9oXQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.1.0_1771274063543_0.9324576891618932","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260223182006":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260223182006","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260223182006","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3700402874d8e9a19a05fc6e2d242308de3bf958","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260223182006.tgz","fileCount":17,"integrity":"sha512-SRLPtrLjbOH5KN5T0LnYFDxYYkHu8geYe9CApD226rhKeOSba/bjqUry3Y7zH3uU4S0oFaV0uuhOQKmNhpNaGw==","signatures":[{"sig":"MEYCIQC/mgjkc7WI7FbxvDC7UHi+zsXesXcy+tJg7Ee9KzCDTQIhAIXBQp1K7g9S3v39dUGUSbZ/eRMuZlHfMlYWu+tF/H4A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260223182006","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9c317775a05e0b896b085be41fe57e8c/solana-plugin-core-6.2.0-canary-20260223182006.tgz","_integrity":"sha512-SRLPtrLjbOH5KN5T0LnYFDxYYkHu8geYe9CApD226rhKeOSba/bjqUry3Y7zH3uU4S0oFaV0uuhOQKmNhpNaGw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260223182006_1771870975863_0.6183839262389457","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260223183038":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260223183038","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260223183038","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4ed0705143f3ed83458fdbf94e58f59ce4394273","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260223183038.tgz","fileCount":17,"integrity":"sha512-SiQcp8Lfr92QAjVk7L5aTiIjog/6vJCx6v7rK+5K7nzgxH+okbxsf4ecIWKDUkgGcPP+9KuAqj/yMHV15IMqPA==","signatures":[{"sig":"MEUCIHRGWmaqtGX/3U4egKZ2quppBSPHZdiHpvppNFm6ZqDpAiEA3Tkn2Z73xoE3YFwGapHmy85NSJo4fuLB2VT1hJaPc+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260223183038","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8f3243c29e2449a6dc5eb197de0a9256/solana-plugin-core-6.2.0-canary-20260223183038.tgz","_integrity":"sha512-SiQcp8Lfr92QAjVk7L5aTiIjog/6vJCx6v7rK+5K7nzgxH+okbxsf4ecIWKDUkgGcPP+9KuAqj/yMHV15IMqPA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260223183038_1771871636167_0.011343061887099548","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260224195010":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260224195010","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260224195010","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5ef3a2cc49cecb178a369a00806cc163ba86be84","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260224195010.tgz","fileCount":17,"integrity":"sha512-XZLfGjxQ/2xAnvNaj6M5iI6eIcT1vyUucpGLDth0eUdRm+jroYBmErppIYPjVrM3+N/LYs0pYp+bVgsjOv2Rhg==","signatures":[{"sig":"MEUCIGjnbw9DmJUq6n9irS8UfcMYcTYqDqTkG4wtO8JLBgw8AiEAm0kAcsDu+JWqJplMJcV8Muzwa3CDo9FCHOwjcUCJfBo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260224195010","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/da76826cc80c7f079bcd2ea7997c1814/solana-plugin-core-6.2.0-canary-20260224195010.tgz","_integrity":"sha512-XZLfGjxQ/2xAnvNaj6M5iI6eIcT1vyUucpGLDth0eUdRm+jroYBmErppIYPjVrM3+N/LYs0pYp+bVgsjOv2Rhg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260224195010_1771962796587_0.13675318262229053","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260224195921":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260224195921","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260224195921","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"803ed5b31550758400a29b1f61d611e8dcfcf86d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260224195921.tgz","fileCount":17,"integrity":"sha512-PLUfPGIv4B5kyyPp33athSXP3NwIpwZim6iNRXyjsMEVjiEdGkFQfHi+14I8XV+O0cev8k0wfUr59jqm+h4k4Q==","signatures":[{"sig":"MEYCIQDt+g0/ydyCsgKaZbJSHI2m5474tkIFNcxV1XgvDZjHywIhAKAJd8nP+y8RwwYZB0HjneUW+npaXJljnlwQ/ZvM9fOK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260224195921","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/62666f2d5001f238393f094021c66f0e/solana-plugin-core-6.2.0-canary-20260224195921.tgz","_integrity":"sha512-PLUfPGIv4B5kyyPp33athSXP3NwIpwZim6iNRXyjsMEVjiEdGkFQfHi+14I8XV+O0cev8k0wfUr59jqm+h4k4Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260224195921_1771963333028_0.6194583447028223","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225135329":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260225135329","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260225135329","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c31331d111d3355fba8119262952509ac758c0bd","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260225135329.tgz","fileCount":17,"integrity":"sha512-oJSSVITyt317v3BFIh4os63axty5M3md6u30x5g2tiQS77FOhQmAwtaqECtHJFEHiDokNXjpLRRw7yNxYklHPg==","signatures":[{"sig":"MEYCIQD5ugvCUw5QZEKNkJVEAOWn09yE8Yd1aV0K7tjiwqbEcQIhAKcWKNOV4H5eo9vo/AAMLpfYMhKSOVr81lvqnvX8hfOf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260225135329","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cf77ef1c61672eb0db13ec9c48ca12b3/solana-plugin-core-6.2.0-canary-20260225135329.tgz","_integrity":"sha512-oJSSVITyt317v3BFIh4os63axty5M3md6u30x5g2tiQS77FOhQmAwtaqECtHJFEHiDokNXjpLRRw7yNxYklHPg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260225135329_1772027776426_0.9241884680451544","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225135448":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260225135448","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260225135448","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ce3729b46437c72b2e5d6c0b4a105ac957779707","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260225135448.tgz","fileCount":17,"integrity":"sha512-wdyFkn5eOXzIH8PurEpl2OrfEyHyhtl5S/tuZEenrLJ2+tik9mbx0G24Hz10bVvF++LT67KBLegMvORnYy1xYw==","signatures":[{"sig":"MEUCIQCs/+pRO3Zk6U033+UM5YuGGHqGBMojIiSNDwiVxpclowIgIVnxRfh3Tj+GvrBFTqPFvdF5QUufBosBQnsroKk0zqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260225135448","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/74bd63e37b3ab4bdc9315c169ba859d2/solana-plugin-core-6.2.0-canary-20260225135448.tgz","_integrity":"sha512-wdyFkn5eOXzIH8PurEpl2OrfEyHyhtl5S/tuZEenrLJ2+tik9mbx0G24Hz10bVvF++LT67KBLegMvORnYy1xYw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260225135448_1772027903859_0.3684612742565452","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225144004":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260225144004","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260225144004","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"500f97599beffdae52c9a017d0bffac7c465d006","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260225144004.tgz","fileCount":17,"integrity":"sha512-WsTWWIq0b5aAepddwkHHzX/3v7yqMsgQrRBLhIKylZMy9TwnuaLYtOQecdDaSRqPcR2i9Y4bUAYXAagrKFjZDw==","signatures":[{"sig":"MEYCIQCt4bx4ueYau/RhsZkDCl9ClotzAdhoPcWfbvv4GNHuNgIhAOoRTUVDIGncJf4r363mHwVFfRsDhRXKXvpSt+ovYa8L","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260225144004","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/389eb41d167a245d9372c035fcebf71c/solana-plugin-core-6.2.0-canary-20260225144004.tgz","_integrity":"sha512-WsTWWIq0b5aAepddwkHHzX/3v7yqMsgQrRBLhIKylZMy9TwnuaLYtOQecdDaSRqPcR2i9Y4bUAYXAagrKFjZDw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.6.2","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260225144004_1772030569169_0.6261917153803351","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260225175001":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260225175001","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260225175001","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"191fea485656af049761c6355f1d9a2094d56ea1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260225175001.tgz","fileCount":17,"integrity":"sha512-R28U0U5IFzjvEJwNKCq89Zn5IOwTmE6IoJy8HjcnjUilNx2qY1cEOEmc2kBeYh3D5UZDAsu1DL2sdLHkZb3f2A==","signatures":[{"sig":"MEUCIQCp/yotV76R2butHDF39IKAZ+nfHe3cWop1gGstRhWc0AIgPzqoOcQHiRJ14GjekZdCi652kQ9zdpv0uCZEPY7i6OE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260225175001","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/711418eec986d78675cf437b6a209c82/solana-plugin-core-6.2.0-canary-20260225175001.tgz","_integrity":"sha512-R28U0U5IFzjvEJwNKCq89Zn5IOwTmE6IoJy8HjcnjUilNx2qY1cEOEmc2kBeYh3D5UZDAsu1DL2sdLHkZb3f2A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260225175001_1772041990392_0.8960969962465115","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260226115423":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260226115423","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260226115423","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d0088205a1d4bfbffc16592aee5dc108cfd2530b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260226115423.tgz","fileCount":17,"integrity":"sha512-nAoGVjGSJ1qHc/ZJOxkVtBy7p4CPxxn1krwuakIsei2Nr3bRSSOsRzwNYe3ZqgnWM5ApIppQoj3HKO9eLyhV7A==","signatures":[{"sig":"MEUCIQD8s8MCen9nlMAWuAF8mZ7LxU31YHdaCnD/PxEJiS1TzwIgKB2huzWVd/Ii5MB7AvNPCbgS83we03PV11stWBE006M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260226115423","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8e53f75ce0219ac7fb82d5cffa05a4c2/solana-plugin-core-6.2.0-canary-20260226115423.tgz","_integrity":"sha512-nAoGVjGSJ1qHc/ZJOxkVtBy7p4CPxxn1krwuakIsei2Nr3bRSSOsRzwNYe3ZqgnWM5ApIppQoj3HKO9eLyhV7A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260226115423_1772107066410_0.11383949700111429","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260226120422":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260226120422","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260226120422","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0f9bc2a932674bf586373e77913802cf827306e5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260226120422.tgz","fileCount":17,"integrity":"sha512-XfAPdRioIKTkLOlkv0NFmrTfj3Ftob7GuVR2NTm/KBJPyJEPIjWO70Maxlm2DrW/gNpJI0ZSomcw4KufaTr1FA==","signatures":[{"sig":"MEQCIAmKY+xQeUHr8jlrvetk6T7CS9qtyMMqgJY3gCDOuB62AiAMzyWuyhut/j6LnElFygT1zUtF8uRvP7O4A9E1TIdzZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260226120422","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a9f3c44e8e1d40bab3a067c21cdc0346/solana-plugin-core-6.2.0-canary-20260226120422.tgz","_integrity":"sha512-XfAPdRioIKTkLOlkv0NFmrTfj3Ftob7GuVR2NTm/KBJPyJEPIjWO70Maxlm2DrW/gNpJI0ZSomcw4KufaTr1FA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260226120422_1772107681006_0.024148979354673195","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260226121434":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260226121434","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260226121434","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"92d330de5f90bcff868a54a0c8b375cf8bb091a2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260226121434.tgz","fileCount":17,"integrity":"sha512-M+Cq+LS1OhL04ZuLKiGGJi385vA3/bWHay7YLOCU0jjI0Nn/MAio5bHh9jImscb4e7wrJP1pbSS0WdBGJOcMKw==","signatures":[{"sig":"MEUCIQC1MuBM0ZOA3DsCKqEL0kevdQFmnG1+R9qyNQNea6zuggIgPBwU1+e8T9Q7vyhyAB9zmP+opb76cPNYIFoFCfeJPDs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260226121434","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/430f0dfd6e1c8f11827d06876d5c938f/solana-plugin-core-6.2.0-canary-20260226121434.tgz","_integrity":"sha512-M+Cq+LS1OhL04ZuLKiGGJi385vA3/bWHay7YLOCU0jjI0Nn/MAio5bHh9jImscb4e7wrJP1pbSS0WdBGJOcMKw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260226121434_1772108247112_0.9515372907717821","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302093820":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260302093820","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260302093820","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"acc445aac42ae7dfe72ccc41634f248b7fa4c3cf","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260302093820.tgz","fileCount":17,"integrity":"sha512-vrxRARGw3bZ6dTZ8wlosfDFsLZic7fOEb9qUOaw0bP9iG+VfepCo4QmDwldRe1ZSkqE5Rv6m/mdR1KDSaKxK1Q==","signatures":[{"sig":"MEUCIHoCa5p37HqhSIrVjNmRF0bsOSIk3WmgdXzwSNwrgHonAiEApEGuoQw2oT/h+GFxdoqManbz2eaU1wQDT3Q7BCF0pAo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260302093820","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a1a3126e5d74267f9fc80254bacc72ce/solana-plugin-core-6.2.0-canary-20260302093820.tgz","_integrity":"sha512-vrxRARGw3bZ6dTZ8wlosfDFsLZic7fOEb9qUOaw0bP9iG+VfepCo4QmDwldRe1ZSkqE5Rv6m/mdR1KDSaKxK1Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260302093820_1772444486483_0.26353465561901857","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302094822":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260302094822","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260302094822","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"56a54396c79cce72f2c2c37d86cffc090fb6d9ba","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260302094822.tgz","fileCount":17,"integrity":"sha512-xOSWm7Uxoh+GtP6rZ83Y1kKtwMtz75MbbhtY9fnY/WUh+CA8r5PtIDxTmsNqW6PStHf3ra3QMbr5wtdL58lymA==","signatures":[{"sig":"MEYCIQDx/uw/UdIi3WkMbxB+ydRfdmKQz1vwXUzUT3t4eC1mTgIhANpQb2RwTd86IwjabQChAp1Nb3a4uZyAlBbGiwjVzxiz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260302094822","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d9b09e9e71a0a966ee4fd00eb97c700e/solana-plugin-core-6.2.0-canary-20260302094822.tgz","_integrity":"sha512-xOSWm7Uxoh+GtP6rZ83Y1kKtwMtz75MbbhtY9fnY/WUh+CA8r5PtIDxTmsNqW6PStHf3ra3QMbr5wtdL58lymA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260302094822_1772445128759_0.9061379883313181","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302100151":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260302100151","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260302100151","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"55d98499386233e5327f65b0dc5b39627f90867c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260302100151.tgz","fileCount":17,"integrity":"sha512-+caVn685OIA/ZFKiKSh2fS0OyUdHQeTyE/sxGsGEyMbf4Z6HCRpPVkh55aigYpnCM/4o30GXXEcmCFDuQlsmKQ==","signatures":[{"sig":"MEUCICNuBgNHtOQLyALYBZtaWa+WWEWg3GZQEgClzLZqnn6dAiEA/7xXjfMDGgleSsJrc/XIl6ZCWgMJe08ZT5ppxSNG8/M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260302100151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/af30f6c1c10e301d7b492ac6717d8184/solana-plugin-core-6.2.0-canary-20260302100151.tgz","_integrity":"sha512-+caVn685OIA/ZFKiKSh2fS0OyUdHQeTyE/sxGsGEyMbf4Z6HCRpPVkh55aigYpnCM/4o30GXXEcmCFDuQlsmKQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260302100151_1772445885121_0.9815568724867707","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302101235":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260302101235","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260302101235","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2f4eefc7d9ae946f201548abbacf479c84682598","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260302101235.tgz","fileCount":17,"integrity":"sha512-l6izlCvFWq0+IAdARcFJWecL/r+woEhn/HitFvJtonbNIsTNXh2Ghha8FULmVtdCDly9U8U/oBxt2IAIaq2t6Q==","signatures":[{"sig":"MEUCIQCKsZ3+qLw3rkOhu/8SQp0456V/0F02LSlk4oaV2xbHUAIgB2xw266pM7PbWoYdHG7KB2+RJABQMmTgjM6ISdUs/L4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260302101235","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/21bcceff526fb5535f365eab2fa307d5/solana-plugin-core-6.2.0-canary-20260302101235.tgz","_integrity":"sha512-l6izlCvFWq0+IAdARcFJWecL/r+woEhn/HitFvJtonbNIsTNXh2Ghha8FULmVtdCDly9U8U/oBxt2IAIaq2t6Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260302101235_1772446522369_0.8393526769764277","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260302200813":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260302200813","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260302200813","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"51748b85d8cdbe97403680c4c5ea77571dee3d53","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260302200813.tgz","fileCount":17,"integrity":"sha512-TGexnh5PYQ2wZ/nt4orvBt5N54C7gomf41kTiZ3qjdTdD7c/v8Iawa4tAmwQCDo9XY0uU2s942Nwu0DKiuhAng==","signatures":[{"sig":"MEQCIAV7raBSd2iVQXbEBMcUa7PyBA4NSEFEbirXporZlvVYAiBzAVghFApUDfKxsQURhDAWpMbJBbjbl75aewGQNj9bDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260302200813","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0ae40ceebf76e0758825822bf2455086/solana-plugin-core-6.2.0-canary-20260302200813.tgz","_integrity":"sha512-TGexnh5PYQ2wZ/nt4orvBt5N54C7gomf41kTiZ3qjdTdD7c/v8Iawa4tAmwQCDo9XY0uU2s942Nwu0DKiuhAng==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260302200813_1772482270916_0.0689259762557135","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260303123640":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260303123640","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260303123640","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3a28d20ab587e6e94eef0630288331d495fcb8c9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260303123640.tgz","fileCount":17,"integrity":"sha512-eYr1bzV8AL+9NtxsO0YKY3ebnxRncfnzt7P1nFgsBa6pbhNMepDS14nsKuNsw4vqI7fldqtyb/kp+Rxg8rz3Lg==","signatures":[{"sig":"MEUCIHaqFwbPjziAsVuZfLc8jEalWNwatGFypOIklHMHPXNyAiEA5Jr+RAte4YoeJdg3C1Li3IBbncykHheW74oiZrLnDzc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260303123640","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b568876d75379b74c857664f2d9fe647/solana-plugin-core-6.2.0-canary-20260303123640.tgz","_integrity":"sha512-eYr1bzV8AL+9NtxsO0YKY3ebnxRncfnzt7P1nFgsBa6pbhNMepDS14nsKuNsw4vqI7fldqtyb/kp+Rxg8rz3Lg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260303123640_1772541605387_0.012123715641203292","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260303124521":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260303124521","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260303124521","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6d7f166947bbfc1786104a38243c5cbfda26c3b9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260303124521.tgz","fileCount":17,"integrity":"sha512-o1WxHIbcdOtjppcr8sOZlwI1MLfv+PYKJzaJ2UUSNUHSwiKENfJxeISZ7BvIUhPxsVnAMiFBVzSlQewb/wVovQ==","signatures":[{"sig":"MEUCIHXDIiNw7D0A0Y2cFI2LeCkcWBN1DfxGO1onjRIzDwH6AiEA0uBeZpwF8/dIKsSPQCdFZPmqn2RcbtypD2DBusc80g8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260303124521","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2f4bf1a4006f6bf02a810c824c19e480/solana-plugin-core-6.2.0-canary-20260303124521.tgz","_integrity":"sha512-o1WxHIbcdOtjppcr8sOZlwI1MLfv+PYKJzaJ2UUSNUHSwiKENfJxeISZ7BvIUhPxsVnAMiFBVzSlQewb/wVovQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260303124521_1772542126495_0.1393251697917568","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260303191300":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260303191300","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260303191300","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8bd4ce4574a80d0737f64d0be018a724a16fcf01","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260303191300.tgz","fileCount":17,"integrity":"sha512-FgJ6YcwHCQbDc2lbrXdL+wNYdg5WaN5l0Qre8UZoN5o+kRhdYoHUUNx3G0eA+bRqadsCqK0tkwifyN0mDTHaOQ==","signatures":[{"sig":"MEQCICg+EEJndn9+ALUR5EDg9Q+A4r3Jx9ed/1BQVhD8RIBfAiBi/NzIWGGq3Els5ZeZ9/K0o17A6VwjgH/Ne5avNpoSEA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260303191300","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/158544b94a49f04cb37660cbe2284497/solana-plugin-core-6.2.0-canary-20260303191300.tgz","_integrity":"sha512-FgJ6YcwHCQbDc2lbrXdL+wNYdg5WaN5l0Qre8UZoN5o+kRhdYoHUUNx3G0eA+bRqadsCqK0tkwifyN0mDTHaOQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260303191300_1772565356803_0.9610514737364446","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260304155327":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260304155327","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260304155327","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"42203a5e1d79c0ba6370f622fdd6b7ef1a41a99a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260304155327.tgz","fileCount":17,"integrity":"sha512-TXnP+++HoG//nTIvKv7M98bN/5Futl5ggKaSOPFvN98bFacREhlORi4InGuSuqvBrGeIdMdzGtptPXPifxPdVw==","signatures":[{"sig":"MEYCIQCCctWRRgxo5NEGJ+XDP32z6CHBdMEd12IrIC2BQjTodwIhALHZqdn7ouUeLtgYa3J9DAk99En/Ug14g8irKJaFJXJj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260304155327","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/14d6a241dd16c28e1d46ff86b0b0ea9e/solana-plugin-core-6.2.0-canary-20260304155327.tgz","_integrity":"sha512-TXnP+++HoG//nTIvKv7M98bN/5Futl5ggKaSOPFvN98bFacREhlORi4InGuSuqvBrGeIdMdzGtptPXPifxPdVw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.8.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260304155327_1772639778183_0.7027062502153618","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260304155504":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260304155504","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260304155504","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f613fa863409b4b6ca80314a09239967d43c5704","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260304155504.tgz","fileCount":17,"integrity":"sha512-a6Sp95T7spTAg/FgTjBJBl3oH/k1mvnPNBE3rGOS5WezztpGrQmVonyIfKQxICN7StderHsA++jJ9sTCbYpVpQ==","signatures":[{"sig":"MEUCIQDpKobG86SR9aWKkyQLC6nxAm3fQaFYYl9qBC2qEHv9XAIgImLCBrdPOROFIa4fqLAFvBh0qe/Uom1kU4DTyNFwlu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260304155504","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0127fc4df2b525a8c00ffeb47df58380/solana-plugin-core-6.2.0-canary-20260304155504.tgz","_integrity":"sha512-a6Sp95T7spTAg/FgTjBJBl3oH/k1mvnPNBE3rGOS5WezztpGrQmVonyIfKQxICN7StderHsA++jJ9sTCbYpVpQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260304155504_1772639922755_0.06950656136339095","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260304180933":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260304180933","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260304180933","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"60751a083f78342c393c90be74d64aefb11650f0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260304180933.tgz","fileCount":17,"integrity":"sha512-Rsg+2cTEIsGrmKK/19NeJGQjVQIgQoHpg5VoI1cMAAujYt3t+G+TxMp602FiPTsfEFhYZXhbA5L4J1vVBhpPeQ==","signatures":[{"sig":"MEUCIEnwLXjRKkLEvIiGsw19TOHjBkDE09v2ZyWwVFkUg/koAiEA2Lzqlsa+iu0EqdR/BXCZU0dJy5kYzaOod6Gmh8FTrZc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260304180933","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2b3a22a5de5d8f1e0912d51949ae0517/solana-plugin-core-6.2.0-canary-20260304180933.tgz","_integrity":"sha512-Rsg+2cTEIsGrmKK/19NeJGQjVQIgQoHpg5VoI1cMAAujYt3t+G+TxMp602FiPTsfEFhYZXhbA5L4J1vVBhpPeQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260304180933_1772647969905_0.14145957685188715","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305081532":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260305081532","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260305081532","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6983ee0d7a12ab9c6acd5874cbbb3a8e7d67d06d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260305081532.tgz","fileCount":17,"integrity":"sha512-9Lh1jiZUHf9uhCVJiKIQiHDNP3FR56jzS5LEEmkMDT8aunMrTrfwLsNR0yHSi7v0/gQcFKJO3WFxkQUm/ZLabw==","signatures":[{"sig":"MEUCIBDUQE8Pb+YVKJYcQzOuLbwu1/8Cg0T3ckpq8JLS6Po9AiEAo5D0KLVlnak9Ed8njQWZnvBsRKz/FZMas3tbQPQgAgg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260305081532","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d4362bcd93fe424df87f66aacb6c46e4/solana-plugin-core-6.2.0-canary-20260305081532.tgz","_integrity":"sha512-9Lh1jiZUHf9uhCVJiKIQiHDNP3FR56jzS5LEEmkMDT8aunMrTrfwLsNR0yHSi7v0/gQcFKJO3WFxkQUm/ZLabw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260305081532_1772698702468_0.6979761683875396","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305082327":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260305082327","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260305082327","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d05f174c2f5ddf87d521d305f0a0e2b2d9b40f2d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260305082327.tgz","fileCount":17,"integrity":"sha512-nScv+ORZjqQL1gEd5ZRt4HtxjSug1x6fB1l4L0WUXnJILbA/ecjwguAnexzCRI0KNE8BAwtGYJpcEog6BqjzBA==","signatures":[{"sig":"MEQCIBFtHAs7ilSRkgSjZoPoEOL85qJo8gPn2FoDV8uFC1sFAiByLy20e1Y4iaDyJRI9wMKtBpf/df4+2ONddQbNqIw03A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260305082327","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4bf692f7c4a260d4a3bcae4848f0e529/solana-plugin-core-6.2.0-canary-20260305082327.tgz","_integrity":"sha512-nScv+ORZjqQL1gEd5ZRt4HtxjSug1x6fB1l4L0WUXnJILbA/ecjwguAnexzCRI0KNE8BAwtGYJpcEog6BqjzBA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260305082327_1772699181399_0.022090823924051373","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305083234":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260305083234","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260305083234","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"85abab4284a0bcf3666cf92fb07b8c62b63fce8f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260305083234.tgz","fileCount":17,"integrity":"sha512-RUxNZN+utXSA5qAeU8zuhEzQXCGlZJtZ21pbg9wgqjuTNcnqWehTgfP8d8pyJSflh7dx1EqglzT3LxysfQdurA==","signatures":[{"sig":"MEYCIQC3U7QU8sYjR97UjBEfeByPQGxIirPGqSgcNrwdWJ6P8QIhALQiBMxuhn9wqm7TTH+5YHmWF7FGxZtoY0wtp2fY3mjn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260305083234","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9dbffa4b2f53c93d5923fcd7a5ef1e00/solana-plugin-core-6.2.0-canary-20260305083234.tgz","_integrity":"sha512-RUxNZN+utXSA5qAeU8zuhEzQXCGlZJtZ21pbg9wgqjuTNcnqWehTgfP8d8pyJSflh7dx1EqglzT3LxysfQdurA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260305083234_1772699731810_0.13861866297960268","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305084229":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260305084229","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260305084229","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"51ac0cc21155dad93f5fd217a1b99b85b226aa0d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260305084229.tgz","fileCount":17,"integrity":"sha512-gaP76F2Lid3/MPkLceTpjo2uQxy1i1o3/8hpN3A7RbEMsFV9cqng0Uh29BXHypZ0KplECyRnCdmBvTlkFsR9Iw==","signatures":[{"sig":"MEUCIQC85g4ngmv93fBftUFgzkJVd9Oa7ATjhcLnrooTtZaWogIgCOdnyHcxKlT3zg/42kgOztgbe+HyrrYotUOh52ORIMA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260305084229","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/57fd51367d12f9833443972c55d1459b/solana-plugin-core-6.2.0-canary-20260305084229.tgz","_integrity":"sha512-gaP76F2Lid3/MPkLceTpjo2uQxy1i1o3/8hpN3A7RbEMsFV9cqng0Uh29BXHypZ0KplECyRnCdmBvTlkFsR9Iw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260305084229_1772700362578_0.25221920937155606","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260305105248":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260305105248","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260305105248","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"954e9a42c67573b5289af0c451a77c61a503540c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260305105248.tgz","fileCount":17,"integrity":"sha512-wvW6dyx8ox6dHcayk7TUv6gurRqovb1jJ8IO+8Niy2VmgiYINGyQ9uSAUmCLQ+UZLShsQVjMxXX6rlHACMl0Yg==","signatures":[{"sig":"MEUCIE8gQPbPfv/EiFG/NWyDWVBcqipZih7BzMn8Ca0Fws8VAiEAvtX40ROdWbhLd5temItHTS8gPzwuF/iHrQHbmYd0AKs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260305105248","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c42d16deffcf4cd0728b524e9db84bc7/solana-plugin-core-6.2.0-canary-20260305105248.tgz","_integrity":"sha512-wvW6dyx8ox6dHcayk7TUv6gurRqovb1jJ8IO+8Niy2VmgiYINGyQ9uSAUmCLQ+UZLShsQVjMxXX6rlHACMl0Yg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260305105248_1772708193836_0.057373415475164835","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260306112919":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260306112919","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260306112919","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b8083a67d3201ff77ca3a69a1552e285880f1ef4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260306112919.tgz","fileCount":17,"integrity":"sha512-fn7oh1H1MkdlZI0Xwgu2RkcEBkgS7E85vdJ1B0AZ7gr2JjyTYSIsP54coEf5g8xo6NXbsEIYgLQp8XRSxxBwcQ==","signatures":[{"sig":"MEYCIQCfQk3odOCATtkTv8syDODZ6b/oUYy7reRrtoUo57MUrAIhAIxM2o0zUJEatAjkFpFPTRgiIkwC4ETaejhYuvNyCUGo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260306112919","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f10ececda5eb918e3209ad238d1effcd/solana-plugin-core-6.2.0-canary-20260306112919.tgz","_integrity":"sha512-fn7oh1H1MkdlZI0Xwgu2RkcEBkgS7E85vdJ1B0AZ7gr2JjyTYSIsP54coEf5g8xo6NXbsEIYgLQp8XRSxxBwcQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260306112919_1772796788905_0.8743297106032526","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260306113819":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260306113819","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260306113819","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"33a94b830e6b81a4510f117f5d1c2df68c4c774f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260306113819.tgz","fileCount":17,"integrity":"sha512-B53kaI1rbuAeDbdv2iAgY2xiEH3XdKJm+ZgdcPTmnv+lloUKj8tJX5gBRid/KNfZ11/unPl4m9Ly0g7iE7vtTQ==","signatures":[{"sig":"MEUCICUTrQdgpEDeZ2xV6U/Sp9exz+926Q4kbFr13cbMi/xBAiEAwDHpai71w3sMqjR4RwQ/v5FqETtA4kURvuKWdrnmAJQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260306113819","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/11bf254891cad14d8fffadf6feeca843/solana-plugin-core-6.2.0-canary-20260306113819.tgz","_integrity":"sha512-B53kaI1rbuAeDbdv2iAgY2xiEH3XdKJm+ZgdcPTmnv+lloUKj8tJX5gBRid/KNfZ11/unPl4m9Ly0g7iE7vtTQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260306113819_1772797311813_0.2399801163795463","host":"s3://npm-registry-packages-npm-production"}},"6.2.0-canary-20260306114817":{"name":"@solana/plugin-core","version":"6.2.0-canary-20260306114817","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0-canary-20260306114817","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"bfcf07a3d0198390faac7a45ae7f803059463cce","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0-canary-20260306114817.tgz","fileCount":17,"integrity":"sha512-qtD0Jtt1q7PU1ukKeDZ/ihvnm4CoaJ+jN/NOsIsuryaglsIcJiLrX05lO1ygNHWqf8yISkuyW97v6jM8fxqmPA==","signatures":[{"sig":"MEUCIGVdM6cIwHcHUnZV31vI17qXNIQy3IlGGszITfnt5lVjAiEAxL0BiqCh7ehfxm8CS23fn0nQuHbwc9rCkoP7Dle8DCU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0-canary-20260306114817","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/518ff19d434e360ed84c838bb88b7bdd/solana-plugin-core-6.2.0-canary-20260306114817.tgz","_integrity":"sha512-qtD0Jtt1q7PU1ukKeDZ/ihvnm4CoaJ+jN/NOsIsuryaglsIcJiLrX05lO1ygNHWqf8yISkuyW97v6jM8fxqmPA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0-canary-20260306114817_1772797857371_0.672430609114921","host":"s3://npm-registry-packages-npm-production"}},"6.2.0":{"name":"@solana/plugin-core","version":"6.2.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.2.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b269431a1dfc9d5b697f7c94ebf0b7094df46dfa","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.2.0.tgz","fileCount":17,"integrity":"sha512-muQKHsFs2yp6w9keIDwv8b1mALHjHMUpBM1HRxKZML9o4BLIj89gsvrCT5QaHVjIcScOWvtf8D/EQ2SUHwIpMg==","signatures":[{"sig":"MEYCIQDCqZikXjKxa3pxcwo4gBY69S2EUc+r5cnZV2hWLtLoBwIhAN4JIj4KVzO419zlNUZqTh1ZOOvD/qcX96qSR9doD7K3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2010d86ef1b4745b5518202ac006679b/solana-plugin-core-6.2.0.tgz","_integrity":"sha512-muQKHsFs2yp6w9keIDwv8b1mALHjHMUpBM1HRxKZML9o4BLIj89gsvrCT5QaHVjIcScOWvtf8D/EQ2SUHwIpMg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.2.0_1773066595764_0.8923245759987222","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260310111724":{"name":"@solana/plugin-core","version":"6.3.0-canary-20260310111724","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.0-canary-20260310111724","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"40bf1506f4f7aa094e42dcbe80faa9a2725ad826","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.0-canary-20260310111724.tgz","fileCount":17,"integrity":"sha512-ULJaHMzxzzi5PG4nE2+EMwQBJQrAJeYQQx+xhxyOAHDkNqHnKF76pWoVh7Znbg40OtwsErDdlyn2GCyElbDUlQ==","signatures":[{"sig":"MEQCIG8PcWomi1ThB/Cd1LucRBPX+H8QOl+cse6dt3ZHFrVhAiAR6S0+Po0iV+QMMBbUjFFBXoJKfztdWw01CW1X4dEwXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.0-canary-20260310111724","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bd69e0c8a13a3e64f12196068810d092/solana-plugin-core-6.3.0-canary-20260310111724.tgz","_integrity":"sha512-ULJaHMzxzzi5PG4nE2+EMwQBJQrAJeYQQx+xhxyOAHDkNqHnKF76pWoVh7Znbg40OtwsErDdlyn2GCyElbDUlQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.0-canary-20260310111724_1773141667429_0.9925946491175468","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260310152357":{"name":"@solana/plugin-core","version":"6.3.0-canary-20260310152357","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.0-canary-20260310152357","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b3813606f32a8c860d01e7cd79537b2c05c8752e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.0-canary-20260310152357.tgz","fileCount":17,"integrity":"sha512-qU3VPw5XdqWDzjZ+Vcl6mHWq9serUC7T/6q7IjN2g/QBcOg1zDDkY6ke0t8H+3hYPf3IP/a48UUGuMYMLU8FGQ==","signatures":[{"sig":"MEQCIBIJQaH4j7qrGjoDjCVWbcmzxWFxWa/hWQUz8/0fWIytAiA0JpQU3kW+loUHwfAx9ORr638sIAFN9QqmBGJ9CKGOAQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.0-canary-20260310152357","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cf9e494f76d582fc502012d67896c372/solana-plugin-core-6.3.0-canary-20260310152357.tgz","_integrity":"sha512-qU3VPw5XdqWDzjZ+Vcl6mHWq9serUC7T/6q7IjN2g/QBcOg1zDDkY6ke0t8H+3hYPf3IP/a48UUGuMYMLU8FGQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.0-canary-20260310152357_1773156406444_0.22468811137660105","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260310153053":{"name":"@solana/plugin-core","version":"6.3.0-canary-20260310153053","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.0-canary-20260310153053","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4998bd512f6d384465b3533a24c7edb09bf958e3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.0-canary-20260310153053.tgz","fileCount":17,"integrity":"sha512-VzWDj1fJfjNKb+ykdRb+EwZDqcBLdtplJlOkm+l5BnakbtoY3eCcfzqc01a7LTjRey+OYlgwiz+Kf++mlDg09A==","signatures":[{"sig":"MEYCIQDV44g7GCbg9YvxJrOBmlIV/01y0V7ySHtE9CHoSubS8gIhANgWW9FfEzfo1xRRNymVjRUuygbXl/x5yEi2vRjS0Roi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.0-canary-20260310153053","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9d649bf22cc3c3778be6125c2fb4dac8/solana-plugin-core-6.3.0-canary-20260310153053.tgz","_integrity":"sha512-VzWDj1fJfjNKb+ykdRb+EwZDqcBLdtplJlOkm+l5BnakbtoY3eCcfzqc01a7LTjRey+OYlgwiz+Kf++mlDg09A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.0-canary-20260310153053_1773156845229_0.9156188542152666","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260311115221":{"name":"@solana/plugin-core","version":"6.3.0-canary-20260311115221","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.0-canary-20260311115221","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b265f5df983c2e6a12726cfef98fcaf19be4dbea","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.0-canary-20260311115221.tgz","fileCount":17,"integrity":"sha512-K3KRSMM0SvMiaQKh4g4qIQ9golstWpCrm8trh6rQKqj3imaMjrVbNKxq3zOG5VbwJSkucTWwLbEhpdPNAQUG5A==","signatures":[{"sig":"MEUCIQCTpcInQKP6QqdU6+2RKk8pqINBQNEJGuRF9kEjSWJL/AIgKG/PVf64i351B5CByLIp6Q3fLtnoJV4Dd9GRZ2tMDVs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.0-canary-20260311115221","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cda2973dff648458380b42e228fd0bbe/solana-plugin-core-6.3.0-canary-20260311115221.tgz","_integrity":"sha512-K3KRSMM0SvMiaQKh4g4qIQ9golstWpCrm8trh6rQKqj3imaMjrVbNKxq3zOG5VbwJSkucTWwLbEhpdPNAQUG5A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.0-canary-20260311115221_1773230162105_0.6609962168089105","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260311133054":{"name":"@solana/plugin-core","version":"6.3.0-canary-20260311133054","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.0-canary-20260311133054","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"27edcbd922e7085c00f4d55b85b0c61870e83201","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.0-canary-20260311133054.tgz","fileCount":17,"integrity":"sha512-dqDaWq8B36uyIysdYFPyugKeHwgnrnUbYHKkCB2Aem4evrrLVKofZC05DpK/F+VJxWIeTpKb+8ouF6I85xgXNA==","signatures":[{"sig":"MEUCIQDKR81tBR/jMp0nQRZZdUgeVcVi00wGK6ruUCK3l9ZOcAIgNOQj6OmQ/jxv3Uz6BEvgRe+mD1Gm0Xvt4l38mrXfycU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.0-canary-20260311133054","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b345db91cc2575d197b040aaf4b0b327/solana-plugin-core-6.3.0-canary-20260311133054.tgz","_integrity":"sha512-dqDaWq8B36uyIysdYFPyugKeHwgnrnUbYHKkCB2Aem4evrrLVKofZC05DpK/F+VJxWIeTpKb+8ouF6I85xgXNA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.0-canary-20260311133054_1773236019459_0.6838811747274443","host":"s3://npm-registry-packages-npm-production"}},"6.3.0-canary-20260311134115":{"name":"@solana/plugin-core","version":"6.3.0-canary-20260311134115","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.0-canary-20260311134115","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"efce8867eacfd72863cc62a04e1c9bd6bd910ad8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.0-canary-20260311134115.tgz","fileCount":17,"integrity":"sha512-QMV/OF7ffk+F4AAuxjKNyrzlLAERvRpmz/jy9NHABCPtDopK6drUHwjNC45SelRqlAbQpMobSjvr9LXEhDeFrA==","signatures":[{"sig":"MEYCIQCP4xM+W1TfpEsDN9w2ascMW5L2FmxQCy3Kg6uSmmcfOwIhAPGimWHvmR+Hf6LJqRKR/R83hLidXbs/nfMvZ2KgnAsP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.0-canary-20260311134115","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/381e9a3dc66f424754bd4d71d6a41737/solana-plugin-core-6.3.0-canary-20260311134115.tgz","_integrity":"sha512-QMV/OF7ffk+F4AAuxjKNyrzlLAERvRpmz/jy9NHABCPtDopK6drUHwjNC45SelRqlAbQpMobSjvr9LXEhDeFrA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.0-canary-20260311134115_1773236658970_0.7160268529238494","host":"s3://npm-registry-packages-npm-production"}},"6.3.0":{"name":"@solana/plugin-core","version":"6.3.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3b08f230dfd7375b37ce1990c8e79fc0eed96493","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.0.tgz","fileCount":17,"integrity":"sha512-td/twT1TwPng2vZ26PU/zIpFC8Hv43tNXQft09Bo+9AY7VIcd+zyO9fdcZJ80pJzq2vNGcrNKBR741c9x2OSVg==","signatures":[{"sig":"MEUCIQCth9uKCRlBHTumM4rz0YwktO5h/e9SmETe7UvH13TT1gIgcAyGyTWMnfq/q3JfF4UsQyvzDTBdJhg5JFq3aitMXwQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4257dcae079a2d5674709b4ba907cfdb/solana-plugin-core-6.3.0.tgz","_integrity":"sha512-td/twT1TwPng2vZ26PU/zIpFC8Hv43tNXQft09Bo+9AY7VIcd+zyO9fdcZJ80pJzq2vNGcrNKBR741c9x2OSVg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.0_1773237468575_0.24265247116074495","host":"s3://npm-registry-packages-npm-production"}},"6.3.1-canary-20260312155211":{"name":"@solana/plugin-core","version":"6.3.1-canary-20260312155211","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.1-canary-20260312155211","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b64d7463ddc988e87f092d9a34a74ab31267d343","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.1-canary-20260312155211.tgz","fileCount":17,"integrity":"sha512-IN7fCMZE8C5YxFAOXL5GZn4/sThU0gbt+yc6QdAL9mBp/6BnyrtZMGVWWZ2zNDgfrN+tu3AZQYC/WAcpvPhPjQ==","signatures":[{"sig":"MEYCIQDWnb99vLh2MWtUo4i5zT4Vzj/Gijh4+VFkbIqH0cuwQwIhANMU4WBBEwPiuirWOZIPgfFywiEXYORLKej0f5txOIbh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.1-canary-20260312155211","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67528},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fd63e9bd34347a277456960eed1830e5/solana-plugin-core-6.3.1-canary-20260312155211.tgz","_integrity":"sha512-IN7fCMZE8C5YxFAOXL5GZn4/sThU0gbt+yc6QdAL9mBp/6BnyrtZMGVWWZ2zNDgfrN+tu3AZQYC/WAcpvPhPjQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.1-canary-20260312155211_1773330901328_0.46977734396000725","host":"s3://npm-registry-packages-npm-production"}},"6.3.1":{"name":"@solana/plugin-core","version":"6.3.1","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.1","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b496e453857867fc03be3731c0d43b5fd9146c97","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.1.tgz","fileCount":17,"integrity":"sha512-A0VAlxSOA9H0jL27iVLAhdTo3P9sWGMPhuGDg+mFgiYgGzyGdyWDmnx5/pKA02KHTKaDkj4XbGPsV4O69tiZ2g==","signatures":[{"sig":"MEUCIB6PME0U0YFxFN0DxjG+v+HBLlbnQAaa9rhB8GmGdf6BAiEA1Y0OlsYJS5tMN03NytMGGIUuBoQevlIW/6ut2K4UCKY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67506},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/049415803e58b0f3ae591f3b9da2429e/solana-plugin-core-6.3.1.tgz","_integrity":"sha512-A0VAlxSOA9H0jL27iVLAhdTo3P9sWGMPhuGDg+mFgiYgGzyGdyWDmnx5/pKA02KHTKaDkj4XbGPsV4O69tiZ2g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.1_1773333720623_0.6010471959240771","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313112147":{"name":"@solana/plugin-core","version":"6.3.2-canary-20260313112147","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.2-canary-20260313112147","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0facefb94deedac66418fe2b636c92e80e6ebb2f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.2-canary-20260313112147.tgz","fileCount":19,"integrity":"sha512-MseutauX/RvIqZpvBqRIRPCw2+WTJePIuw0ekQOAYmGrQi88KHY31+RsH5XYaitITCKpGJut4MEMF3K1NwGmXg==","signatures":[{"sig":"MEYCIQCpyOmth1RGawwO461j3W54Uexfcuz9tYmJY5zKbDo/IAIhAIX2tSmJ0PdfjrF0Ps37wzKaTATCB8hPaG5d9RT6fKdz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.2-canary-20260313112147","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/99ba473259a0864b0f9b0c1070d8b8fd/solana-plugin-core-6.3.2-canary-20260313112147.tgz","_integrity":"sha512-MseutauX/RvIqZpvBqRIRPCw2+WTJePIuw0ekQOAYmGrQi88KHY31+RsH5XYaitITCKpGJut4MEMF3K1NwGmXg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.2-canary-20260313112147_1773401116907_0.17644883269982214","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313143218":{"name":"@solana/plugin-core","version":"6.3.2-canary-20260313143218","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.2-canary-20260313143218","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"10eb2954d24d7ee2cd1aeb94ab56045b398c901b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.2-canary-20260313143218.tgz","fileCount":19,"integrity":"sha512-wHnXgQgRxlM9L9uVlwRh7mvxsmZ5pnipoDdJna0adBqgOuTQP24ebIyx+BVZWhqFhj6fpfBPmKobyd+o23jF1g==","signatures":[{"sig":"MEQCIA1diPqvKKtP55IFSYnScITPgEeTwspyXtelZh129HlIAiAgsAgsoB1sJ+AlvUePSg5IwZ+HsxdB8It2k8YfbA4blQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.2-canary-20260313143218","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7cf8eadd9555cd984ab261fc77871895/solana-plugin-core-6.3.2-canary-20260313143218.tgz","_integrity":"sha512-wHnXgQgRxlM9L9uVlwRh7mvxsmZ5pnipoDdJna0adBqgOuTQP24ebIyx+BVZWhqFhj6fpfBPmKobyd+o23jF1g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.2-canary-20260313143218_1773412543379_0.8523867057807468","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313143817":{"name":"@solana/plugin-core","version":"6.3.2-canary-20260313143817","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.2-canary-20260313143817","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"83e8917399218eab37ebf269b59fdd463c8909f0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.2-canary-20260313143817.tgz","fileCount":19,"integrity":"sha512-bhbaLTqws34ofNQjwacxvq59ziEuS4iXqMfAHy4ownj40dTvUH55CH/FyjhdzdHjKXpZTmOx1iOOrQNpFBqvlA==","signatures":[{"sig":"MEUCIF2fyv42PuDTwwUhuCVIYTRtZoRaO5lLIpKe4wLu6Sq0AiEArzqA27htpcDc4HLLY7aOgZgbAQsIMVHTWwzb7KuCPJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.2-canary-20260313143817","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/55375b8438eccd40a9639d088acf54fa/solana-plugin-core-6.3.2-canary-20260313143817.tgz","_integrity":"sha512-bhbaLTqws34ofNQjwacxvq59ziEuS4iXqMfAHy4ownj40dTvUH55CH/FyjhdzdHjKXpZTmOx1iOOrQNpFBqvlA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.2-canary-20260313143817_1773412902055_0.2767923591701613","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313144721":{"name":"@solana/plugin-core","version":"6.3.2-canary-20260313144721","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.2-canary-20260313144721","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0e83a0292e06237882b3a7336d565d081d82c8b7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.2-canary-20260313144721.tgz","fileCount":19,"integrity":"sha512-J2rrQ8Y+1VogWH33uT4oS4HjUYyTBRJm9HZYXF9FdNSL5sLmhtvJOtz1z+WDu/RcY0u+N7VBZL6mEeNn+0a9nQ==","signatures":[{"sig":"MEYCIQCaOLTQTxWKUtooMfJFpz8DHfybKdOKayceCohlNrXnlQIhAJipJDCYgU4lPUGq/JzuXiJqKuKoJh/GAbMq+KEVJbYR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.2-canary-20260313144721","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/29ab8ef0e0c1666ae6a2023d9fc264b7/solana-plugin-core-6.3.2-canary-20260313144721.tgz","_integrity":"sha512-J2rrQ8Y+1VogWH33uT4oS4HjUYyTBRJm9HZYXF9FdNSL5sLmhtvJOtz1z+WDu/RcY0u+N7VBZL6mEeNn+0a9nQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.2-canary-20260313144721_1773413436115_0.2664646570526279","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313145857":{"name":"@solana/plugin-core","version":"6.3.2-canary-20260313145857","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.2-canary-20260313145857","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ea56745f20464e289a6e362b731b98b37a4590ae","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.2-canary-20260313145857.tgz","fileCount":19,"integrity":"sha512-XsAi7PqJWqoZ8f2LAgGEYC/6k4xsShOVmYxdw3C9TH1CVVrmd56iJveUUM1Gcnw4d5VNKnzxnLl+4AuMbYcD4g==","signatures":[{"sig":"MEYCIQCzc9+O98EK5nw0TdfmagYdY6nXR8lq5ZBUlg2kQbz4JQIhAKawSjXlytZqiDp8PNVO+kF4cUaTOjIx05Ek8SIMdj9U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.2-canary-20260313145857","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3c7d31409207c51866d6c7fbe7632322/solana-plugin-core-6.3.2-canary-20260313145857.tgz","_integrity":"sha512-XsAi7PqJWqoZ8f2LAgGEYC/6k4xsShOVmYxdw3C9TH1CVVrmd56iJveUUM1Gcnw4d5VNKnzxnLl+4AuMbYcD4g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.2-canary-20260313145857_1773414113919_0.012535429000939624","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260313150314":{"name":"@solana/plugin-core","version":"6.3.2-canary-20260313150314","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.2-canary-20260313150314","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"73a7a9d5e1766d8d43ed8b9f06d629b7aab14804","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.2-canary-20260313150314.tgz","fileCount":19,"integrity":"sha512-z+b1RAcvEA2zhXoQdiiXksMg4AK7PoIX8ATdeLyV+oHPl0775R2gvMeaAFim1RBgCtN6ehuxdbQ4FUJx97raIA==","signatures":[{"sig":"MEUCIQDkpnW3n+rBYfW/QVeDRGd8Gytb6yt20dVWDlGRy7pVzQIgTx+/jWLOBwwXjDixfMcIdszLZs6SUfAuLI/XvfPgSac=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.2-canary-20260313150314","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.3.2-canary-20260313150314.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/57423b1cf7a2661edb8964252176b74a/solana-plugin-core-6.3.2-canary-20260313150314.tgz","_integrity":"sha512-z+b1RAcvEA2zhXoQdiiXksMg4AK7PoIX8ATdeLyV+oHPl0775R2gvMeaAFim1RBgCtN6ehuxdbQ4FUJx97raIA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.2-canary-20260313150314_1773414383946_0.002578332296022001","host":"s3://npm-registry-packages-npm-production"}},"6.3.2-canary-20260316105822":{"name":"@solana/plugin-core","version":"6.3.2-canary-20260316105822","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.3.2-canary-20260316105822","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b6deb877cb4201d1ea4d51753be82d3af56ea5d7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.3.2-canary-20260316105822.tgz","fileCount":19,"integrity":"sha512-xsq0yRDHkrBU8xv53klMsnDCTysf87+Iyg3QTv2V0le1BnIqeTbuXAZ08OY1F73a+xwfFnhqreB7RdiWpyzMDg==","signatures":[{"sig":"MEUCIQCh99+yb/A3qJFCS+lQg1Bm5z6EgGCjTu6q+Rxuvzw0nwIgAhcyS2+kPD1+FX4vJqdMOe935et/UHtbtKYAXJQ6K/s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.3.2-canary-20260316105822","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.3.2-canary-20260316105822.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/88b3c6346963909e1752e1636130bbca/solana-plugin-core-6.3.2-canary-20260316105822.tgz","_integrity":"sha512-xsq0yRDHkrBU8xv53klMsnDCTysf87+Iyg3QTv2V0le1BnIqeTbuXAZ08OY1F73a+xwfFnhqreB7RdiWpyzMDg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.3.2-canary-20260316105822_1773658876349_0.6528435880748016","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260316134847":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260316134847","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260316134847","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5a1562d8c796fd6dec16e94293fcf752bba45dd1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260316134847.tgz","fileCount":19,"integrity":"sha512-vbhACQL3MmiCgh7P7+o9Jx95tTkoUd8m3GXd2kC0L7/5Ku6X255jv2nvcKFDvj6UblJJpTafEWCwzVrEQoXqfw==","signatures":[{"sig":"MEQCIDc4CHC8IAJED/Hkt9o/aoUKj3HPIAecJH2Etry4p5rmAiB3E7YC2Oiq7GdtzMzlBXcnNr2n5Mn4EvSQvH22NOPKaQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260316134847","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260316134847.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1119be2dcd02a69879756993e6946cda/solana-plugin-core-6.4.0-canary-20260316134847.tgz","_integrity":"sha512-vbhACQL3MmiCgh7P7+o9Jx95tTkoUd8m3GXd2kC0L7/5Ku6X255jv2nvcKFDvj6UblJJpTafEWCwzVrEQoXqfw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260316134847_1773669103573_0.8546150416116254","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260316175347":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260316175347","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260316175347","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2131342184b6c6caf76629fe5c041b823cd48b64","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260316175347.tgz","fileCount":19,"integrity":"sha512-htId1aQqojHWc/F1hBozrW7UoQmahmWppafGOaLmyrS3RDQW+bdSxznjAO7wmZsJp2tr7pws3P8Q8g1/fFJSTw==","signatures":[{"sig":"MEUCIQD/yLy32lbpOLLYnLUDeZj50UG9Toloq6CSiRMz5Oyz1AIgPSFablZln7jKHbxerVk8XFG9MkLRMmFxTyMufff3Pdw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260316175347","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260316175347.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a2f08fdc4f9ceae8d8881e185aae0c7a/solana-plugin-core-6.4.0-canary-20260316175347.tgz","_integrity":"sha512-htId1aQqojHWc/F1hBozrW7UoQmahmWppafGOaLmyrS3RDQW+bdSxznjAO7wmZsJp2tr7pws3P8Q8g1/fFJSTw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260316175347_1773683821677_0.3459923770125477","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260317134505":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260317134505","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260317134505","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"72a189166d90bbfedab8c9aac663e462c11aa5b9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260317134505.tgz","fileCount":19,"integrity":"sha512-nVbwSu3gYSoPpX3EDQJpJxMHaaYYH1dofwGTkH1Q/ofCazTNL+Qks3g30XFICYIerVo2ng58eAZdaPH5c4AKHQ==","signatures":[{"sig":"MEYCIQC5w6ug24rcWb3hgVlUWSA1ghijXhjwmS8sAelhi3cWpgIhAIKoDDcYHkA0uoDUA4A7hkOwygS8Nkv6ZByAefPXXyhB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260317134505","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76343},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260317134505.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9d0e78e06562d0b9a387024bea96d785/solana-plugin-core-6.4.0-canary-20260317134505.tgz","_integrity":"sha512-nVbwSu3gYSoPpX3EDQJpJxMHaaYYH1dofwGTkH1Q/ofCazTNL+Qks3g30XFICYIerVo2ng58eAZdaPH5c4AKHQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260317134505_1773755286494_0.1677612356259479","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260317151320":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260317151320","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260317151320","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"01e1b006b43759de1d25746f526076fc04ab0c98","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260317151320.tgz","fileCount":19,"integrity":"sha512-MAnoXsv4xwSJmPU7Yh0BAOYAHttgtz6DFw1Xs4cB1xrJDhTz7WDb24s/3nj6X34HeXKla2QBb3HONiIQ4cYqAQ==","signatures":[{"sig":"MEUCIF0S5Al0yRo8+1+47rfFfYPAu9obAwgUNwceqeL6zNqQAiEA2jzOIKYNUvii/Y4haNYonKmMkbo5v31YutsWyvt9fQY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260317151320","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":80661},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260317151320.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3888057ffbc14af9497bec8eee6e2a11/solana-plugin-core-6.4.0-canary-20260317151320.tgz","_integrity":"sha512-MAnoXsv4xwSJmPU7Yh0BAOYAHttgtz6DFw1Xs4cB1xrJDhTz7WDb24s/3nj6X34HeXKla2QBb3HONiIQ4cYqAQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260317151320_1773760594139_0.7248608847007592","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260317152346":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260317152346","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260317152346","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1ddaa703f94382735e60e84cdf38a011a7c274e9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260317152346.tgz","fileCount":19,"integrity":"sha512-TZGgWSetFjQxw4Eq1cKVGNjmpB+teJ1OGMmqsd9K4i7qIkLLCRSGDIL3wVAmLN1gkfGGha974mwRUTj8suLXrg==","signatures":[{"sig":"MEUCIGNfd0lfaUBLji6yMz9twrZho5v9IvzOGFxzmdytsKxVAiEAw+29UeNFQ1HpxlcQ3vMs2haL+/uYfkDOh+5h61SmZ8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260317152346","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260317152346.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/42e86a25aff8ce612c0718c9d73576e1/solana-plugin-core-6.4.0-canary-20260317152346.tgz","_integrity":"sha512-TZGgWSetFjQxw4Eq1cKVGNjmpB+teJ1OGMmqsd9K4i7qIkLLCRSGDIL3wVAmLN1gkfGGha974mwRUTj8suLXrg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260317152346_1773761361271_0.9098804335919148","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260317173533":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260317173533","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260317173533","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4e2a168aa6300e055a615e79ad7e02adcc362b74","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260317173533.tgz","fileCount":19,"integrity":"sha512-5iIci62AkXQqB94Aam+xI5ufEk8giIgpoAsiEzWMOKzgLXmqPIdyf/EaMDnZO0cS6ZAq6oHcBxIQC7AlCS+PNA==","signatures":[{"sig":"MEUCIQCiEg+tSuEDpuDchxDeMp0JWBhBgOQP+7dGtpvHjPeTGgIgeo+u/JtLhTrvwGsj6B8YkgEh9JBftSOf1ouvKMHB+y8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260317173533","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260317173533.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0320846e9ae0f13e45c79c5564fa5438/solana-plugin-core-6.4.0-canary-20260317173533.tgz","_integrity":"sha512-5iIci62AkXQqB94Aam+xI5ufEk8giIgpoAsiEzWMOKzgLXmqPIdyf/EaMDnZO0cS6ZAq6oHcBxIQC7AlCS+PNA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260317173533_1773769110285_0.4566662131860435","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260317174557":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260317174557","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260317174557","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2826d995090795eae5cca436a68542d4e2448b2c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260317174557.tgz","fileCount":19,"integrity":"sha512-GkQTla4eXl9zES2Mj7v06e3O81pMpcp0DkHHXWazzxgt5HVwYFxooxI6eEzxW4nPYUAPRGrBv5WZzeg3zwdV+Q==","signatures":[{"sig":"MEUCIQDE1O2k1Iy9wyLubsOP7+2DwQ+F68KKdTKoX9bvfWm2KwIgfE3J7F1F/CHnPp9z/mKC7cYFyZjgl7dxSbkXkLR+mtc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260317174557","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260317174557.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/838ff1cd6fec4e3e1167b39e17691333/solana-plugin-core-6.4.0-canary-20260317174557.tgz","_integrity":"sha512-GkQTla4eXl9zES2Mj7v06e3O81pMpcp0DkHHXWazzxgt5HVwYFxooxI6eEzxW4nPYUAPRGrBv5WZzeg3zwdV+Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260317174557_1773769788357_0.4507927997867289","host":"s3://npm-registry-packages-npm-production"}},"6.4.0-canary-20260318093613":{"name":"@solana/plugin-core","version":"6.4.0-canary-20260318093613","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0-canary-20260318093613","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"53de388de8dabf660ad055632cb25f6b6c4c1ac5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0-canary-20260318093613.tgz","fileCount":19,"integrity":"sha512-ijeI4JlB/uMF10qthb04O1qBBMHSWeokVlxxX1+M+m5/XxyESVg8mqpe+X/a42N6eZ/SszR6iGCEeH/1v60/hw==","signatures":[{"sig":"MEYCIQD9+A5Z52J+N21X4u7YRlPGJ3W5FaPhMctT99A0K0JQMwIhALLwE+gHPi5ntpMKlQA8D4ygiNxhuU9rAmw53nJHXVJe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0-canary-20260318093613","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.0-canary-20260318093613.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6e8349ad72687229aa88b39c18275a53/solana-plugin-core-6.4.0-canary-20260318093613.tgz","_integrity":"sha512-ijeI4JlB/uMF10qthb04O1qBBMHSWeokVlxxX1+M+m5/XxyESVg8mqpe+X/a42N6eZ/SszR6iGCEeH/1v60/hw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0-canary-20260318093613_1773826754761_0.6021634854538451","host":"s3://npm-registry-packages-npm-production"}},"6.4.0":{"name":"@solana/plugin-core","version":"6.4.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"edd0ef25649309aa9b2bf69a6537ea8323a1ea76","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.0.tgz","fileCount":19,"integrity":"sha512-pm6SKzsEICx+Iz7FW7qfP/e0Teal7kl1DXq5RSniG5O4w7K/sqybCw6iq14rjjMWe3WU7QcEi0fVMzctia0EAA==","signatures":[{"sig":"MEUCIGlLT5x+3MXPRvhMHrci3YssNZz1mechQtRKunwDk7fRAiEAiWsZUQTGtWqhvkBMOJ9hrGlB+g0pyEVbE5FZoz9pDiM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93363},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f682e54a53f7da79ff4e4f8fd8372a15/solana-plugin-core-6.4.0.tgz","_integrity":"sha512-pm6SKzsEICx+Iz7FW7qfP/e0Teal7kl1DXq5RSniG5O4w7K/sqybCw6iq14rjjMWe3WU7QcEi0fVMzctia0EAA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.0_1773843073539_0.3223539308275156","host":"s3://npm-registry-packages-npm-production"}},"6.4.1-canary-20260319133445":{"name":"@solana/plugin-core","version":"6.4.1-canary-20260319133445","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.4.1-canary-20260319133445","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"bb975575eb46195233bf3b4d060d2d8e6c882398","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.4.1-canary-20260319133445.tgz","fileCount":19,"integrity":"sha512-ldg19OeYAXc6w6r2KVDWHdEzgkVw/z3GJIcEIyeRAUHhn+jsLTpxUcOFIeBn8RcDH8tZEy8RRzXlrNjzx00BBw==","signatures":[{"sig":"MEYCIQDa3Sq/qF5Q57xDVz/IHXkBoul3PIp0JQfa3fl34CN6qwIhAJ+Pf90qoQroKD5Gr7kOl37TuSNvGOMV73RoepIuZjAA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.4.1-canary-20260319133445","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.4.1-canary-20260319133445.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/05e8d59ac7cf092db75f336330054d9f/solana-plugin-core-6.4.1-canary-20260319133445.tgz","_integrity":"sha512-ldg19OeYAXc6w6r2KVDWHdEzgkVw/z3GJIcEIyeRAUHhn+jsLTpxUcOFIeBn8RcDH8tZEy8RRzXlrNjzx00BBw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.4.1-canary-20260319133445_1773927454027_0.33002789591576076","host":"s3://npm-registry-packages-npm-production"}},"6.5.0-canary-20260319134241":{"name":"@solana/plugin-core","version":"6.5.0-canary-20260319134241","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.5.0-canary-20260319134241","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a4af1cf893dc089bc1d4e5d56cd4d7e68a99c27c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.5.0-canary-20260319134241.tgz","fileCount":19,"integrity":"sha512-RuhtpWihYPdSpTWxf7Os/R1QBIoFhAJD/OH1L01swk11EZj9Qg0vencIviE2omVuQIvlUKpdO3Gwh5Wxv5FJuQ==","signatures":[{"sig":"MEYCIQCtG7quX6xyRuRSJ3QmAlZLld90yfV50Nmfpuj/vjjYawIhAJrCnIXhlfv/Mc3pkerrlVQFSbNQAAe7fkDhfwQRkrw9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.5.0-canary-20260319134241","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.5.0-canary-20260319134241.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/91e9dca5adf51bdc3ec314af03c2d893/solana-plugin-core-6.5.0-canary-20260319134241.tgz","_integrity":"sha512-RuhtpWihYPdSpTWxf7Os/R1QBIoFhAJD/OH1L01swk11EZj9Qg0vencIviE2omVuQIvlUKpdO3Gwh5Wxv5FJuQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.5.0-canary-20260319134241_1773927964387_0.06250824762478824","host":"s3://npm-registry-packages-npm-production"}},"6.5.0-canary-20260319143440":{"name":"@solana/plugin-core","version":"6.5.0-canary-20260319143440","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.5.0-canary-20260319143440","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"098d00e44eaa48de85b2c9ac2ef8d446a481f2c3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.5.0-canary-20260319143440.tgz","fileCount":19,"integrity":"sha512-8ZLiTjxBO8cEqc9ELjE2U+nH3mHgDPPuxDvAaMtUOLDxqC17J9ta+Wd/R6h8Xr8oD6RMwork78/cfoAVefv+Cw==","signatures":[{"sig":"MEUCIQCBDc/619MBylovs7xkzIIPLFDAIwqPwWSQHjULOJfoJwIgEL18w0ZdvTui4vzbBb+wBKs2fz+3iSKy2ZvHiWBLD5E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.5.0-canary-20260319143440","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.5.0-canary-20260319143440.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fbea0024e7628890c9d2d3c1e23f7540/solana-plugin-core-6.5.0-canary-20260319143440.tgz","_integrity":"sha512-8ZLiTjxBO8cEqc9ELjE2U+nH3mHgDPPuxDvAaMtUOLDxqC17J9ta+Wd/R6h8Xr8oD6RMwork78/cfoAVefv+Cw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.5.0-canary-20260319143440_1773931061155_0.24419492164799705","host":"s3://npm-registry-packages-npm-production"}},"6.5.0":{"name":"@solana/plugin-core","version":"6.5.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.5.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"688e166f28f165d55f6c82fb872a42be735d4605","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.5.0.tgz","fileCount":19,"integrity":"sha512-L6N69oNQOAqljH4GnLTaxpwJB0nibW9DrybHZxpGWshyv6b/EvwvkDVRKj5bNqtCG+HRZUHnEhLi1UgZVNkjpQ==","signatures":[{"sig":"MEQCIB4ik3FzKvZ45vt/ziYX4l3KnAPGdWILWHnZYc6ZtJC6AiBTS/HX6Gc3hQ3VPdG4JSQ8CaUdqhnU27diprItKMsDQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93363},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.5.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/56a1a441c807c33d3e45644a4c260207/solana-plugin-core-6.5.0.tgz","_integrity":"sha512-L6N69oNQOAqljH4GnLTaxpwJB0nibW9DrybHZxpGWshyv6b/EvwvkDVRKj5bNqtCG+HRZUHnEhLi1UgZVNkjpQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.5.0_1773935736970_0.30322606962485166","host":"s3://npm-registry-packages-npm-production"}},"6.5.1-canary-20260325141317":{"name":"@solana/plugin-core","version":"6.5.1-canary-20260325141317","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.5.1-canary-20260325141317","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3ebf1cd3ef1eef850161fcab367c3effa9c61386","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.5.1-canary-20260325141317.tgz","fileCount":19,"integrity":"sha512-7rF3ba4GBhd/XoLPyR+fCXHOufYHcf6/5QhRfkD7M8f2fmHiqmaHVveA+Gyo6mfHunKYfZ/eXVbPeCFjX1yX6Q==","signatures":[{"sig":"MEUCIQC7EhDhq5e+EcDZC/H/ld7G2Q3JAGjrORKgZn6AbFtrfQIgD8yzhMrnqR0cRf3cSxYDZ9E7OvD3alulF4DsQmOI+oc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.5.1-canary-20260325141317","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.5.1-canary-20260325141317.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/431e0828fad59db740a1053a2734cd2d/solana-plugin-core-6.5.1-canary-20260325141317.tgz","_integrity":"sha512-7rF3ba4GBhd/XoLPyR+fCXHOufYHcf6/5QhRfkD7M8f2fmHiqmaHVveA+Gyo6mfHunKYfZ/eXVbPeCFjX1yX6Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.5.1-canary-20260325141317_1774448186882_0.6732521680524546","host":"s3://npm-registry-packages-npm-production"}},"6.5.1-canary-20260326131250":{"name":"@solana/plugin-core","version":"6.5.1-canary-20260326131250","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.5.1-canary-20260326131250","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4c2cb9b3f1fa88131fde185b8d9aab4790c29d07","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.5.1-canary-20260326131250.tgz","fileCount":19,"integrity":"sha512-vB04lEbQnaYgCuDQb6gD+O1VIDs1HUHBm24KkzK8Q03hk2+Eto2UimoM9lte69kFfRH01ZuAEnX/2j2q4y4U3A==","signatures":[{"sig":"MEUCIQDiMnVmKjOyVnj/96dEJE97eH1Qpncf0aox5gDExNlztwIgAIjgsoPRwkCArpS1W1iyPPdb3f1QHEPo4vwEyn27WGU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.5.1-canary-20260326131250","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.5.1-canary-20260326131250.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8a68953c1930275de297f151599ecf4a/solana-plugin-core-6.5.1-canary-20260326131250.tgz","_integrity":"sha512-vB04lEbQnaYgCuDQb6gD+O1VIDs1HUHBm24KkzK8Q03hk2+Eto2UimoM9lte69kFfRH01ZuAEnX/2j2q4y4U3A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.5.1-canary-20260326131250_1774530956697_0.6669750993544128","host":"s3://npm-registry-packages-npm-production"}},"6.5.1-canary-20260326150212":{"name":"@solana/plugin-core","version":"6.5.1-canary-20260326150212","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.5.1-canary-20260326150212","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"30b157322ae296ea6ba32365e9c3f8e493ddd168","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.5.1-canary-20260326150212.tgz","fileCount":19,"integrity":"sha512-vkpcr07J36GabFSYBRaw5vKX+krWm09fJ4RwPusjiLWHMGOplpftvNn2i0Mu9xEe+/GWBjmJngW5+e8w7trcng==","signatures":[{"sig":"MEQCIER92NWN+ofGekz1LFZAnKgFFruzfp1MGdrMXJtx32ikAiAxRK3hBrfyWWHMw3SCkDgxQtGZg92g2PmOTBPXqPE8mg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.5.1-canary-20260326150212","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":93385},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.5.1-canary-20260326150212.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8f07a83471ce7a3e4669362a7aa771f5/solana-plugin-core-6.5.1-canary-20260326150212.tgz","_integrity":"sha512-vkpcr07J36GabFSYBRaw5vKX+krWm09fJ4RwPusjiLWHMGOplpftvNn2i0Mu9xEe+/GWBjmJngW5+e8w7trcng==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.5.1-canary-20260326150212_1774537535093_0.47381355748822895","host":"s3://npm-registry-packages-npm-production"}},"6.6.0-canary-20260327174646":{"name":"@solana/plugin-core","version":"6.6.0-canary-20260327174646","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.6.0-canary-20260327174646","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fd4129647ecdc3377e4e4ce3f5c61344c6360bfc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.6.0-canary-20260327174646.tgz","fileCount":19,"integrity":"sha512-Nu1qviMW13S2o1gCMXkm6XtK9+zRW4N3yusXnC7NwbCQpUQwKgUlYOiKisxx19HEOcb4Lw99B4BMkfneawYbVQ==","signatures":[{"sig":"MEUCIQDdhgxB2ylJa8Kexi+Z5aVGuOc/Pl7jPBEp16ZVUPeMwgIgbSEgXwVkEcaZWihcks1hrC3/QX4otI3LBGRUHQkwpOs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.6.0-canary-20260327174646","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":122689},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.6.0-canary-20260327174646.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2518669d62ee7df1e7a20756701ce8b9/solana-plugin-core-6.6.0-canary-20260327174646.tgz","_integrity":"sha512-Nu1qviMW13S2o1gCMXkm6XtK9+zRW4N3yusXnC7NwbCQpUQwKgUlYOiKisxx19HEOcb4Lw99B4BMkfneawYbVQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.6.0-canary-20260327174646_1774633782646_0.33638239126943925","host":"s3://npm-registry-packages-npm-production"}},"6.6.0-canary-20260331110244":{"name":"@solana/plugin-core","version":"6.6.0-canary-20260331110244","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.6.0-canary-20260331110244","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"283887276ef40e8cb1e6473316c0f938a253a1f7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.6.0-canary-20260331110244.tgz","fileCount":19,"integrity":"sha512-pPV74McWXmXQ4brG9ar0twq9oXYC6+u8cPpNGTXV8XJNo2FlW3xV0kYssiwe8T84NwYkzdAvzlixbdNq6dcTCg==","signatures":[{"sig":"MEQCIECew14MPialP5bkC+JRoJba+E2IcfL++yy4OF0GRGMhAiBQ44Vbdau9fBTTtPl4BsCaO13HpB3OZOiZqSxWkKEOlw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.6.0-canary-20260331110244","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":122689},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.6.0-canary-20260331110244.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b79b49e8e60b8a2f1a9a2f3a10d03182/solana-plugin-core-6.6.0-canary-20260331110244.tgz","_integrity":"sha512-pPV74McWXmXQ4brG9ar0twq9oXYC6+u8cPpNGTXV8XJNo2FlW3xV0kYssiwe8T84NwYkzdAvzlixbdNq6dcTCg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.6.0-canary-20260331110244_1774955141962_0.898092068788908","host":"s3://npm-registry-packages-npm-production"}},"6.6.0-canary-20260331111113":{"name":"@solana/plugin-core","version":"6.6.0-canary-20260331111113","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.6.0-canary-20260331111113","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e19192a58d295695ea9aaf4b79d89faffd927a12","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.6.0-canary-20260331111113.tgz","fileCount":19,"integrity":"sha512-DVLMXml33HfpjrikrxhlQXMxoihdO8yatdXxisbafvULFLRPvt6LLT2u4gocgRUhr9Cr7zRUsr8GYCAMViSk5w==","signatures":[{"sig":"MEUCIQCHqzciA19ovLDCFyKV8UGc1E+VceyNa1MyBkG+7YP/hQIgN02cHh1R+zeEuatjPwozLcIJXPMcXBEr9sTtootja/8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.6.0-canary-20260331111113","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":122689},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.6.0-canary-20260331111113.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bf09a96414757bc5460fc01b6848e1e6/solana-plugin-core-6.6.0-canary-20260331111113.tgz","_integrity":"sha512-DVLMXml33HfpjrikrxhlQXMxoihdO8yatdXxisbafvULFLRPvt6LLT2u4gocgRUhr9Cr7zRUsr8GYCAMViSk5w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.6.0-canary-20260331111113_1774955685557_0.7418585903227306","host":"s3://npm-registry-packages-npm-production"}},"6.6.0-canary-20260401085854":{"name":"@solana/plugin-core","version":"6.6.0-canary-20260401085854","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.6.0-canary-20260401085854","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cd8152fdf2b61da6af3df27eb4e1ccde3c7dbc0f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.6.0-canary-20260401085854.tgz","fileCount":19,"integrity":"sha512-Djad1zV76as3arjdC3o3ilujePfkmTzddKnpgsu2yyl2ac9sWzQeHWi378XE6imJh3E3xsD/gIXX8jjA+qaiYQ==","signatures":[{"sig":"MEUCIBL0ax+eookAaYNKFKq0B5ZuLmb0+TXmGPOxvPUVluHnAiEAgVyVAQcORop7vNEMxCJgB8H2iY7OFKENIbRQKksL48I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.6.0-canary-20260401085854","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":122689},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.6.0-canary-20260401085854.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1dd0d30bf45612942b4e59f469ae9821/solana-plugin-core-6.6.0-canary-20260401085854.tgz","_integrity":"sha512-Djad1zV76as3arjdC3o3ilujePfkmTzddKnpgsu2yyl2ac9sWzQeHWi378XE6imJh3E3xsD/gIXX8jjA+qaiYQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.6.0-canary-20260401085854_1775034107049_0.09446615287431981","host":"s3://npm-registry-packages-npm-production"}},"6.6.0":{"name":"@solana/plugin-core","version":"6.6.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.6.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9add290c50e5380ace96aa8a57746bc63c4620a1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.6.0.tgz","fileCount":19,"integrity":"sha512-SwJtd7YzUgbbGt+rLW26W3bIjZxWQUTmsv8ce8+5MUNdlg6VBBNjRSOYhLoQ7sZArVyT6kfUFI48RGO0wDGSVQ==","signatures":[{"sig":"MEUCIErB0Eve36gxtHAQRjugZkuAdDLIDNsJ3msTojifytWGAiEAkYfcRWKLtVJgybBZPXA7tnoqa33eq3NDvVd9BRJd5i4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":122667},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.6.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/94e9774f2d8600bfea83530c8ca1a4c1/solana-plugin-core-6.6.0.tgz","_integrity":"sha512-SwJtd7YzUgbbGt+rLW26W3bIjZxWQUTmsv8ce8+5MUNdlg6VBBNjRSOYhLoQ7sZArVyT6kfUFI48RGO0wDGSVQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.6.0_1775051302221_0.07217220010809822","host":"s3://npm-registry-packages-npm-production"}},"6.7.0-canary-20260402094946":{"name":"@solana/plugin-core","version":"6.7.0-canary-20260402094946","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.7.0-canary-20260402094946","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"053094c5651fb9bcbe89ba240f78c930167496ff","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.7.0-canary-20260402094946.tgz","fileCount":19,"integrity":"sha512-rIUXhOf5V8BcpP7uujlUct6aawixONTvqSTKS8Cb5TQvGufVXmS5q+Xcw3VpZ2lQ8wdhhVYx9AUcnmbfaawIFA==","signatures":[{"sig":"MEYCIQCtfRt6WP3U3kyYUPkXBvEMa6k3CLGarhtSkVB3dMCzGgIhAMRoGgf3P+DMnl3KlpQ+a5vfov1lQDC4fIriTaOvT8df","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.7.0-canary-20260402094946","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124709},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.7.0-canary-20260402094946.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a9c0054b7e18922d4589a1d0fbfc7b49/solana-plugin-core-6.7.0-canary-20260402094946.tgz","_integrity":"sha512-rIUXhOf5V8BcpP7uujlUct6aawixONTvqSTKS8Cb5TQvGufVXmS5q+Xcw3VpZ2lQ8wdhhVYx9AUcnmbfaawIFA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.7.0-canary-20260402094946_1775123579949_0.04013118745502631","host":"s3://npm-registry-packages-npm-production"}},"6.7.0-canary-20260402095331":{"name":"@solana/plugin-core","version":"6.7.0-canary-20260402095331","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.7.0-canary-20260402095331","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"955c1256da30bbd40c6e84291cf89895de8ff4f0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.7.0-canary-20260402095331.tgz","fileCount":19,"integrity":"sha512-hojW0+0vZDtGmS0wyVJLnVzEDZATyS7+TS1q+HGA8Xes166rLzTHRjx7yGjYyDnrjX8LyQQhnBngdB3T3XkBLQ==","signatures":[{"sig":"MEYCIQD0x8nZ+3XNw3447NdXaITXA/hoW/4A8DdQ1NYGthg5fgIhAOFDd/OXjUmJryw/NMq8aJ+TZqrRZoVLWaJ1zYacDN9k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.7.0-canary-20260402095331","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124709},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.7.0-canary-20260402095331.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e8bc6a91d1e03ed94fcd1a96075c3f99/solana-plugin-core-6.7.0-canary-20260402095331.tgz","_integrity":"sha512-hojW0+0vZDtGmS0wyVJLnVzEDZATyS7+TS1q+HGA8Xes166rLzTHRjx7yGjYyDnrjX8LyQQhnBngdB3T3XkBLQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.7.0-canary-20260402095331_1775123789864_0.5175032449192256","host":"s3://npm-registry-packages-npm-production"}},"6.7.0-canary-20260402115728":{"name":"@solana/plugin-core","version":"6.7.0-canary-20260402115728","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.7.0-canary-20260402115728","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b0fea93399d350da1e8defc64dfe2bbbabbf208f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.7.0-canary-20260402115728.tgz","fileCount":19,"integrity":"sha512-KiOS7kbr0qWvVwzJvtFKIZWIOMxCDhXMD4So/EOwfy7VnoNUMUEZ7YZfHqcwTuW/vb/rHN0ZAb/rlOtL/cT1eA==","signatures":[{"sig":"MEYCIQCagi6hBwaBojcMBqfD5x6BlTf04zfin0yOer7BzTub2gIhALxik/F+2YI8zL1nLsbN28v3lSW/O/ErG/5zhHPSzj6A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.7.0-canary-20260402115728","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124709},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.7.0-canary-20260402115728.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3664cfc40afaaef7bc6d146502327263/solana-plugin-core-6.7.0-canary-20260402115728.tgz","_integrity":"sha512-KiOS7kbr0qWvVwzJvtFKIZWIOMxCDhXMD4So/EOwfy7VnoNUMUEZ7YZfHqcwTuW/vb/rHN0ZAb/rlOtL/cT1eA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.9.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.7.0-canary-20260402115728_1775131231833_0.01262436059193539","host":"s3://npm-registry-packages-npm-production"}},"6.7.0":{"name":"@solana/plugin-core","version":"6.7.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.7.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"678db517a6fda14ed130f3fcd489b2a6ac2b4288","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.7.0.tgz","fileCount":19,"integrity":"sha512-tO9PAa9nFxZdrlYYHuG8pP9WbO/Szo1rr2YT2Mpj8PKDDqLsrQ2cCC8GerHbdLOr1s+cE1O7fotbydGDqeC9yQ==","signatures":[{"sig":"MEQCICB2b/+y30+p5LIaSB5r3BUsViIcSWaQTP8CBCw+GxUVAiA1BJ13kj7WzOW2P7FWv4l3Aq1ELfHWNEbPqf8qnfZX7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124687},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.7.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c80e459c341bb072870ecef07bf3842f/solana-plugin-core-6.7.0.tgz","_integrity":"sha512-tO9PAa9nFxZdrlYYHuG8pP9WbO/Szo1rr2YT2Mpj8PKDDqLsrQ2cCC8GerHbdLOr1s+cE1O7fotbydGDqeC9yQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":"^5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.7.0_1775147629636_0.13641311153201596","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260408130407":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260408130407","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260408130407","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"35b2171180b87e0c724723932ff6121fbe8ddcf7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260408130407.tgz","fileCount":19,"integrity":"sha512-PvGk5aYt1ZmHlwL30gUMBS1NttvaEqef1pQ7zJTwVv/GG9O82olXE/bDjFl5smnWeZuhPyO7tOTFvnQo3qStDQ==","signatures":[{"sig":"MEUCICmQ1p+nLscJsN1ZMkuvrrgLo970DDvf5jflBL68JRRfAiEAnLfWQslDCeXkbZbBYTBUV3mkWMVnCRce1W5h0Q8DUNI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260408130407","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260408130407.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5536bb872713e101a764f8e73930f399/solana-plugin-core-6.8.0-canary-20260408130407.tgz","_integrity":"sha512-PvGk5aYt1ZmHlwL30gUMBS1NttvaEqef1pQ7zJTwVv/GG9O82olXE/bDjFl5smnWeZuhPyO7tOTFvnQo3qStDQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260408130407_1775653659218_0.6131685586796483","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260408131515":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260408131515","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260408131515","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"07c5b2cf3729ac678072b240f9a7f88cd53272f2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260408131515.tgz","fileCount":19,"integrity":"sha512-X3rC4yULkk9mcnnKiPt2Fn4o7XupcPwRhHeVffd+JsMMzm6AS+cDVcgyqZJDldzpeafIf/pbN2BsJflTshDryQ==","signatures":[{"sig":"MEUCIQC4lMAaXzyILvlVLPjxhCSea7zq9I6gLFn0Do0Pi+u1vQIgNFOcaGRD6Y5c+/fD93xvGA2mdthFqmfxh8AR0wpZuIM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260408131515","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260408131515.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/430c0aecbad5045c98573629a87601c9/solana-plugin-core-6.8.0-canary-20260408131515.tgz","_integrity":"sha512-X3rC4yULkk9mcnnKiPt2Fn4o7XupcPwRhHeVffd+JsMMzm6AS+cDVcgyqZJDldzpeafIf/pbN2BsJflTshDryQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260408131515_1775654318558_0.5379711834895227","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260408132536":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260408132536","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260408132536","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"90deee782bb2890899ee68bfe1051faed8915343","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260408132536.tgz","fileCount":19,"integrity":"sha512-o+4MMMTZcB3hCv65kUHRKvHNvrfDlN4FyHu541dGi2azYe2IeuTNtwrVRwE5uYGtdOVzc2AClhuOqUIpRcmLvQ==","signatures":[{"sig":"MEYCIQDyzPn7TUFqfbH8/ZtRk673sePm7WVda4uoit5dSD7czAIhAIniOTZ/sEyEjkVFblBFH6GUQ0JiD7N8wlbYzsMguqNE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260408132536","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260408132536.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c8e4c58db879e88195278e388cff6c37/solana-plugin-core-6.8.0-canary-20260408132536.tgz","_integrity":"sha512-o+4MMMTZcB3hCv65kUHRKvHNvrfDlN4FyHu541dGi2azYe2IeuTNtwrVRwE5uYGtdOVzc2AClhuOqUIpRcmLvQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260408132536_1775654914675_0.37973832864854695","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260408134212":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260408134212","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260408134212","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"39119a1bf67392d3326e45c4bd6102aad5d203cd","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260408134212.tgz","fileCount":19,"integrity":"sha512-+yRcl+m57aO/OH331R0PU/1Lu1AZXnTSLBrfVcbYECX86GHy+Eu+eNvVBzvXzyS9SQVy/Ivj+n57RgYVUMo/aw==","signatures":[{"sig":"MEYCIQDLylUMhrPXtZPAVNVDzVX8JNpd2cazApeNXWm+cbuXaAIhALUlm/OzsB20oeSuY7zzL01P3S1TbW62RZVPz9uUU0Bu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260408134212","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260408134212.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6d9f45a387c4f811d23664cec827b097/solana-plugin-core-6.8.0-canary-20260408134212.tgz","_integrity":"sha512-+yRcl+m57aO/OH331R0PU/1Lu1AZXnTSLBrfVcbYECX86GHy+Eu+eNvVBzvXzyS9SQVy/Ivj+n57RgYVUMo/aw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260408134212_1775655939661_0.5571384538931952","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260408155708":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260408155708","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260408155708","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f018fa5cdd63338a2d658e1483b50502e5d30546","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260408155708.tgz","fileCount":19,"integrity":"sha512-J/Yi6SnL6ocXmeFyNPhdmHh8pNG43rts9xySugrAC+xsTdlTB0XIekYTYkpOZ/VEn9qBnNlQkmnT/vJKiF1hLg==","signatures":[{"sig":"MEQCID7JQ51DM0rI7kxdrC8Cm+rmswpYqjgJ61C2tVr2uWZIAiBo1ABKbj7sLN5LElgzK38T51MQUV9iuYM5nJIPRlyQYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260408155708","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260408155708.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c8daeb209b20e02f05a6e391e6177df5/solana-plugin-core-6.8.0-canary-20260408155708.tgz","_integrity":"sha512-J/Yi6SnL6ocXmeFyNPhdmHh8pNG43rts9xySugrAC+xsTdlTB0XIekYTYkpOZ/VEn9qBnNlQkmnT/vJKiF1hLg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260408155708_1775664038062_0.29558679157817","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260408160226":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260408160226","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260408160226","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"753d554d47aa8ce8293cdbf6a14c317527fb8801","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260408160226.tgz","fileCount":19,"integrity":"sha512-2H91cTYg+q/yW0x09gqHBThiE08JvrFXgpAnB0yaFgC4sWveYTFPuYXxmjPM2hD52IavO2WFTS0s6JDTpnfTKg==","signatures":[{"sig":"MEUCIFhFjVpZJwh/26A3dSXRBE12h/XFvesS+o+hG7BKqy0nAiEA1vMuhiXMhpNuVurgI8lCNDbPQ5CLA/cGXULvhLSKsN0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260408160226","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260408160226.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ac151c2b56257170eccc032e0d129cc9/solana-plugin-core-6.8.0-canary-20260408160226.tgz","_integrity":"sha512-2H91cTYg+q/yW0x09gqHBThiE08JvrFXgpAnB0yaFgC4sWveYTFPuYXxmjPM2hD52IavO2WFTS0s6JDTpnfTKg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260408160226_1775664314573_0.1903749477649035","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260408162000":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260408162000","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260408162000","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d96c8ffd13df12bab35fc638412a138a00980ae3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260408162000.tgz","fileCount":19,"integrity":"sha512-jGjQZUpr+SjWZnFJcck22ynfAUwsH2mM8s4FoKIOUaMOyvmfhRe8oRidcdJq0LBYBezYO+EsaKCEg+kQnC0JGQ==","signatures":[{"sig":"MEUCIQDEmpG7oU0VnDT5tjeyBtJV2Y57VwVnnQToF0AlXlE9ewIgM2SmrDyzt0rfdskLLmSkYNSXB3A9K6GRpgA6luJn9fs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260408162000","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260408162000.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9c84dab539587bc7002f809bb34c67f8/solana-plugin-core-6.8.0-canary-20260408162000.tgz","_integrity":"sha512-jGjQZUpr+SjWZnFJcck22ynfAUwsH2mM8s4FoKIOUaMOyvmfhRe8oRidcdJq0LBYBezYO+EsaKCEg+kQnC0JGQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260408162000_1775665373882_0.7753671192402662","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260409074127":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260409074127","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260409074127","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"777c6f327e27322354ab791334d5bee7d29f1afa","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260409074127.tgz","fileCount":19,"integrity":"sha512-O9QmSkkK9NURomDEnENgvdBVacQScZuBTIRvXIN58TBb5Zjv/5oGFUkGCt04yWscrygkoE6vmPb/Gu4RClEXcQ==","signatures":[{"sig":"MEUCICrNSD6B1L81+gff0+eQFF9/sTRxoB0he0VKRjLs0lwXAiEA6Xrb2qfoQM8CbNjXKWRNts13Ftqgt1zCETwk+tAlfKc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260409074127","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260409074127.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9245dd852779a4330a1f02214d6f7cb9/solana-plugin-core-6.8.0-canary-20260409074127.tgz","_integrity":"sha512-O9QmSkkK9NURomDEnENgvdBVacQScZuBTIRvXIN58TBb5Zjv/5oGFUkGCt04yWscrygkoE6vmPb/Gu4RClEXcQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260409074127_1775720669608_0.9991578185418433","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260409153007":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260409153007","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260409153007","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0e6c4e3775aef1360ff9a7d2f784872eaf29a573","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260409153007.tgz","fileCount":19,"integrity":"sha512-zG1rhVgzh66YXlrUP5VoKvekJ4poU/bjePLbKu5Zy82KCIf97HSEtioaBh1JBr8IdaIXz8NQvV6YICZaXhPB6Q==","signatures":[{"sig":"MEUCIQD30HMaBCXkLoLBOOHr0JekC/2zQLsXGd0HyYJbJsDULwIgO3syNWtF6wIime+FGDyIWeswEWVFHDDIEC7G/H9Jssc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260409153007","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260409153007.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9d8979bf071ca1423c6990af94e513ea/solana-plugin-core-6.8.0-canary-20260409153007.tgz","_integrity":"sha512-zG1rhVgzh66YXlrUP5VoKvekJ4poU/bjePLbKu5Zy82KCIf97HSEtioaBh1JBr8IdaIXz8NQvV6YICZaXhPB6Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260409153007_1775748838666_0.3397172718977779","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260409170718":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260409170718","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260409170718","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"beb440a357b7a8fbda2a86ac16d7ed4d1d4382cf","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260409170718.tgz","fileCount":19,"integrity":"sha512-L3zmK3keQNwwIWmtg1XIZBOLCGw91pIngi9IBY4GvRv6wAoM2JS7Tm8uU8Q6vHW980Cx9J3KJRrHmZIS+BXhIg==","signatures":[{"sig":"MEYCIQCPIzrDsphJewGxcBAwYL9QWVlD7WPUhE7+WaUHJaKD+AIhAKwlnNWKWCbUGEBnGTDRhaqY8YgCWZ+7avaLYtz1+glh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260409170718","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260409170718.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5f267dfe4c8d14c2aa08916d4d3356c3/solana-plugin-core-6.8.0-canary-20260409170718.tgz","_integrity":"sha512-L3zmK3keQNwwIWmtg1XIZBOLCGw91pIngi9IBY4GvRv6wAoM2JS7Tm8uU8Q6vHW980Cx9J3KJRrHmZIS+BXhIg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260409170718_1775754645937_0.06800091430638511","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260409214344":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260409214344","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260409214344","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"af1c873bef460bf4141d83df736dffefb37bfa8a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260409214344.tgz","fileCount":19,"integrity":"sha512-CFV+wURVXowfZzhovmp1sGy7yI5UFE4Z3Ogh5HjFNQKRpjv2VDDBYG09NrcB/K7CPgzdZxf31MvsTa3t+pSUhw==","signatures":[{"sig":"MEUCIQDhoY9CbiHp3BcAaVYZJ04uu01s76iBRWSdTSXgmGjpogIgecziTZhVUufocH1O/Qv+NahY+kjPo7KLSktGyPbTP38=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260409214344","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260409214344.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1ab375c21d32462c23d5a2a3a041b97f/solana-plugin-core-6.8.0-canary-20260409214344.tgz","_integrity":"sha512-CFV+wURVXowfZzhovmp1sGy7yI5UFE4Z3Ogh5HjFNQKRpjv2VDDBYG09NrcB/K7CPgzdZxf31MvsTa3t+pSUhw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260409214344_1775771193898_0.8366268000915569","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260409215240":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260409215240","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260409215240","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"306449a5522fdedf9efa447479cad9244e295b97","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260409215240.tgz","fileCount":19,"integrity":"sha512-s0aIKkH1p3kyxg+q1chTkb2Lzpo7Qr7a+M8tugtDxgm9u5Vpq9nTrCp05wxRc7giutZK7Kc/fGXQBKOvwRZp5A==","signatures":[{"sig":"MEYCIQCgC1LdDxNq/cZwDuXFN4+Zj1jOSPP6QnESjL+1vNXMegIhAM6WqlGF1bCx7qdJRG9edGI3asIk3GmkWwskcxXk9zJ2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260409215240","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260409215240.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1c4659cda176b65eadc3e2b7a10c0fb8/solana-plugin-core-6.8.0-canary-20260409215240.tgz","_integrity":"sha512-s0aIKkH1p3kyxg+q1chTkb2Lzpo7Qr7a+M8tugtDxgm9u5Vpq9nTrCp05wxRc7giutZK7Kc/fGXQBKOvwRZp5A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260409215240_1775771732234_0.26018817151784845","host":"s3://npm-registry-packages-npm-production"}},"6.8.0-canary-20260410075736":{"name":"@solana/plugin-core","version":"6.8.0-canary-20260410075736","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0-canary-20260410075736","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"41c282e3e2d8a5b5fca50891fbde423ae8a8f0ff","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0-canary-20260410075736.tgz","fileCount":19,"integrity":"sha512-WqQ02JzONSY2uuw/cACqiDXrxOo1nbK4ql3G0OferD/WAdggodxrr9VufIxE2XXSkvIJ1afaikcBHLAALzpNuQ==","signatures":[{"sig":"MEUCIDlRvhVcZ+JVkXkd7hfJhIA3mD+Pk8dRvfDQJp3WoO4YAiEAxmoNz4z1LLgCsgamXR4sWfz1Ia8Y0YkgRc/qXOu2qrE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0-canary-20260410075736","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.0-canary-20260410075736.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6d55b7f6fea85431e679e5cf43369a72/solana-plugin-core-6.8.0-canary-20260410075736.tgz","_integrity":"sha512-WqQ02JzONSY2uuw/cACqiDXrxOo1nbK4ql3G0OferD/WAdggodxrr9VufIxE2XXSkvIJ1afaikcBHLAALzpNuQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0-canary-20260410075736_1775808038649_0.006645388795877727","host":"s3://npm-registry-packages-npm-production"}},"6.8.0":{"name":"@solana/plugin-core","version":"6.8.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.8.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ab825d279dbab788fa76b0c7c3a6b63156fc9ce5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.8.0.tgz","fileCount":19,"integrity":"sha512-kdqFIhQvJP2BDUsMOIbor35esj8u78SO33Xv0Wmo+uTRg6yKONKVK53ghw235pWrinOT4f0VnVe6MN6ciYiQVA==","signatures":[{"sig":"MEYCIQDjGYvVJH2nP4v0bLQ5Ze6frRmOfRJ95zRyeTkL3PbQQQIhAMygGvb42sqFlZ8g/wT9qipDpK0pqFW15UbWNMGvTFYR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124688},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.8.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1461622cd192523ee35e0a8574c2ab12/solana-plugin-core-6.8.0.tgz","_integrity":"sha512-kdqFIhQvJP2BDUsMOIbor35esj8u78SO33Xv0Wmo+uTRg6yKONKVK53ghw235pWrinOT4f0VnVe6MN6ciYiQVA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.8.0_1775817533909_0.9862974558470294","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260416132420":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260416132420","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260416132420","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ddeedbf816063936cca3cd2cba1e3c9b43bb0d03","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260416132420.tgz","fileCount":19,"integrity":"sha512-IpwzJe65s7k1BYCjKGIZfKFOTaWZQtUVgPMFVcIRtyBwkjJx4fD99025gbbin6lDiq27AsNGhjoZUwyDixfBKQ==","signatures":[{"sig":"MEUCIARTvTaFmlcv14EhBC5OGtZVVEiWX0pJrzzIqA5jdvnXAiEAn4FmmwjZkthT8fajZN8oYc2HPVf2ExpzPy+Cl7pmbPs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260416132420","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260416132420.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/356853bdf433dfb03fe1b2318c71619a/solana-plugin-core-6.9.0-canary-20260416132420.tgz","_integrity":"sha512-IpwzJe65s7k1BYCjKGIZfKFOTaWZQtUVgPMFVcIRtyBwkjJx4fD99025gbbin6lDiq27AsNGhjoZUwyDixfBKQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260416132420_1776346069254_0.2211703418156663","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260416164237":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260416164237","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260416164237","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"86e7f9bd7e9d3f88a9aab0647d7c9bc61c77a8b6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260416164237.tgz","fileCount":19,"integrity":"sha512-LGbhZtvmfa2IB+K1zZsywqoxt6qRx0/yP21Q+p0kUh74jiZzrmeoCkXYDDmugNPmlvTEO5SM0qXcFn56k+mibg==","signatures":[{"sig":"MEYCIQCMj+IM6l521jtvayrtKFL+qktimIqIdC0u5LyB/4tQ9QIhAMgnOeQ9zGuw1oPYT4dUrdOub/JAQy1MTWyUdnmVA+IC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260416164237","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260416164237.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bd9b58e39657ae9ea4f79bcecb6c43f6/solana-plugin-core-6.9.0-canary-20260416164237.tgz","_integrity":"sha512-LGbhZtvmfa2IB+K1zZsywqoxt6qRx0/yP21Q+p0kUh74jiZzrmeoCkXYDDmugNPmlvTEO5SM0qXcFn56k+mibg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260416164237_1776358007057_0.11694776487157754","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260417140535":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260417140535","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260417140535","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"050a0630f2114c2a4782a62b793aaebe84bb1d6f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260417140535.tgz","fileCount":19,"integrity":"sha512-Adv2XD5Pz9ieqNYQhwagovdifU800W0qBYoholzDhydjOWBfohbkEfYhDCcpoT5tX+Vg3C71UarBBgaYPk3Wfg==","signatures":[{"sig":"MEQCIFMGEve7M2HbfQXzqb3O3qLKYWduoUzjUMx1bWJiw+IKAiB4tzfXawQOl49cgtm2K2vV9UCeV5rnlc9MtV4aE5uL1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260417140535","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260417140535.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3dd824548ae42775d9bd5e2c53df5fc5/solana-plugin-core-6.9.0-canary-20260417140535.tgz","_integrity":"sha512-Adv2XD5Pz9ieqNYQhwagovdifU800W0qBYoholzDhydjOWBfohbkEfYhDCcpoT5tX+Vg3C71UarBBgaYPk3Wfg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260417140535_1776434946012_0.0539326033169214","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260420151455":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260420151455","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260420151455","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d033f3e72a5e8eb34e8949948f2bd7a3cdb760d9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260420151455.tgz","fileCount":19,"integrity":"sha512-1GZlZyxLQodx7OLT1kCEtL1aJAtaL9owpp1prBc/KC3IRfyIWS1QXjBEVw+aKcpp33XlRYgMxRumzxlLv5UgYQ==","signatures":[{"sig":"MEUCIE4WnHD47b63+bTPxOx3TTVvmL+RfWXroqpVNt4LiB5AAiEA/Dors2UaAacSUxHxZPSXlFlaqYd3o+sNBhd2W/xYSms=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260420151455","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260420151455.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a1832925f3a289d0ebe8caef2d1933f6/solana-plugin-core-6.9.0-canary-20260420151455.tgz","_integrity":"sha512-1GZlZyxLQodx7OLT1kCEtL1aJAtaL9owpp1prBc/KC3IRfyIWS1QXjBEVw+aKcpp33XlRYgMxRumzxlLv5UgYQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260420151455_1776698333714_0.08355314298972427","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260421124237":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260421124237","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260421124237","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"824a34b20dbe5e326604236fe2ff08f07d0cefc2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260421124237.tgz","fileCount":19,"integrity":"sha512-rOOi+TH3LS4+UrdndIi8nqc34h3ac5uWhaL5+zS33hjQpeb0qFgv/nMT1NZPJ64DBFaWQDY1kW4CpKAvRrJvSQ==","signatures":[{"sig":"MEUCIQDYVY2MVxuGor2dt/oJTa9Ia9qOaNDHXh5dWKZq1g08MgIgfajtnVtj8G3GmKmzp8+aIebeIUO0zP3Bk5aubCCDkis=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260421124237","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260421124237.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bd871a680683c603b63049197fbbebcf/solana-plugin-core-6.9.0-canary-20260421124237.tgz","_integrity":"sha512-rOOi+TH3LS4+UrdndIi8nqc34h3ac5uWhaL5+zS33hjQpeb0qFgv/nMT1NZPJ64DBFaWQDY1kW4CpKAvRrJvSQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260421124237_1776775570913_0.7980186918131824","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260421154415":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260421154415","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260421154415","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3dbaa0f38d99e976cbe45e0d0d57e60c1ef2936d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260421154415.tgz","fileCount":19,"integrity":"sha512-QDjMOTxVTGaun9vLfsAi5cDK5lMklFCDCshqTYjsAGQ4e6nhNXoPrtUY3cyjpvBWIC4RxqcvgaFMXj6K6LgsFA==","signatures":[{"sig":"MEUCIApqVVP0s58AkDfSE88PQ6kedfoQz7tMP1qyMXmctRtyAiEAllrNZVFjxAvktyt8D5vZ3LlrY+H4fb+RVSOPxcrkw2A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260421154415","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":124710},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260421154415.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c31bebdb0d52308c9f0faa27967b959b/solana-plugin-core-6.9.0-canary-20260421154415.tgz","_integrity":"sha512-QDjMOTxVTGaun9vLfsAi5cDK5lMklFCDCshqTYjsAGQ4e6nhNXoPrtUY3cyjpvBWIC4RxqcvgaFMXj6K6LgsFA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260421154415_1776786466671_0.48383214578270506","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260424160726":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260424160726","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260424160726","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1b364b14290ed078d3a890c747bdd78f3aebb1d7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260424160726.tgz","fileCount":19,"integrity":"sha512-Zv6/XAvQtZuhqBZerBDmPoWRxPR5kf+FaYUc+NomnIeL/HHT3jSSis5zJNicSpUS1LQdn4sBcm27c38UU3Ge8w==","signatures":[{"sig":"MEQCICs5UP3XaHd6L4tl/nPaqJEBC3Zb0n+EOyAlhplKvqunAiAn1X1DaXq2XECNUZZCNQQDYIkOlHCC6hzzEK2BFKtx0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260424160726","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260424160726.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4566ac2dffe9273b4d1acbffdcd4c883/solana-plugin-core-6.9.0-canary-20260424160726.tgz","_integrity":"sha512-Zv6/XAvQtZuhqBZerBDmPoWRxPR5kf+FaYUc+NomnIeL/HHT3jSSis5zJNicSpUS1LQdn4sBcm27c38UU3Ge8w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260424160726_1777047110122_0.7943700025217799","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260428230221":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260428230221","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260428230221","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5598720c558f7ce5d04383e57443ca077cbaa190","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260428230221.tgz","fileCount":19,"integrity":"sha512-Sejx1tQX5qbNfUz831gDLC06XFMhcLZggYdX640rgum42ir5eV10Clo+Aq0gi400V2C2tYQFtkpclF3tvNdR1A==","signatures":[{"sig":"MEUCIAfh+NzY8P9m8tvmFCI0qLg4QFEWVKC2BZ0CEoJO2Bj6AiEAqTwdLMjG/plYyrWlka9a6VjNjGTAyNDIfDugHUJpccQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260428230221","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260428230221.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f78ec3d25e831f2a77615880a0eed2de/solana-plugin-core-6.9.0-canary-20260428230221.tgz","_integrity":"sha512-Sejx1tQX5qbNfUz831gDLC06XFMhcLZggYdX640rgum42ir5eV10Clo+Aq0gi400V2C2tYQFtkpclF3tvNdR1A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260428230221_1777417548944_0.6705039579213485","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260429180950":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260429180950","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260429180950","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3164a167c3f5a42b75b23154e964d089d7729eb0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260429180950.tgz","fileCount":19,"integrity":"sha512-XSX7Sm27emjvv9viG6EGEAID+qTOPQRa9zzJXCvzIXCCxOWsXn3TY6we/kIx+x38DLMYcwU1drPkNp5hVsnpQw==","signatures":[{"sig":"MEUCIQCo33MCgZwqEr6o1hZURlL7qXYrdkHNC9l7o1KYGMkYDgIgEBfZsRF5EMcJLoKAhT+xuS/nQ7KgCkRYL0DN/QPMtJI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260429180950","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260429180950.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/06d42394170f9c93751336905e85d4ef/solana-plugin-core-6.9.0-canary-20260429180950.tgz","_integrity":"sha512-XSX7Sm27emjvv9viG6EGEAID+qTOPQRa9zzJXCvzIXCCxOWsXn3TY6we/kIx+x38DLMYcwU1drPkNp5hVsnpQw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260429180950_1777486392500_0.13707926521928027","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260501161644":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260501161644","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260501161644","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"eacca30a28794ed167fee39d09211362338b77d6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260501161644.tgz","fileCount":19,"integrity":"sha512-WCll2X7FwLUZLytF27pDtICWM7roC/bjjiN2dR6eMb96/FY49Vma123fkAwckn6/Ht7DQGdnWsvLB9EFX9pNSQ==","signatures":[{"sig":"MEUCIQCpxoNeMUCr0TpRxhFKjZvBpCX2fK44lmD0UjKzmCyXWwIgIMFYIi6eN3NWdh5WO29dss/i+cFUwg1/M3aWzQ7ReN4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260501161644","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260501161644.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2e7f54966346be21b839d693c9ca8f4b/solana-plugin-core-6.9.0-canary-20260501161644.tgz","_integrity":"sha512-WCll2X7FwLUZLytF27pDtICWM7roC/bjjiN2dR6eMb96/FY49Vma123fkAwckn6/Ht7DQGdnWsvLB9EFX9pNSQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260501161644_1777652430526_0.48405410042980623","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260501213538":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260501213538","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260501213538","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9599265cbf0f01cb0c440d1829f6104e77607ed4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260501213538.tgz","fileCount":19,"integrity":"sha512-g8nLPd4u/Lyh15xS7nbGvcsZTqjWSHIlCiIi5Vk/s7E4AkAPWYDzEepYEtCHHD0XjCJH2wAoPABciIwtVQoiAw==","signatures":[{"sig":"MEQCIFSUVizoU/aIYwIFTLk1Oug8gibTH8shdKRX+tr3sGzXAiBgTayq1TyZQyJWilSwGwoMTFx0CP/stetCJIldpCNlzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260501213538","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260501213538.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/53647176d9d8c74f9ef624bfc689c087/solana-plugin-core-6.9.0-canary-20260501213538.tgz","_integrity":"sha512-g8nLPd4u/Lyh15xS7nbGvcsZTqjWSHIlCiIi5Vk/s7E4AkAPWYDzEepYEtCHHD0XjCJH2wAoPABciIwtVQoiAw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260501213538_1777671601742_0.8238898835655604","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260502225324":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260502225324","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260502225324","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"eb3f88dedf9e281e0dfbc446f42c893cbea8e657","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260502225324.tgz","fileCount":19,"integrity":"sha512-mNZZh38Q3LM85JeXqAIbHVBXlWOcB5CW3qvUNz/YMsX3jBt7g/vrZ6g9HZVSp1EEkU/0bIvWfQhUPE/sJncLPA==","signatures":[{"sig":"MEUCIQDpRkWHxjcAHtGYL6irM/Oscc9bSZiwg6s19nB5HqwdNAIgUd89R3JPBGMkYYLaj+sUBac7d8pu3aom5qXNR6J5qLA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260502225324","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260502225324.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/aac810107ef7261cd338da300abd9419/solana-plugin-core-6.9.0-canary-20260502225324.tgz","_integrity":"sha512-mNZZh38Q3LM85JeXqAIbHVBXlWOcB5CW3qvUNz/YMsX3jBt7g/vrZ6g9HZVSp1EEkU/0bIvWfQhUPE/sJncLPA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260502225324_1777762610498_0.3506823294858501","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504023938":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504023938","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504023938","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"96dd2104a163d2e13af6fbaaa150c864e2d30090","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504023938.tgz","fileCount":19,"integrity":"sha512-pTuSEzazyBLrbmuKv0RqZfwSIckky7aujwhuBJi4QVrMBQlrlNBfJYPee3LuwjLYq/34MoIKSzhEfoErvrc/wg==","signatures":[{"sig":"MEUCIQCKN+zRaP2A6wp1GFnYBqvEMymDjc/g3Q5C0SEibuEU+gIgBZeA6ZKeQZat8kYOSq8qmhbmV/WIsdjbQrQpTf/dB3I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504023938","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504023938.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/264cc629c73a9010787e25e9e7051f44/solana-plugin-core-6.9.0-canary-20260504023938.tgz","_integrity":"sha512-pTuSEzazyBLrbmuKv0RqZfwSIckky7aujwhuBJi4QVrMBQlrlNBfJYPee3LuwjLYq/34MoIKSzhEfoErvrc/wg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504023938_1777862596898_0.8942574217990609","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504034704":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504034704","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504034704","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a8d9b0df60eb79420c3b26d762da15a1a65ea2ee","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504034704.tgz","fileCount":19,"integrity":"sha512-lsP+B285Njf0ugMTja0CvvuJIYqj5rCq7oen4BWzg3yF1Mj0oVXQwmngob2tCB9YungNFwB7LZJJ4fJtGjZdxg==","signatures":[{"sig":"MEQCIFBSFEJIQGhjeAiXvC9abzCibICu5oYp+IFm+eId0P+ZAiBmVCjl2rYLUYLtOOhFUWm+CIpf0C+RcovIVVmIWEp13Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504034704","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504034704.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1093a12cf1d9b9905aa28af2b74c2168/solana-plugin-core-6.9.0-canary-20260504034704.tgz","_integrity":"sha512-lsP+B285Njf0ugMTja0CvvuJIYqj5rCq7oen4BWzg3yF1Mj0oVXQwmngob2tCB9YungNFwB7LZJJ4fJtGjZdxg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504034704_1777866650663_0.30599321043726957","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504034824":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504034824","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504034824","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"25322edb66eb5c25c73bc47ebbd13d97adc64002","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504034824.tgz","fileCount":19,"integrity":"sha512-VNlm5/wg4Har4+EMvHLckXZyKvr7o91NkHy4jMzjw5CIJITx+nSeZqVpIyQ8LFjOxEguVuG1v5nIpDH6DkEH7Q==","signatures":[{"sig":"MEQCIEmwn0RB667KjxYn5tNBDeimuR4GVNh6s9k5hJQ2wvvWAiBtvEv7VxYUDF3CYl9Jv77Npm5YupyWRvTAVzpdcofpog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504034824","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504034824.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9426bd26cbfc30ee9d46c3e37532dc13/solana-plugin-core-6.9.0-canary-20260504034824.tgz","_integrity":"sha512-VNlm5/wg4Har4+EMvHLckXZyKvr7o91NkHy4jMzjw5CIJITx+nSeZqVpIyQ8LFjOxEguVuG1v5nIpDH6DkEH7Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504034824_1777866713808_0.38026444350466027","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504034940":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504034940","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504034940","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6a5a4831c45d3c2aadeb3f10c5973a45deb310cc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504034940.tgz","fileCount":19,"integrity":"sha512-3lSqup7a3Mwt0Ab2xW75JPfY4DvJgV6j7hxgG55zAX1Fln0ohaMuYh4phGmYin97ZhEqTF8bnr0fvHq4yPtB7g==","signatures":[{"sig":"MEYCIQDIL2bAqgRKeGeWV0j70dyv4sJC0s+jBmkgJJzJEG8fXQIhAJXi5V0yiSm1gei3YiK94zhhWJsZXQpOQqQlzlYvPT//","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504034940","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504034940.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/09821da392562b9bb1b47d2de430b8e0/solana-plugin-core-6.9.0-canary-20260504034940.tgz","_integrity":"sha512-3lSqup7a3Mwt0Ab2xW75JPfY4DvJgV6j7hxgG55zAX1Fln0ohaMuYh4phGmYin97ZhEqTF8bnr0fvHq4yPtB7g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504034940_1777866786486_0.45507418867547167","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504035521":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504035521","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504035521","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"638a87491fec670a405810885e721e4901d7309d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504035521.tgz","fileCount":19,"integrity":"sha512-zcCmSZNOFLFkIetMuosl5kNh+jzhnSjU3XuYLuCQswE3fRdBgrnlQXSD2C7LzZw+nWo+y0PWCK2cxANlLmtCwQ==","signatures":[{"sig":"MEUCIQDdRgToPmW7N7O6yReOt6/FyidN1fDu88kvqvvDXk/ifwIge9w0HpalHWhIXcqdo3GtSwW+IONO7C0TumazgnkY8/4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504035521","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504035521.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cfb4b5662c5df59c5f8180a596374335/solana-plugin-core-6.9.0-canary-20260504035521.tgz","_integrity":"sha512-zcCmSZNOFLFkIetMuosl5kNh+jzhnSjU3XuYLuCQswE3fRdBgrnlQXSD2C7LzZw+nWo+y0PWCK2cxANlLmtCwQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504035521_1777867128727_0.07188019682868707","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504035654":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504035654","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504035654","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a3d30e14e9c145b4055fe0e4a8487aa50a0c64b5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504035654.tgz","fileCount":19,"integrity":"sha512-gcN1MPrnEdrEwUl0HAl45D7SKH+1lK3f1sUKhLsPuFjF5XN+RjaNr8DszQsd7q7z1regv1j+YpYbsdDObsxeSw==","signatures":[{"sig":"MEUCIDk88ljNWdXQOQZ4kHnKAyp7DHj/XHLo3mn74Ez0wx0QAiEApNLZdtD1blBrDb82LXPiDurWDdySbYR12bhsQm8IYkM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504035654","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504035654.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4a82c415b7e465a5fbf94f1dc88ce930/solana-plugin-core-6.9.0-canary-20260504035654.tgz","_integrity":"sha512-gcN1MPrnEdrEwUl0HAl45D7SKH+1lK3f1sUKhLsPuFjF5XN+RjaNr8DszQsd7q7z1regv1j+YpYbsdDObsxeSw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504035654_1777867225565_0.7157293653782424","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504035944":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504035944","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504035944","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"998e9de1c08429ca7dd41bf7eaea083db8ecb77f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504035944.tgz","fileCount":19,"integrity":"sha512-6Qj3KUShG2veO4XPbYYQHQqtbELFf7uJTtfHKwcPqnjkbZqr4gO0AWsFl0L+F4bLAdup7w0XMY8tCqFsmcR4xw==","signatures":[{"sig":"MEYCIQDaS/5Cg0/5Mcp3BQQm11CMH7FbRoultYXDF41MLQ0v8gIhANnRmM6ZJun/DgHkhgEJ+8rtRieqEGXeVGGf3XMaFZI8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504035944","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504035944.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/58f6303433e32ab47c819d4a3a037021/solana-plugin-core-6.9.0-canary-20260504035944.tgz","_integrity":"sha512-6Qj3KUShG2veO4XPbYYQHQqtbELFf7uJTtfHKwcPqnjkbZqr4gO0AWsFl0L+F4bLAdup7w0XMY8tCqFsmcR4xw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504035944_1777867379742_0.43609787848206616","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504035952":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504035952","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504035952","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6faa8a032a1ce9b889fe42cf36ae8e1ca72242ce","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504035952.tgz","fileCount":19,"integrity":"sha512-WxLAa2t0Mn0ZEsuZVZllbDwU/bwYXszrBcuQcGDv5JfzEHnAgKZYsBQ2mdK6OCyKoyjme0Lvl2cabnXYuDb04A==","signatures":[{"sig":"MEYCIQDsz8F/AMzGKTAjir6F/69doTXWvFJegfqFCfpMtp5L/QIhAJiq38VLhebqBpqWBzig+PLkd92fFvE9jMi+pc05Xe30","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504035952","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504035952.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9706cae6a488d477ec3e46b3b0cb685a/solana-plugin-core-6.9.0-canary-20260504035952.tgz","_integrity":"sha512-WxLAa2t0Mn0ZEsuZVZllbDwU/bwYXszrBcuQcGDv5JfzEHnAgKZYsBQ2mdK6OCyKoyjme0Lvl2cabnXYuDb04A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504035952_1777867399008_0.9519437349705282","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504040240":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504040240","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504040240","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"16a094e6bdd673eefd23378d80492c385008080d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504040240.tgz","fileCount":19,"integrity":"sha512-ZVns9Dz/n41p4bcyTB8iubJppiwqEAwldXVjjDdD79kytynCl2FKU/GAmAb4iJqRdLkdT9EJ68/4EDpSyuWbAQ==","signatures":[{"sig":"MEUCIQDpVUQzvkQwKfmi7j4vEpHWyjgWHmZGQyt/S4z5GMBn3AIgRl1ssm44MpSJISE/lpF3prOBv2SCNhgLTEYwrzXkiEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504040240","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504040240.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/207cc71596c9b17bb324318f40ef9334/solana-plugin-core-6.9.0-canary-20260504040240.tgz","_integrity":"sha512-ZVns9Dz/n41p4bcyTB8iubJppiwqEAwldXVjjDdD79kytynCl2FKU/GAmAb4iJqRdLkdT9EJ68/4EDpSyuWbAQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504040240_1777867535736_0.508060507201999","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504040844":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504040844","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504040844","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"65d131690e7e875b55ab22446b0662e080f75b1b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504040844.tgz","fileCount":19,"integrity":"sha512-A8lVhv2QwJkh6IHdSQ1VkX2sb8H2CXTSQE+95305bTiAQozalMXspO+EYFeoN8tBrQ5QuCPpdpm0hDMGzilz5g==","signatures":[{"sig":"MEUCICtQ4RigByP9aTMCtl/geAHtLuM8el2WN6K2WGNj31f2AiEA/uO2l2N9D6kwbGm9A2WAAJIaq8sepo+ms3NwnXe74Xo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504040844","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504040844.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e24c214c4872cd13d628370a1c67de25/solana-plugin-core-6.9.0-canary-20260504040844.tgz","_integrity":"sha512-A8lVhv2QwJkh6IHdSQ1VkX2sb8H2CXTSQE+95305bTiAQozalMXspO+EYFeoN8tBrQ5QuCPpdpm0hDMGzilz5g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504040844_1777867937102_0.7811099364803151","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504143358":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504143358","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504143358","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"99522bc098661bf1d5e0af5dac56d79e25bdfb2f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504143358.tgz","fileCount":19,"integrity":"sha512-gx2GU5OxENkXXhItT6HW30Up6HxQvwAbBUjUwpoXRT1OOFHUGC0KRRFvMByWR7VtVwfO9rIs1xdOj/QZA9Rrow==","signatures":[{"sig":"MEQCICmkVVApXK3K84BTrs3Uy9EteqrCZldJRVZQr8eiIMikAiAlXq8xUI15ch+8NXJE5dBu0HnHhFXzK56KPlkd+oC5+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504143358","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504143358.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5ce770b50f1c3ebf2d0a2c6a53ffa338/solana-plugin-core-6.9.0-canary-20260504143358.tgz","_integrity":"sha512-gx2GU5OxENkXXhItT6HW30Up6HxQvwAbBUjUwpoXRT1OOFHUGC0KRRFvMByWR7VtVwfO9rIs1xdOj/QZA9Rrow==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504143358_1777905509352_0.5640897716754638","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504144157":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504144157","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504144157","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1351440bab55ee9fc0e2f9a21b768991ee2b0012","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504144157.tgz","fileCount":19,"integrity":"sha512-hRpEeAtQqvUzJn/lk2Fc7gFlugGwmyNdT1j4MfSXoMNX1cBqStRaix4zVERUbQ2Fgqc+6/ogcG5h13Whxb1TTg==","signatures":[{"sig":"MEYCIQCIhqovkHjNC+0zx3VVpBMudwhngn6PbIt2y3gfZAN58gIhAJ0Q6hAkBhta+OaZh2hN64+j1L4T3vHWq7Y/AMPG1kXs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504144157","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504144157.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3b9959ac16b1a6947d7ee39a34abd9fe/solana-plugin-core-6.9.0-canary-20260504144157.tgz","_integrity":"sha512-hRpEeAtQqvUzJn/lk2Fc7gFlugGwmyNdT1j4MfSXoMNX1cBqStRaix4zVERUbQ2Fgqc+6/ogcG5h13Whxb1TTg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504144157_1777905985972_0.11012016986945405","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260504163128":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260504163128","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260504163128","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5c0ccdbd29f3bfacb914d26a79e75ad9ac037b27","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260504163128.tgz","fileCount":19,"integrity":"sha512-IND4UGue0DO7nQD++nyw+uK6srdVPPCzPmZV+mMXyhnIZKSBBpQNgy+MV1ZURhvZwUrMptOLFliwZ7nJfeiKSw==","signatures":[{"sig":"MEQCIDOc3J4HgfJzY14kPCUZkyjpVc5PvmOrTMthqQFP5XzDAiA1LzKJCqGUJxqyPLJNabiYYX20wtI9RQvh3Cw0Z9+eVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260504163128","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260504163128.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ca3c2a4bc0b5c4fee7a18b7b5745a107/solana-plugin-core-6.9.0-canary-20260504163128.tgz","_integrity":"sha512-IND4UGue0DO7nQD++nyw+uK6srdVPPCzPmZV+mMXyhnIZKSBBpQNgy+MV1ZURhvZwUrMptOLFliwZ7nJfeiKSw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260504163128_1777912554923_0.2611148851232383","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505132156":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505132156","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505132156","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f0214f2fa78e1c31809dde7dc348eb6f57f16a60","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505132156.tgz","fileCount":19,"integrity":"sha512-pSu8E0DOuhlKiYsc0jqM5uB0IlN828VIqmYnY0bidpyiAD1dRjb6EqF1AsLFsd01QAs5NwOhUZ6USGoRpa3cBg==","signatures":[{"sig":"MEUCIQCHwqqgEmm1VnX/OBF9CObN3wvKOmyouBMdzGkp74+2ggIgb9+NgSckkBQ9aEiUeuXeDuhNqSNMh6X8bEoS5pweBwQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505132156","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505132156.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/77c48fab5226f833a67cafeaa3b0de59/solana-plugin-core-6.9.0-canary-20260505132156.tgz","_integrity":"sha512-pSu8E0DOuhlKiYsc0jqM5uB0IlN828VIqmYnY0bidpyiAD1dRjb6EqF1AsLFsd01QAs5NwOhUZ6USGoRpa3cBg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505132156_1777987531433_0.1936557632604845","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505133431":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505133431","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505133431","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1aa2dea2f61b5a0cefd3c447a3b6695b210ba90c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505133431.tgz","fileCount":19,"integrity":"sha512-DuEePU20HzOxggIFKckz6PvA6eg00sO4TK7Q9HamZxpQiqNAJ2umHPsvlAvpY6vzyvqsiq3BLsBhn6rjsygOww==","signatures":[{"sig":"MEUCIHW3r5+/FPVcE/wQW1dqG13ff2niwKRigP/tIfcwbImqAiEAp2jqIkVTJTRsaBygyYARURj9roZGTAvngY1e/Yfy6sk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505133431","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505133431.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d341575945fde4efceb7e14f3778aa8b/solana-plugin-core-6.9.0-canary-20260505133431.tgz","_integrity":"sha512-DuEePU20HzOxggIFKckz6PvA6eg00sO4TK7Q9HamZxpQiqNAJ2umHPsvlAvpY6vzyvqsiq3BLsBhn6rjsygOww==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505133431_1777988289165_0.44076446804035463","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505202922":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505202922","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505202922","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ab5cd2cbac67baf1920ee13a5632e3f69b74dbf7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505202922.tgz","fileCount":19,"integrity":"sha512-QhKcQomSxMRg3xzg40IJtIWtvQ0wS103vcoEFLw63s5ZJaXPeJYis3qRypWdI4iBGjxkQrQb0wW/FJBTQCI48Q==","signatures":[{"sig":"MEYCIQD5b2Prh+CJQf0r/cTErkgqXl0CGyc9fHsnsiGeAQ9x4wIhALsPbpHigbpR6d68YWLOjnxfB+7Rlkw4tU+Z079eIToc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505202922","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505202922.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b6e04ddd88c16b8ccee3629f4e0cf7c1/solana-plugin-core-6.9.0-canary-20260505202922.tgz","_integrity":"sha512-QhKcQomSxMRg3xzg40IJtIWtvQ0wS103vcoEFLw63s5ZJaXPeJYis3qRypWdI4iBGjxkQrQb0wW/FJBTQCI48Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505202922_1778013221013_0.5325020657859292","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505204033":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505204033","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505204033","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8c5d2783ef4fae812695970accc630e57ca2c45b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505204033.tgz","fileCount":19,"integrity":"sha512-zRvHNr+Mvxo4NNKdIR8k3Adg0S59N3WmdN+Yd7Asiz1el+zqnxVx1gAYqizfXtZN12UXBchqpY9ou2NZ9I/w8g==","signatures":[{"sig":"MEQCIH0hqMyV7HMeb4PLM51cMNfkl36dkUJ/WNTvbvpPwRMeAiBYhycHi77zccqCIHc38P208sTzaJkfMKG5sEnY0oaGfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505204033","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505204033.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c0dc9ff872833fc2656e96434cc238f1/solana-plugin-core-6.9.0-canary-20260505204033.tgz","_integrity":"sha512-zRvHNr+Mvxo4NNKdIR8k3Adg0S59N3WmdN+Yd7Asiz1el+zqnxVx1gAYqizfXtZN12UXBchqpY9ou2NZ9I/w8g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505204033_1778013863910_0.8626529782083487","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505212004":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505212004","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505212004","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5ffc9c80410cea7883daec9c32d06cb19a8cb8f0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505212004.tgz","fileCount":19,"integrity":"sha512-5mELe42o83Tb+k0vQXCgFnEZQ+0gm4KKOXB/FHmCDXm4CBG+yuLY8nEg6lJUbmquQAhdxA+OYP5+56NqOj/O6Q==","signatures":[{"sig":"MEYCIQD3vgaZgvzkN6d4+b/vt9UTGTGlvwcC6WJq9eF7ajSBFgIhAIaC11ytGabfFLg0zutKBvlghH0LDUH8D8L2voX0fQUO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505212004","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505212004.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/987157ec1591cc7f578366adc0890a8b/solana-plugin-core-6.9.0-canary-20260505212004.tgz","_integrity":"sha512-5mELe42o83Tb+k0vQXCgFnEZQ+0gm4KKOXB/FHmCDXm4CBG+yuLY8nEg6lJUbmquQAhdxA+OYP5+56NqOj/O6Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.0.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505212004_1778016234894_0.1682611186807168","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505213027":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505213027","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505213027","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d932a4eb99586133f76c8593494da48067007878","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505213027.tgz","fileCount":19,"integrity":"sha512-PjfF5wZToAo2KfFE8mMjdJCKlxFElXGtUwwxpbmrw6fikb3dAted5pd08wRktHWNGYK6ns28lCUbX0von1pOSQ==","signatures":[{"sig":"MEUCIQDC0nPlanzxPU3wDCf8L/VO7XJN6hlNgG8U5iXCu1qG9AIgURy7d/TLBAYY2QWPQTD+FLUlLgalB/G8QdX94CZCO+0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505213027","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505213027.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5bb4f47d15d098c6f6365cbab5616645/solana-plugin-core-6.9.0-canary-20260505213027.tgz","_integrity":"sha512-PjfF5wZToAo2KfFE8mMjdJCKlxFElXGtUwwxpbmrw6fikb3dAted5pd08wRktHWNGYK6ns28lCUbX0von1pOSQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505213027_1778016902314_0.4788485785739933","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505214228":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505214228","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505214228","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9c732a70b3c195ecf3c85fbd7d3c678f6df2c05a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505214228.tgz","fileCount":19,"integrity":"sha512-2U4q+Bj4wM1Vu5mmkENcT/PHbuk212l0zH+ZvA3yvdksWvX0ZyTs2ki+uhGS0o7kqZ9jyIGx9Q513Etczn9gog==","signatures":[{"sig":"MEUCIQDTQNWlfvi1z3I3/XFCydlI4Zejl3BAbzDuVytMkmPQ7gIgYLrOZrQLdcDSJ5BclEQCVx4jVFVRSM/AhCP+/KuSdxc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505214228","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505214228.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/097b218db22e379211a1e288b7b57c09/solana-plugin-core-6.9.0-canary-20260505214228.tgz","_integrity":"sha512-2U4q+Bj4wM1Vu5mmkENcT/PHbuk212l0zH+ZvA3yvdksWvX0ZyTs2ki+uhGS0o7kqZ9jyIGx9Q513Etczn9gog==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505214228_1778017572315_0.41365939340177404","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505215425":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505215425","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505215425","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"80821cda197ba3f0e2ddebb10f59492907d124cc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505215425.tgz","fileCount":19,"integrity":"sha512-WdbjvNXPcfzc956nYcnlZmNvOoRW8pV//30zt9viTKet9JaTe5mFJ6kTGiS+mf+A1FtE275kdNUJAxBCRyQpsA==","signatures":[{"sig":"MEQCICpLRJr6M35YNleaa/ihCF5bfAH82rvdxow9RaLtLsStAiAFFxl6R45S4SJHpz+BA93ujwxEOeeJk4LsIzFlera30Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505215425","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505215425.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f1703f5174dff574250c62b379e1f636/solana-plugin-core-6.9.0-canary-20260505215425.tgz","_integrity":"sha512-WdbjvNXPcfzc956nYcnlZmNvOoRW8pV//30zt9viTKet9JaTe5mFJ6kTGiS+mf+A1FtE275kdNUJAxBCRyQpsA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505215425_1778018331050_0.6063881826123692","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505220518":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505220518","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505220518","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cbf2eac036482287daf9a408a6ae75a14742a184","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505220518.tgz","fileCount":19,"integrity":"sha512-3yjbSw2QJnoeqD9R4MlEI227EbQg98qlxXYk2gBZvjD+YJQTORBfO282BQFM8IXvt5McqXQv6cFq/D7+jX7RKg==","signatures":[{"sig":"MEYCIQCGedpyI+Wpp2Goqx4DD0UJH/OskgWGhhqdHZ8gX56H+AIhAMenj0PFc88agatEVr91S4WcU8rrydVtZr2GkbHWyoE6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505220518","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505220518.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7d91a7c71298240f54f11da468622c6b/solana-plugin-core-6.9.0-canary-20260505220518.tgz","_integrity":"sha512-3yjbSw2QJnoeqD9R4MlEI227EbQg98qlxXYk2gBZvjD+YJQTORBfO282BQFM8IXvt5McqXQv6cFq/D7+jX7RKg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505220518_1778018964316_0.8449111537260494","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505221731":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505221731","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505221731","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ea0de8dde1c15b0e1afca247e15e94d327e2ab09","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505221731.tgz","fileCount":19,"integrity":"sha512-P50sLKZi7cIqjp6ejNmhg+BcZVyH8VHdktiJJrDIY5Oa+AbitOd9kv1VkuLNELkEFPpWQjkU8hWEhcaEFnbn4Q==","signatures":[{"sig":"MEUCIGy/rMejgZDaVTteVjeNLOhxRoHrIMeu5O1HTQBVphAqAiEA1C2gaH6mTw9uuT6gQogj4WxQ2xbrXYTP3spApt8ruqU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505221731","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505221731.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a158ac1e8f5505f248853ef68dea439b/solana-plugin-core-6.9.0-canary-20260505221731.tgz","_integrity":"sha512-P50sLKZi7cIqjp6ejNmhg+BcZVyH8VHdktiJJrDIY5Oa+AbitOd9kv1VkuLNELkEFPpWQjkU8hWEhcaEFnbn4Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505221731_1778019709462_0.29292139770378056","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505222841":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505222841","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505222841","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4059f88bfb349e6481f7642be789d773735bc124","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505222841.tgz","fileCount":19,"integrity":"sha512-48oPgos2jJuIYaBxb3SrsKdy5yG4K3K/pCbtTLMusFzC66JKAKDPocazsUQLiPXc6auGAECR+O79vXLqMl3UAQ==","signatures":[{"sig":"MEQCICYHFV2iq5hmxMdarMibAtJI3/MauxkgiyIqernqYV+0AiB5oO1VchNdQsjNxSECYJWu13ErwTvtPSLi+1F1wAlVyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505222841","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505222841.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9c0519c7cff1c70c2531e786500c4812/solana-plugin-core-6.9.0-canary-20260505222841.tgz","_integrity":"sha512-48oPgos2jJuIYaBxb3SrsKdy5yG4K3K/pCbtTLMusFzC66JKAKDPocazsUQLiPXc6auGAECR+O79vXLqMl3UAQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505222841_1778020392158_0.4984344554604532","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505224023":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505224023","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505224023","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c106b7a23a4611aefa555c86a7de6471054a4ee8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505224023.tgz","fileCount":19,"integrity":"sha512-TuVeItfRrvuFafZGO/OJKHLcU1t0wnHH3ep9E/qoPAxhYpd93pkoZi6QyHJ1P0OEsQ/W/TUWZvZyf9oLQN723Q==","signatures":[{"sig":"MEQCIGIm6jCDKslpu3eyM1cWYg+uffXiqu/Qrm/c5syXsm5LAiBM+RiLujMUZH71Q/aCds+s1M4CccZdLfzmB1WvkEjcvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505224023","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505224023.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c3bb1a6434b0e4f0cf93156df3381375/solana-plugin-core-6.9.0-canary-20260505224023.tgz","_integrity":"sha512-TuVeItfRrvuFafZGO/OJKHLcU1t0wnHH3ep9E/qoPAxhYpd93pkoZi6QyHJ1P0OEsQ/W/TUWZvZyf9oLQN723Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505224023_1778021093461_0.8402235517950811","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505225241":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505225241","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505225241","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"15d9db8aaca40420aa6bdb936ac5136cbdbf5d36","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505225241.tgz","fileCount":19,"integrity":"sha512-Nvq7zB1t6SmA4DJ1K8+34VFIAHWjwstCFKVvf+LOOqgJYSZ4x3QKeymowyi+3Q7rdAvsIxZEHYbugg9xBNq1ug==","signatures":[{"sig":"MEQCIAuK85r3gFqLIylzGOq4HHe7aJjfoq0Njfj09Tn/0BuYAiBXYpBOSXXJEUTpsmlJpm29zSWZURZJAVBNMYDdL1UV4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505225241","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505225241.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9e767eb818b987c8d6d00d7e36f6fb8f/solana-plugin-core-6.9.0-canary-20260505225241.tgz","_integrity":"sha512-Nvq7zB1t6SmA4DJ1K8+34VFIAHWjwstCFKVvf+LOOqgJYSZ4x3QKeymowyi+3Q7rdAvsIxZEHYbugg9xBNq1ug==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505225241_1778021763136_0.42617058583221645","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505230336":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505230336","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505230336","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5d2107d297aaf26ccc5d1267e0bdf00462495ce2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505230336.tgz","fileCount":19,"integrity":"sha512-aKBmXaEcOHFPkbW1IAlFmYkQuEBW0qe/Tyzl/nnX6z00uaOXhUwFG53Y4JYx6L5UpXMnUo8g8Vev4/Kz6dIj9Q==","signatures":[{"sig":"MEQCIGYIOdP9JnDnn1vgfzchWyFfHNkkBEy60YfX1jVcyYfpAiBA1XczZyWJ+rl//2NkkImnqaJtPrHGG3qW/vvQ1KjgzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505230336","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505230336.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0225947a2d7347572f42e744559de32b/solana-plugin-core-6.9.0-canary-20260505230336.tgz","_integrity":"sha512-aKBmXaEcOHFPkbW1IAlFmYkQuEBW0qe/Tyzl/nnX6z00uaOXhUwFG53Y4JYx6L5UpXMnUo8g8Vev4/Kz6dIj9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505230336_1778022442584_0.8697709434073262","host":"s3://npm-registry-packages-npm-production"}},"6.9.0-canary-20260505231441":{"name":"@solana/plugin-core","version":"6.9.0-canary-20260505231441","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0-canary-20260505231441","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1736186008b32f44d2d520ebdb41371c948e6841","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0-canary-20260505231441.tgz","fileCount":19,"integrity":"sha512-2U/sRXDi5iEMFD4S0gTDVTfRshRku/m3ktj5MDmCDxY8tB5R+ft90p8zK0RvdDXX7Ns+M1FkzH53AjGX/EMe4g==","signatures":[{"sig":"MEYCIQD1yy/JZQXTFA3dbc5hnqo6RFwdLms11F3YZ0X5pvrtXwIhAOWHoQF4ncuKl0+6WjJm5T1nGyJR+oucA0MelFrQVnZA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0-canary-20260505231441","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129306},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.0-canary-20260505231441.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/69deb54d8170b020d08c149246ae96cc/solana-plugin-core-6.9.0-canary-20260505231441.tgz","_integrity":"sha512-2U/sRXDi5iEMFD4S0gTDVTfRshRku/m3ktj5MDmCDxY8tB5R+ft90p8zK0RvdDXX7Ns+M1FkzH53AjGX/EMe4g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0-canary-20260505231441_1778023087290_0.8704789918431188","host":"s3://npm-registry-packages-npm-production"}},"6.9.0":{"name":"@solana/plugin-core","version":"6.9.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.9.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ab9343204146703e394a63ab9c358e2b653a6b47","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.9.0.tgz","fileCount":19,"integrity":"sha512-KslLSnzY8zbGZibEBVMVUm2ZS8T2xf+cut7F65VjWPoWNAxU+p7933wsMz/az6CF7b65RI7iU3HhCr5/5QF50w==","signatures":[{"sig":"MEUCIQDKqrGrzME0LL8pBqQKSWMbyMD4Bhi0tpPHQczhLqtwuQIgKS5ifwgZJKIVQ02ZNV2/YYdsTNJd5/ddhLTI+dkuLIY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129284},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.9.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/994f28705796017179be43876d945448/solana-plugin-core-6.9.0.tgz","_integrity":"sha512-KslLSnzY8zbGZibEBVMVUm2ZS8T2xf+cut7F65VjWPoWNAxU+p7933wsMz/az6CF7b65RI7iU3HhCr5/5QF50w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.9.0_1778066365616_0.8209123885723466","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260507145824":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260507145824","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260507145824","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8df6e63a86ebdde17826c5959906fbababee88d4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260507145824.tgz","fileCount":19,"integrity":"sha512-lgOQkoSD+75/x9Y16KO/TQzNYVkeQ7MdKiuF4s6U9+yQs6puubFNy2zgyEUIpscxxJdmEYQ0RFfZk2PD4uv4PA==","signatures":[{"sig":"MEQCICE5om5r9dEDGvBaVO319Cu+pmSuIJpDsgcVIzDQmfPJAiACXXDd3oRO5BGHeBM8vgHI81S6aLZ02h8SmxRorS6gBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260507145824","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260507145824.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/44bbc3b017031fe7cdfadbb831c76622/solana-plugin-core-6.10.0-canary-20260507145824.tgz","_integrity":"sha512-lgOQkoSD+75/x9Y16KO/TQzNYVkeQ7MdKiuF4s6U9+yQs6puubFNy2zgyEUIpscxxJdmEYQ0RFfZk2PD4uv4PA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260507145824_1778166123566_0.46355752899703884","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260507151050":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260507151050","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260507151050","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"453656763a5e2fea7e62348a4bec7dee9a3cc1bd","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260507151050.tgz","fileCount":19,"integrity":"sha512-ZY2e5AA2J9cr+7npmVGDw+Q1vPAuOGPs2PHE3jLN/qAORh5f0Mtyfx7JZynVpCm/xtbRXq37ktVnkkqGmHmWTQ==","signatures":[{"sig":"MEYCIQDU5/7OUk0Bimz9aGWbqHbBCiq7T/4z4utj2bMEqEA3qgIhANcy/ym95ej62s8DGC+RbLtYHypK/NViwpRUTrG6ptSe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260507151050","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260507151050.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9c82b5b4d39aaad0a1abfb21be07ec53/solana-plugin-core-6.10.0-canary-20260507151050.tgz","_integrity":"sha512-ZY2e5AA2J9cr+7npmVGDw+Q1vPAuOGPs2PHE3jLN/qAORh5f0Mtyfx7JZynVpCm/xtbRXq37ktVnkkqGmHmWTQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260507151050_1778166928462_0.08658151706320316","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260507152156":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260507152156","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260507152156","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"09886170b06a1637175f7cf3b1c81a96f08974a6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260507152156.tgz","fileCount":19,"integrity":"sha512-d2/2qlLzmEcq7ucJUwnW0OIbumLhbz1q7S6Bch2HBB61INv7EkxEK9s/fbRIXTWWXMBs8IUIjBZ45rdboRbjrA==","signatures":[{"sig":"MEYCIQC3i1XkuUjtpM4FJjVncDfy6iBYRuOXwYYrZBozKG7/7wIhAJX62KEmDbzERp+yIExk0+aWuVKzijMJdfRxm39WV0+n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260507152156","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260507152156.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0318f667b21e1c80e0d07fb268a51062/solana-plugin-core-6.10.0-canary-20260507152156.tgz","_integrity":"sha512-d2/2qlLzmEcq7ucJUwnW0OIbumLhbz1q7S6Bch2HBB61INv7EkxEK9s/fbRIXTWWXMBs8IUIjBZ45rdboRbjrA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260507152156_1778167527775_0.23039442565434287","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260507153337":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260507153337","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260507153337","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"df120532ed0edb7b407fc4fc937197b36f96f5d1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260507153337.tgz","fileCount":19,"integrity":"sha512-hb0DvFgDrimvyHTtDr4BuT611gxDazNIm0aKTbHpWPYC8rKjIpyWvz6FWW/56uogiSlUYo3SVeDma7RPB3Vi3w==","signatures":[{"sig":"MEYCIQCN7JaDCRpk596o5qQiVx8gnasaRrRfUY1oIURQpb/QvwIhALISI9khnKuCnbqYHAxRIFVY7yMjGowuxpA3BXDbCe3p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260507153337","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260507153337.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c6f934c766ca871200bbae385af42c81/solana-plugin-core-6.10.0-canary-20260507153337.tgz","_integrity":"sha512-hb0DvFgDrimvyHTtDr4BuT611gxDazNIm0aKTbHpWPYC8rKjIpyWvz6FWW/56uogiSlUYo3SVeDma7RPB3Vi3w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260507153337_1778168281736_0.4789868504113335","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260507154437":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260507154437","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260507154437","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4d5ab1d8c4e393420b2e5d901dfa389168961aa0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260507154437.tgz","fileCount":19,"integrity":"sha512-9m8hb49FCjD5RQc9e8r1CsOfHQsRefZrjAmDf2E/C/j94Q7UnjcWGvXTY2wDsJ7oDSpIap4QMzakmawLKN+C+A==","signatures":[{"sig":"MEUCIQC1S/iDaeiRPxJYGeMzZ9GfSpjs2g8RHnEnR4/E1WYOewIgFlFEL2IlMFIi0YUSRfeiuVoIfsKDE66UrSsJKdPw0k8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260507154437","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260507154437.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b3188d0852d589dd8f02665d77ee5d0a/solana-plugin-core-6.10.0-canary-20260507154437.tgz","_integrity":"sha512-9m8hb49FCjD5RQc9e8r1CsOfHQsRefZrjAmDf2E/C/j94Q7UnjcWGvXTY2wDsJ7oDSpIap4QMzakmawLKN+C+A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260507154437_1778168950673_0.7553281036607327","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260508101121":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260508101121","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260508101121","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6df1f40fd678d1c8577207ad96142b2a9ed28297","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260508101121.tgz","fileCount":19,"integrity":"sha512-/Sxa0w0Px+70XEHaim0OUQT777Atp8BhVfMYA7TQC3/cpIlaieA17a4JCQHdjbbbXNU3IcE39LatPBjmqYLgeQ==","signatures":[{"sig":"MEYCIQCCDe0kBRB2vvybhk4i3mcFSn8YPumbNkmj6ocZCs18uAIhAL7cc9hrImXoVRzSPzIvQT5GKSD4YJXsrcw3A83MAKTy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260508101121","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260508101121.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cc53c9c6c0469e978751497b9aaa50a6/solana-plugin-core-6.10.0-canary-20260508101121.tgz","_integrity":"sha512-/Sxa0w0Px+70XEHaim0OUQT777Atp8BhVfMYA7TQC3/cpIlaieA17a4JCQHdjbbbXNU3IcE39LatPBjmqYLgeQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260508101121_1778235355723_0.9012959693433005","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260508114519":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260508114519","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260508114519","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b9ff7a14646ebcb2a718a199018ddd4537646a17","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260508114519.tgz","fileCount":19,"integrity":"sha512-piFe1UnLPfT4OVjdunWRB/HmsWRMZVdlRl3k5oaGsGD9skKd/OFi+pcTsJlnXw3QLu9TMuxSR4EunKVX/88UZg==","signatures":[{"sig":"MEYCIQCApl5HBdYN4SgMbMQ5oNNvsUw5lpnt//K1hkl+5VSPXgIhAJATK1UdJaxV+xnHYpXsL5rbCrGDBHUqjCN9+qB+xzRW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260508114519","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260508114519.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b12db75d1a35d20a74e3d5a8a4208f98/solana-plugin-core-6.10.0-canary-20260508114519.tgz","_integrity":"sha512-piFe1UnLPfT4OVjdunWRB/HmsWRMZVdlRl3k5oaGsGD9skKd/OFi+pcTsJlnXw3QLu9TMuxSR4EunKVX/88UZg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260508114519_1778240939147_0.2085224759204678","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260508125653":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260508125653","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260508125653","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c387bdeba85bfbaf4c748dc77eb4f64ae17e7542","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260508125653.tgz","fileCount":19,"integrity":"sha512-+LMIKcudH/lT1shH4nGPPEZfMQCuKDkbKbK7y2ddIgaJaieKaGtzUEhQYrsQcsucC/o1GV5LKJ0jBuhbAOCfKg==","signatures":[{"sig":"MEQCIHRq1LHjUQqFTOcWUdfc07jTFZzmUycUagst2Qw7+NocAiBahdBhjrum9JeASRgWY75Pohbksr/LgizdQQ19IKUk0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260508125653","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260508125653.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c6b61c79a8c9fa3b08b54a26cd471020/solana-plugin-core-6.10.0-canary-20260508125653.tgz","_integrity":"sha512-+LMIKcudH/lT1shH4nGPPEZfMQCuKDkbKbK7y2ddIgaJaieKaGtzUEhQYrsQcsucC/o1GV5LKJ0jBuhbAOCfKg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260508125653_1778245248255_0.07649174522903546","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260508152137":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260508152137","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260508152137","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"91427728f1bf0f806a3bc9cc52ee5d814c5b9d76","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260508152137.tgz","fileCount":19,"integrity":"sha512-7hs5ihFPSYyF4avAM3eBlk6vSUvy4xZA6xA5W6YZYnNYTzSf2884JmDd1rMbd1kpEstg/mSz/Cnkm010IoeDSw==","signatures":[{"sig":"MEQCIGMWoDZ/PftX80+x882eG6TLYUQklhrkQsKFLPT4DE28AiAXdREaANuqMMCCJDkROhciWH9QunDRDvgiUcSiRbdMOQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260508152137","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260508152137.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/168dc6c33ab0bfebe3cfb66c6e8a218f/solana-plugin-core-6.10.0-canary-20260508152137.tgz","_integrity":"sha512-7hs5ihFPSYyF4avAM3eBlk6vSUvy4xZA6xA5W6YZYnNYTzSf2884JmDd1rMbd1kpEstg/mSz/Cnkm010IoeDSw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260508152137_1778253958123_0.9908724347090707","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260508162238":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260508162238","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260508162238","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2ab2e573bf4e20fdd64cb5a2f46ca8ffd9e09a89","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260508162238.tgz","fileCount":19,"integrity":"sha512-ALLrksBSq0LVxcgoeZIndj5Y1DN09xhr0RFK1DPWEWSAg2ZYG4GCthJfTIl77iOyajM8zK1Xy3ulueuRRHcXOw==","signatures":[{"sig":"MEYCIQCM5QNv/J0KXI9CUaPujGBmhsatT3D8NfUtAV7ufgOUWAIhAJU5IWTAZ0OsfCH619FGIw95bJ58a1pj0c6AoLmQsZNQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260508162238","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260508162238.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bc9b12dfe4eea4a3c9f90e11d62f6e12/solana-plugin-core-6.10.0-canary-20260508162238.tgz","_integrity":"sha512-ALLrksBSq0LVxcgoeZIndj5Y1DN09xhr0RFK1DPWEWSAg2ZYG4GCthJfTIl77iOyajM8zK1Xy3ulueuRRHcXOw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260508162238_1778257569194_0.687749608893039","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260508180811":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260508180811","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260508180811","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"15ab6bbc1f548d745f4342ef6603995e75fd36b1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260508180811.tgz","fileCount":19,"integrity":"sha512-pCs4cfEgutV5+/iV869FYPtMyCsA1iQqaYGwnsODAq62G1SO9Wck2c4kTe3f5tb4b/22LrpST/STMoJuL467uw==","signatures":[{"sig":"MEQCIHqDUb3KtiDA4hgH/p2plv7iG6SwQI0/80jh6SUmN6pBAiAZzqRLdeVKg6xxzjNgMIJw1JZlf+031lo+lbK9QDDq/Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260508180811","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260508180811.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/98f1170974904a6e0980f17c7a79b79d/solana-plugin-core-6.10.0-canary-20260508180811.tgz","_integrity":"sha512-pCs4cfEgutV5+/iV869FYPtMyCsA1iQqaYGwnsODAq62G1SO9Wck2c4kTe3f5tb4b/22LrpST/STMoJuL467uw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260508180811_1778263936705_0.698764714119984","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260508184829":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260508184829","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260508184829","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1938ae6c08a64fd8186def12dfe7d84c871c1fde","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260508184829.tgz","fileCount":19,"integrity":"sha512-WbQ1HNvzCyQJ94HXNT35XMcuac47Fv5K4nSt1V2z22YgxdjVwILsCYjGrejcgIcB2LjLlc6v3XInEvD2xfrvSg==","signatures":[{"sig":"MEQCIEV2FjzcDu6ONUuKnsrOCESxLlHtpFgJJUGhZqx5L6QnAiA+omdfJMAcYJrznT0UxJQxiQik4JOEKdaHLmUkSvvH5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260508184829","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260508184829.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d79ee5d83b2c9b2771d46d67d1276923/solana-plugin-core-6.10.0-canary-20260508184829.tgz","_integrity":"sha512-WbQ1HNvzCyQJ94HXNT35XMcuac47Fv5K4nSt1V2z22YgxdjVwILsCYjGrejcgIcB2LjLlc6v3XInEvD2xfrvSg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260508184829_1778266366620_0.02604351606832167","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260511110747":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260511110747","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260511110747","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d1b116344e9cbca625620e9450212d908b952138","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260511110747.tgz","fileCount":19,"integrity":"sha512-k6ICG98LbmAcATHSHBr3Vou6SaoAD9bDbKFsDbYCg+Rnth7J0w8C2O5r9yMsn8mlWdzwa+4LQ3/25YaRNuyJKA==","signatures":[{"sig":"MEUCIQDbTAVqTpF3EvFadCuqtQBAFiFAFbdY7GHkCaJox8xclwIgZSWnIAdknrxdarCv8zFbcFyfZHn02Ho+w19V9ktyC6s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260511110747","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260511110747.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1b0c9be4c7794c7094763040518e8b45/solana-plugin-core-6.10.0-canary-20260511110747.tgz","_integrity":"sha512-k6ICG98LbmAcATHSHBr3Vou6SaoAD9bDbKFsDbYCg+Rnth7J0w8C2O5r9yMsn8mlWdzwa+4LQ3/25YaRNuyJKA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260511110747_1778497871200_0.7126233123948233","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260512102455":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260512102455","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260512102455","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b4344e70855c92d949ec1009278ce1913c69d916","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260512102455.tgz","fileCount":19,"integrity":"sha512-zoEKmplWtSxA5nSIa+79KqvINW2KOHE0/NBH1lvhPDtMdR9dzYtzuug1XKAK7nIxECCJKFAJ/6vi1kXssQmZHw==","signatures":[{"sig":"MEQCIBpmeX+QpJ7XEhiNmlBcbJV/vM+4Cnb4xn9oIP66ELkeAiB3JDiFJP6aqsnJN4nDQpseZIc9wswFLrHZT2m/C7Qy6g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260512102455","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260512102455.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a1071ff38526f10ae4f338cd8ddb6730/solana-plugin-core-6.10.0-canary-20260512102455.tgz","_integrity":"sha512-zoEKmplWtSxA5nSIa+79KqvINW2KOHE0/NBH1lvhPDtMdR9dzYtzuug1XKAK7nIxECCJKFAJ/6vi1kXssQmZHw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260512102455_1778581720563_0.1357113209704135","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260512133223":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260512133223","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260512133223","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"007f5ce6bf2b8255ce79ea275e7e39f39da8daa4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260512133223.tgz","fileCount":19,"integrity":"sha512-Hq001KunDB2ve6I7ShJqzQHpFK9KR9JdlWzsSm82RJJL4mJeSuje8W1Rr1G8RbytbbgYl/8TjHKAvgtyseKa+w==","signatures":[{"sig":"MEUCICWNcwaDDt/ftgPWWG/cIKigcRCc8F8SPCgNZXj7nDEDAiEA2wsue4a7FUR0HIMX4zKBta1X2E6EmVv/+4zqDiEhfZA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260512133223","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260512133223.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a44d61da83c1fc3c84e250f320cbd818/solana-plugin-core-6.10.0-canary-20260512133223.tgz","_integrity":"sha512-Hq001KunDB2ve6I7ShJqzQHpFK9KR9JdlWzsSm82RJJL4mJeSuje8W1Rr1G8RbytbbgYl/8TjHKAvgtyseKa+w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260512133223_1778594130929_0.8679106457932695","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260512141024":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260512141024","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260512141024","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7abf5043fc4192326811ba625ab4647c6d492d82","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260512141024.tgz","fileCount":19,"integrity":"sha512-wANqdV9u1YWcHsc4M6FyH+hRCLwMDbN2Fn/ipPrvNpFTEb7uojbDzm70qh5XmMaOicJf6ggKPBOkPQ6EeqICAA==","signatures":[{"sig":"MEUCIQC+Cbh8/A2eGkfq81533Ydb1NammY1zwiMN1sPoX0FgoQIgVx+t5EqBtob1gEhC/uff5eqrHh6f+1+msU36lAw41bE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260512141024","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260512141024.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/270e52685ce22814753178fd438ca8e4/solana-plugin-core-6.10.0-canary-20260512141024.tgz","_integrity":"sha512-wANqdV9u1YWcHsc4M6FyH+hRCLwMDbN2Fn/ipPrvNpFTEb7uojbDzm70qh5XmMaOicJf6ggKPBOkPQ6EeqICAA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260512141024_1778595212767_0.9123038135987702","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260512145212":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260512145212","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260512145212","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d1fe22068fee8e8fdd166648a9bf7007877d1794","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260512145212.tgz","fileCount":19,"integrity":"sha512-WeCFkrjxNTpV3X0IEuOUHTTOLxllAkScY6i7tje2/aQphHb9m/+Xc0JQaQBDziOMqql4PLTrG/E0YciMI6z/JA==","signatures":[{"sig":"MEYCIQCqdXp/S7i+m4pA5CvJRRrNOIj5ndRVS9V4Q1ubX1mYpQIhAPmg/Pq3Zezs4KK3UqhGo0oLQJ1SEyLdJzJMTUH3wRjW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260512145212","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260512145212.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/26888699047f4288ce0a93733eb1a7d4/solana-plugin-core-6.10.0-canary-20260512145212.tgz","_integrity":"sha512-WeCFkrjxNTpV3X0IEuOUHTTOLxllAkScY6i7tje2/aQphHb9m/+Xc0JQaQBDziOMqql4PLTrG/E0YciMI6z/JA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260512145212_1778597804057_0.20839665756233683","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260513084610":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260513084610","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260513084610","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e5838312a351167fb16d30cf09b1d9531f37c5d2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260513084610.tgz","fileCount":19,"integrity":"sha512-mZN8MEi9sAnDoo+nr5Tcd7DSmuAPqBcIc48AhrjWi8C5PpQ6TDz22E5EpRlrWZZ/7zL4OoDlts+VTgsmwpf6RQ==","signatures":[{"sig":"MEUCIQD1YsxWxjp5n/6ZJAWS4wR6S6/YsrCJpNvC+MOd7L0xrAIgKIu2rCtUgeSf5WaoLjhAzQ6JOexbyQiR/sXkeHt7sag=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260513084610","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260513084610.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1b6720a274bb78eb968e901a8b0b0f81/solana-plugin-core-6.10.0-canary-20260513084610.tgz","_integrity":"sha512-mZN8MEi9sAnDoo+nr5Tcd7DSmuAPqBcIc48AhrjWi8C5PpQ6TDz22E5EpRlrWZZ/7zL4OoDlts+VTgsmwpf6RQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260513084610_1778662186139_0.7342572845977062","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260513084756":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260513084756","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260513084756","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"28a9b08733f73a6c75c36f3f29d4f9577b838946","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260513084756.tgz","fileCount":19,"integrity":"sha512-tcZj+kMrAwEVdz+iT7d9MmyTSPrwK9+pEs7mU+I402n5dmfBNFD1Nbja6rGkD3qmEuPqjNaaqckvs8jHcn97gA==","signatures":[{"sig":"MEUCIQDsT8nAQgQHi5NMhBSJq8zL4TiW4EtCUMfT88aWOf3yIQIgepToTF2TEF5Ci5jgzQSzd1evhmO0kOm3XnYvFYp+hkE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260513084756","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260513084756.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7f5839773589e6a05b574caaf150fb0f/solana-plugin-core-6.10.0-canary-20260513084756.tgz","_integrity":"sha512-tcZj+kMrAwEVdz+iT7d9MmyTSPrwK9+pEs7mU+I402n5dmfBNFD1Nbja6rGkD3qmEuPqjNaaqckvs8jHcn97gA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260513084756_1778662347353_0.024880393034897308","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260513085208":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260513085208","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260513085208","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"83cb0a025ef43c97b4e092642a674102b822b055","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260513085208.tgz","fileCount":19,"integrity":"sha512-uS+fVarhsuVpLEHfby6AdoWEJs53M0PxEv4LWZqexHLtToxvigmE3fwVKAewgClfaI6no3eBBmWz+s6KdCvdxQ==","signatures":[{"sig":"MEQCIEfo8eq1Pt9b73KRRmLgWuomJqWUTz4TC2xk4D1C2/H0AiBeCzivEC9pQww/fXjSZG9tJG4czae3qaUk3vBbHlgmHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260513085208","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260513085208.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b8b9a2824a46f5127d90ef81b5568d72/solana-plugin-core-6.10.0-canary-20260513085208.tgz","_integrity":"sha512-uS+fVarhsuVpLEHfby6AdoWEJs53M0PxEv4LWZqexHLtToxvigmE3fwVKAewgClfaI6no3eBBmWz+s6KdCvdxQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260513085208_1778662545293_0.48146292204043206","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260513155120":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260513155120","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260513155120","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8fe1cad2181f44418512c5018dbb742f9f4a03ab","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260513155120.tgz","fileCount":19,"integrity":"sha512-ixiaHi8xO1vCQ4ljfsWlC2WHArTp9Haowwb2iU6B0QGs3sZ/IUJYBTy5xZDEy/+KC/LFIgJK8DgamCyfRonZFw==","signatures":[{"sig":"MEUCIQC1X96m+SCkJm31y4s4Vo6pMdfFpnCrb1TcZxQIq/SIvAIgdcG+TAjMGLcbVQKCgOuco3wNW0m6xRNOwEaKy/qHFfY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260513155120","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260513155120.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/dfb8addd4cae3d7ee4c64662fcd09230/solana-plugin-core-6.10.0-canary-20260513155120.tgz","_integrity":"sha512-ixiaHi8xO1vCQ4ljfsWlC2WHArTp9Haowwb2iU6B0QGs3sZ/IUJYBTy5xZDEy/+KC/LFIgJK8DgamCyfRonZFw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260513155120_1778687664448_0.4988432710492674","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260513161744":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260513161744","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260513161744","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fad4ab7ad6f9c78708974313289c108de97a9e36","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260513161744.tgz","fileCount":19,"integrity":"sha512-tUZfkmUF0KfdV6Gw1mVbDJx+mWZTs6edXgwWGDetclDGHb3gwtU0y/9mJyLxPt2NbDb+yfIexe8ogYJB4ZQmnQ==","signatures":[{"sig":"MEUCIFn9Tq3C6x1TKWeVqDsA6JSKQhUurXsbEp4Jq9Hn967vAiEAr4CRf1PLgk+KOAAcuoA9GKWEW5StkdEaOfZzTqnLJKE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260513161744","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260513161744.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/92ea1ae69b43a1957c9f12921e2c4efd/solana-plugin-core-6.10.0-canary-20260513161744.tgz","_integrity":"sha512-tUZfkmUF0KfdV6Gw1mVbDJx+mWZTs6edXgwWGDetclDGHb3gwtU0y/9mJyLxPt2NbDb+yfIexe8ogYJB4ZQmnQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260513161744_1778689272303_0.5714559024434338","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260513161708":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260513161708","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260513161708","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2f7755bf2eca7574930f9005d1c9a13275eca721","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260513161708.tgz","fileCount":19,"integrity":"sha512-ZXcCQ6XtkgclyM8725sZUDFr8Z9wGDgwC3u8py8UnTWBKDNHTAqib39PQXDpJfkCs0QNpARqKrRozW/KgsLNyA==","signatures":[{"sig":"MEUCIQDWWy04ZjQcFlXNez+E096J+o5uM4cknObkxFCsvBcXRwIgJw50KsFpNEsiKEwZPP96XIi4DebZzvDTHux7tVYNVjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260513161708","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260513161708.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/606cb177d0ba044c95592af833f0ffee/solana-plugin-core-6.10.0-canary-20260513161708.tgz","_integrity":"sha512-ZXcCQ6XtkgclyM8725sZUDFr8Z9wGDgwC3u8py8UnTWBKDNHTAqib39PQXDpJfkCs0QNpARqKrRozW/KgsLNyA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260513161708_1778689281096_0.23896246995672366","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260513162048":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260513162048","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260513162048","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"aa0790c8990f73acf97a9639a5a44c0ea1af8a88","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260513162048.tgz","fileCount":19,"integrity":"sha512-mu39St1PlzBcl+8gpUTO8zkdFF/RjBaG2xoRjTQ8oqbKNsp4EHnqg3Z1gY/pohFQl188ZHzGxZtGvMdY2MAsTA==","signatures":[{"sig":"MEUCIHCU1DUZMMgmv3044MbBmDBBkKButdNUZ9jSYDX/dxc3AiEA6fQJfzKn5IcNTFSpJwxpAFpcigAMw4ljh7iaEQcgrRk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260513162048","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260513162048.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4b834a208c991a21f54c1a578bb2f506/solana-plugin-core-6.10.0-canary-20260513162048.tgz","_integrity":"sha512-mu39St1PlzBcl+8gpUTO8zkdFF/RjBaG2xoRjTQ8oqbKNsp4EHnqg3Z1gY/pohFQl188ZHzGxZtGvMdY2MAsTA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260513162048_1778689450747_0.8426915410977178","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260514084615":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260514084615","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260514084615","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9b94100727f55dbed1448e871d24f021354321eb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260514084615.tgz","fileCount":19,"integrity":"sha512-GusnyJz+U3zqnwZNGGCtTlfDgZUK1TPZhQ9yjnbTTxk7eB0N/yBv8MM5md6aU6lEaybgX5Tj65UZJwhv6XADCA==","signatures":[{"sig":"MEQCIBXd+92C0lJcESFIgXDeOw7bAiGu4eDT35fQZ1jdyMeBAiBaaYsdLR/0z9VAQL3hac/pnCMDBOXBJQj97Uzi2+Rtyg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260514084615","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":129307},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260514084615.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fa4a42b74eaea10297b51c96a08cd140/solana-plugin-core-6.10.0-canary-20260514084615.tgz","_integrity":"sha512-GusnyJz+U3zqnwZNGGCtTlfDgZUK1TPZhQ9yjnbTTxk7eB0N/yBv8MM5md6aU6lEaybgX5Tj65UZJwhv6XADCA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.11.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260514084615_1778748620474_0.920808779063228","host":"s3://npm-registry-packages-npm-production"}},"6.10.0-canary-20260615173250":{"name":"@solana/plugin-core","version":"6.10.0-canary-20260615173250","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0-canary-20260615173250","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"73532456dcb9f052980aef6fa682fccd61fa5007","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0-canary-20260615173250.tgz","fileCount":19,"integrity":"sha512-YWnVPhRVD4+GYmC5cFfSabAGUjINFbMnILBhMdIvrjXksNROjfgCqXXUR3BhqOBSFP09JRGO7rw5x1GsoH2psA==","signatures":[{"sig":"MEYCIQD3ma28KYxY1L9+nXMk7wKFJ0a9u4mBZLMpjV1fZLkNLwIhAOMaNyKiVTBxHaS312965CMONVyR6Y2xWeSFTUTkCb3e","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0-canary-20260615173250","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.0-canary-20260615173250.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f10f7e46b0610bd7061672ed9def3aff/solana-plugin-core-6.10.0-canary-20260615173250.tgz","_integrity":"sha512-YWnVPhRVD4+GYmC5cFfSabAGUjINFbMnILBhMdIvrjXksNROjfgCqXXUR3BhqOBSFP09JRGO7rw5x1GsoH2psA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0-canary-20260615173250_1781545053817_0.3935890430377176","host":"s3://npm-registry-packages-npm-production"}},"6.10.0":{"name":"@solana/plugin-core","version":"6.10.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"82175548e2debfdb56fe218ea3670d556cbb8d34","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.0.tgz","fileCount":19,"integrity":"sha512-JE70YTQOfFACVFGvoJon4Scc/eHUWjMu8Ovo35CcV2kHTAHYMCd4UkBd2gmlhK0vRMMomsQi1ZLPlAlTq0OoUQ==","signatures":[{"sig":"MEQCIA79ZwcJGmRi5ckZ7eULzoIvukBOIeyhTlujuiu2tmzOAiAotIHa5NFuDePhME8FXk8QuTa5h51nv4Tf+lztlQNwOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143086},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f6b260423c90a9e9eb4419df9f1a4d31/solana-plugin-core-6.10.0.tgz","_integrity":"sha512-JE70YTQOfFACVFGvoJon4Scc/eHUWjMu8Ovo35CcV2kHTAHYMCd4UkBd2gmlhK0vRMMomsQi1ZLPlAlTq0OoUQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.0_1781595309411_0.3416449352498421","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260618143316":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260618143316","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260618143316","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3a228519aa8b1db646dcba323faa98845e4b4ad5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260618143316.tgz","fileCount":19,"integrity":"sha512-68DGqNixwpWjKhWGxQsc/HAyz/VjDrqn+w9rYDCUgziOa78qOtF01KrkdLcBc6n+WBLxXn69Gnz+mFHC1Kjeow==","signatures":[{"sig":"MEYCIQC1igqr+5NgzksAsSwxs9apn3zpoitb8nqavK444TzbRgIhAOZQ+DayP0z3ydmqyDEwN8DNk6nxMTrsz5ekRCFwFD0Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260618143316","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260618143316.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/19defa0f857ce909b75a44a77bd0aa58/solana-plugin-core-6.10.1-canary-20260618143316.tgz","_integrity":"sha512-68DGqNixwpWjKhWGxQsc/HAyz/VjDrqn+w9rYDCUgziOa78qOtF01KrkdLcBc6n+WBLxXn69Gnz+mFHC1Kjeow==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260618143316_1781793407838_0.668416117001776","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260618145150":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260618145150","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260618145150","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4ee0988c6f86ee54994ef9779bb62e50cae24400","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260618145150.tgz","fileCount":19,"integrity":"sha512-MrsaP/5Uis1aYsE3RpGsAKftPEOe8ef+9kmculz/TG753RhdVLuj5xuKeA0ADfpaEkZaWKN6fxJmLDpGW4NecQ==","signatures":[{"sig":"MEUCICrk8iYrU+Iidez7Y9ueZvtloh4CM6OxgOTfNlUL4cKyAiEAtJ9OnA92mT16Pypv1XMokn4VKSagqmaLp07lqrcpNco=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260618145150","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260618145150.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f8004ba072ee14475505cffcd171e14b/solana-plugin-core-6.10.1-canary-20260618145150.tgz","_integrity":"sha512-MrsaP/5Uis1aYsE3RpGsAKftPEOe8ef+9kmculz/TG753RhdVLuj5xuKeA0ADfpaEkZaWKN6fxJmLDpGW4NecQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260618145150_1781794532753_0.7795052727409879","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260619083234":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260619083234","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260619083234","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f7365544f7304538032e33f3d7b309d3225ae158","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260619083234.tgz","fileCount":19,"integrity":"sha512-7xwmUyFx8eriFDv8Z1UZYp073caXJmI/mtJS0fV/a6o4uYx7ynv/aj1bXJ/U/cV4axLrWnDbeJ/dklQJXJiBPw==","signatures":[{"sig":"MEQCICHe3kim9dSUt+KTwElVusClG/Qfcw7soYptndEy3l41AiBm7cp4wfYzDv5fIFSMk7XIxIkotKFrpKPWCPzQ64dgLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260619083234","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260619083234.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fe5741038eab7c693491756029568704/solana-plugin-core-6.10.1-canary-20260619083234.tgz","_integrity":"sha512-7xwmUyFx8eriFDv8Z1UZYp073caXJmI/mtJS0fV/a6o4uYx7ynv/aj1bXJ/U/cV4axLrWnDbeJ/dklQJXJiBPw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260619083234_1781858227573_0.15468893183866506","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260622083154":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260622083154","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260622083154","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f2b116355867b2e8c90cbdfd1429ad6e7265b265","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260622083154.tgz","fileCount":19,"integrity":"sha512-aouDvoSa1VA0GzNB/Et1tvvwEvZFi2dNJZiH5oYDy9DMPelV+z/413ExdJ1ZtOPhe0+Th44cAQtl0SIo/byeFA==","signatures":[{"sig":"MEYCIQCXcaLdNtO6HE/uWivCpW19rIwP7TL7Gw3mGyOHbDaXfwIhAIV1mX7gHHI34Cias6t8gyqc9QaD+PSacg7mLIGi/GDK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260622083154","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260622083154.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4aa7b226e55297db8eb917649bdf738d/solana-plugin-core-6.10.1-canary-20260622083154.tgz","_integrity":"sha512-aouDvoSa1VA0GzNB/Et1tvvwEvZFi2dNJZiH5oYDy9DMPelV+z/413ExdJ1ZtOPhe0+Th44cAQtl0SIo/byeFA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260622083154_1782117318984_0.697599947529552","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260622090915":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260622090915","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260622090915","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"315234f090fe5e76ea10db14428df7afc60057ec","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260622090915.tgz","fileCount":19,"integrity":"sha512-SPMC5ft+Lp1+4Zhd6fsBjBa2flNX+5XfQZfsf13E7HbYdDRI+1s4/JSGXx9ZUxIrh8RNX+uQZELZz87bKAxS4A==","signatures":[{"sig":"MEUCIQDTQElBNh039bf7zrGdATnzJkjHIiA+3GaGfEDjyQYFgQIgJruI+uGYObGlPxYrBm0mStoSMHeJmrym4aaBBpRRWiU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260622090915","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260622090915.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cd43c890e6d7039e9714abbdc6674090/solana-plugin-core-6.10.1-canary-20260622090915.tgz","_integrity":"sha512-SPMC5ft+Lp1+4Zhd6fsBjBa2flNX+5XfQZfsf13E7HbYdDRI+1s4/JSGXx9ZUxIrh8RNX+uQZELZz87bKAxS4A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260622090915_1782119606786_0.7625402111089359","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260622145401":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260622145401","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260622145401","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5be6df4a96f6a50042da22027ed3003937e5ff9f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260622145401.tgz","fileCount":19,"integrity":"sha512-IAKEVaUqmT4uie5fhAFUME4AFNScxO/0oE/+81q+/55Es8Bqpf703V+RKDWj9y5DHQsupzIZ2QjsQua6TLOLLg==","signatures":[{"sig":"MEYCIQDl+4rbUI8egFCRUSUrXG6bdwnWoIY5E0eQojo8z9jrcwIhALyfw6ompYmSvEtHjBR9cVGM1QUVSwsSWQm8gzWnQ3Jy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260622145401","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260622145401.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2c71c486d8c5a503acc9eef80d649b2f/solana-plugin-core-6.10.1-canary-20260622145401.tgz","_integrity":"sha512-IAKEVaUqmT4uie5fhAFUME4AFNScxO/0oE/+81q+/55Es8Bqpf703V+RKDWj9y5DHQsupzIZ2QjsQua6TLOLLg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260622145401_1782140240326_0.5695681494054501","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260624124700":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260624124700","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260624124700","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d1e4b095077720dd8f900906574aceace8c28217","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260624124700.tgz","fileCount":19,"integrity":"sha512-5kWl3ijR2jya7Y8ic67O5bchdDdwPpdUNFoY0H9ZoyEJfOMCRNa4wFvyfddEImeK8EsA4xu8XKEQbLDkZA/OKA==","signatures":[{"sig":"MEUCIQDDE8wDBsguuVaC1NjoPc2/779yooZr3R/m887YOr5vUgIgRRHW9LKr4x0fcA7yp68j1K07UFJUyZ5J9gDLCy1hsEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260624124700","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260624124700.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ecdc14635f615b8f8abf7d2d0bccd3c2/solana-plugin-core-6.10.1-canary-20260624124700.tgz","_integrity":"sha512-5kWl3ijR2jya7Y8ic67O5bchdDdwPpdUNFoY0H9ZoyEJfOMCRNa4wFvyfddEImeK8EsA4xu8XKEQbLDkZA/OKA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260624124700_1782305417243_0.14357599012729994","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260624124654":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260624124654","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260624124654","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3f450a83d17f47fae2b8ebd81cbf7babbb9662f1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260624124654.tgz","fileCount":19,"integrity":"sha512-suwvUtWwda5da+MLQmomFZ3WQlFDI73jnCNIE3o/c31PZS730pehokj7fkA1/y6CL2I2vO5umd51ccJC/J+kvA==","signatures":[{"sig":"MEUCIQDcsQJ8fYbYD+aDXHGYCvoJCTedFEoEIpnOG51PjXrClQIgCqzqIuXhT4Cvoyr+DnnAqvHUKSMavDU+bj6ZsKr+M7w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260624124654","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260624124654.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/07ecf62925fe85acfa3e179db2dc367e/solana-plugin-core-6.10.1-canary-20260624124654.tgz","_integrity":"sha512-suwvUtWwda5da+MLQmomFZ3WQlFDI73jnCNIE3o/c31PZS730pehokj7fkA1/y6CL2I2vO5umd51ccJC/J+kvA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260624124654_1782305474351_0.3419801802240994","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260624150704":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260624150704","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260624150704","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5f1273657691a161ed32d4f741e4a7e484fa5013","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260624150704.tgz","fileCount":19,"integrity":"sha512-npLFXfO91TAygp13Uab8CDvUKc4pEr7Mu3OND2hwLe6sCKFo6RDHq5FV+i9hnhPgnAbcC9eyXVvT/IxYi2bGEw==","signatures":[{"sig":"MEYCIQCEY8uvgl54Kvt1OdoLXplDo/y0Ey+0OGK/bf3sZ6m2NAIhAL76vx1BfrvnL/8Aj7kxk333YJc6X4LxY7A1laQHrzeu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260624150704","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260624150704.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/77e7b183f8ab73baa7a22c3c7cde5d73/solana-plugin-core-6.10.1-canary-20260624150704.tgz","_integrity":"sha512-npLFXfO91TAygp13Uab8CDvUKc4pEr7Mu3OND2hwLe6sCKFo6RDHq5FV+i9hnhPgnAbcC9eyXVvT/IxYi2bGEw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260624150704_1782313889856_0.6678405774022127","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260624170709":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260624170709","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260624170709","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"59fecd71be123d8285a91abcaec45809f438ce24","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260624170709.tgz","fileCount":19,"integrity":"sha512-fIONwySvl2ODP6kuv+btm3LtFqKLhjIrrIguYRDBIcGRLQEkM/+rSOz2VGUknzEl3echbnq8IT/QfqmwO1jDhQ==","signatures":[{"sig":"MEYCIQDVKynvUWHs850PVSRgypLQoP8uEZlj7ohDCgfJPH8gXwIhAITSLtWWTJOxkavNhEMJ1QfLYmUcHPzHNQgGb2yjzl41","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260624170709","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260624170709.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/aeeefcd064389873025b6818adbc4b58/solana-plugin-core-6.10.1-canary-20260624170709.tgz","_integrity":"sha512-fIONwySvl2ODP6kuv+btm3LtFqKLhjIrrIguYRDBIcGRLQEkM/+rSOz2VGUknzEl3echbnq8IT/QfqmwO1jDhQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260624170709_1782321071790_0.8289281425325339","host":"s3://npm-registry-packages-npm-production"}},"6.10.1-canary-20260624190127":{"name":"@solana/plugin-core","version":"6.10.1-canary-20260624190127","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.10.1-canary-20260624190127","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ff5ab2bfb0134a9f6e4747c59f5c9dfd6115de7a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.10.1-canary-20260624190127.tgz","fileCount":19,"integrity":"sha512-Dbth3iTB1cxnPOuAzBqsMypDtM+6wCDnrOEZygTFmEnQ9GqXUcB5ChMmxqk3Nt0RxAmpbMkXw7bpwqVRpBN4AA==","signatures":[{"sig":"MEQCIDfsp4u+BBtPMw76BZGCdOR882upei2I43GMXxrf5EVtAiAcrSCnWy1l60h4TnehHv46wVJDBb4CvD9lZExLlMKk6g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.10.1-canary-20260624190127","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.10.1-canary-20260624190127.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9634c3d121255ade373d0d9e635914e8/solana-plugin-core-6.10.1-canary-20260624190127.tgz","_integrity":"sha512-Dbth3iTB1cxnPOuAzBqsMypDtM+6wCDnrOEZygTFmEnQ9GqXUcB5ChMmxqk3Nt0RxAmpbMkXw7bpwqVRpBN4AA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.10.1-canary-20260624190127_1782327892829_0.3528080297833125","host":"s3://npm-registry-packages-npm-production"}},"6.11.0-canary-20260625113002":{"name":"@solana/plugin-core","version":"6.11.0-canary-20260625113002","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.11.0-canary-20260625113002","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"638a6ccd3e3354a7a812577b099588e657bca40d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.11.0-canary-20260625113002.tgz","fileCount":19,"integrity":"sha512-lzwUWDp8evgI6lo3E41byWEpVzka4JUWW1SFEDytJaX7q5ZpUjWkPkurO9sVslpvPpbT1/izh7gzVie4TiiCdQ==","signatures":[{"sig":"MEUCIDUqCwCcyZ7WobtpW8iHH7tpomb/sPwVaR2N9V/RM0/TAiEA7PC02LF89HSPAYEN3idCqTSogp2rnTpa76E0uEqIqqw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.11.0-canary-20260625113002","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.11.0-canary-20260625113002.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/eab4d59f19c68977f0608552e730220e/solana-plugin-core-6.11.0-canary-20260625113002.tgz","_integrity":"sha512-lzwUWDp8evgI6lo3E41byWEpVzka4JUWW1SFEDytJaX7q5ZpUjWkPkurO9sVslpvPpbT1/izh7gzVie4TiiCdQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.11.0-canary-20260625113002_1782387156689_0.5679114062509125","host":"s3://npm-registry-packages-npm-production"}},"6.11.0-canary-20260625173512":{"name":"@solana/plugin-core","version":"6.11.0-canary-20260625173512","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.11.0-canary-20260625173512","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5074f44b2252fc156e566baab480907718c6a44b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.11.0-canary-20260625173512.tgz","fileCount":19,"integrity":"sha512-HSUHQjOhOJNA1YS5RmG1bbX1TD2VhYSNYDeGXiZnqaePNbROdWtL6YUl40Q0iSgPliP25QIDG3OohdRaeCtq5g==","signatures":[{"sig":"MEQCIAFRXnGozPKj9bmOZVA/ETw3T6/jkY2tukdaueRmTel+AiBDfR/a9jTZVzwOsvmdCnePIJC9aRdCn/rNYMMiuo9JmA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.11.0-canary-20260625173512","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.11.0-canary-20260625173512.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f5ab47e6dffdc8983ce218b8c37b8352/solana-plugin-core-6.11.0-canary-20260625173512.tgz","_integrity":"sha512-HSUHQjOhOJNA1YS5RmG1bbX1TD2VhYSNYDeGXiZnqaePNbROdWtL6YUl40Q0iSgPliP25QIDG3OohdRaeCtq5g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.11.0-canary-20260625173512_1782409107003_0.6277182045549543","host":"s3://npm-registry-packages-npm-production"}},"6.11.0-canary-20260625180053":{"name":"@solana/plugin-core","version":"6.11.0-canary-20260625180053","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.11.0-canary-20260625180053","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a0651ceb7d69a073357f4818c6f51e679a324c02","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.11.0-canary-20260625180053.tgz","fileCount":19,"integrity":"sha512-hQ3IV52FCv+821NuIaad/Tpy2vu5mU7gP77JgN+qeLY6l9ky2Z3yi2sQrXDB7uFD2kTcylspOdtCjXBHpQFfRw==","signatures":[{"sig":"MEUCIH0hUNVn+XU5pJYnjRAgLi/WbPtmxIcvk2VLxJLdAWgUAiEA/rCIKCs9lU4bYCMy6NsclQ6Uncfm3raTaSYJwQOnNcY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.11.0-canary-20260625180053","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.11.0-canary-20260625180053.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9d868604bf2b5d5f6be9a8f8f886549e/solana-plugin-core-6.11.0-canary-20260625180053.tgz","_integrity":"sha512-hQ3IV52FCv+821NuIaad/Tpy2vu5mU7gP77JgN+qeLY6l9ky2Z3yi2sQrXDB7uFD2kTcylspOdtCjXBHpQFfRw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.11.0-canary-20260625180053_1782410726185_0.44692388171795305","host":"s3://npm-registry-packages-npm-production"}},"6.11.0-canary-20260626112407":{"name":"@solana/plugin-core","version":"6.11.0-canary-20260626112407","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.11.0-canary-20260626112407","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"12acac26fe005f401ebcf4fe640c2588fe450780","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.11.0-canary-20260626112407.tgz","fileCount":19,"integrity":"sha512-wa2oYxuPKKVDgAQhjIRIxYhdBwnCdRSerSdt8GNp4K+Rx3QH3aklX13OLW1fnNv98FYD5nGzbw+oTsS1m2zLHw==","signatures":[{"sig":"MEUCIGozc+GpYyCWIb7RVlTd45b2hQ9vQFVHKze9tehfvSE4AiEA0EO8B1d/nWtNRwH5tdj4/WVE9+3d6xjGelO4x/adcyA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.11.0-canary-20260626112407","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.11.0-canary-20260626112407.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/64f8806d4cfd5a7d1bab92deb38a0970/solana-plugin-core-6.11.0-canary-20260626112407.tgz","_integrity":"sha512-wa2oYxuPKKVDgAQhjIRIxYhdBwnCdRSerSdt8GNp4K+Rx3QH3aklX13OLW1fnNv98FYD5nGzbw+oTsS1m2zLHw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.11.0-canary-20260626112407_1782473232064_0.844534739173247","host":"s3://npm-registry-packages-npm-production"}},"6.11.0-canary-20260626112506":{"name":"@solana/plugin-core","version":"6.11.0-canary-20260626112506","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@6.11.0-canary-20260626112506","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f1b0ae7f277ba28c005a86a881d501795e07ad80","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-6.11.0-canary-20260626112506.tgz","fileCount":19,"integrity":"sha512-lM+taq0b4MIVm0X2uwqtqeajqiSMImzoMudAXP0kHkW7XsFD5ZlsmcMD/mdhupBEFjrix4icG1t5ORgRYk3X3g==","signatures":[{"sig":"MEQCIBWnfyhNRy29edxJ+NJHJJf5BEr0LsU8uDAeHjDP00pSAiAN8vRtJRJXYiBq59VvEInRO5kcThhn6Q5yNvi/5hyMLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@6.11.0-canary-20260626112506","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143108},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-6.11.0-canary-20260626112506.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c6ff92085a8bb782d80c5c42a046d379/solana-plugin-core-6.11.0-canary-20260626112506.tgz","_integrity":"sha512-lM+taq0b4MIVm0X2uwqtqeajqiSMImzoMudAXP0kHkW7XsFD5ZlsmcMD/mdhupBEFjrix4icG1t5ORgRYk3X3g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_6.11.0-canary-20260626112506_1782473299447_0.06828799134668295","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626145339":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626145339","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626145339","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0378f0d60d22558725665cf4c32237bf7084ddcc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626145339.tgz","fileCount":19,"integrity":"sha512-Opk1SZ6MpBGzr2aRFRIVgse7ada+vyeuR3kmNPTTvkGz9ceF2lfuLOEfTTpbAWzfPhhlyEO6Y0b/BuMJ+di/sw==","signatures":[{"sig":"MEUCIQCM+7syRBDm+2hL4vkMU/d7gSLSAw0JHpdMyRSRK/QGoAIgSy436CR/UvKFWZ+KQpSYjJfsGMKc1Evekfz+u/dPV9I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626145339","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626145339.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/909dc2f214d4543e5a470afd65e1a54e/solana-plugin-core-7.0.0-canary-20260626145339.tgz","_integrity":"sha512-Opk1SZ6MpBGzr2aRFRIVgse7ada+vyeuR3kmNPTTvkGz9ceF2lfuLOEfTTpbAWzfPhhlyEO6Y0b/BuMJ+di/sw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626145339_1782485859059_0.04997250314610713","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626153924":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626153924","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626153924","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f29ab07f6fce8c357fc76fc75d0928f46942a04b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626153924.tgz","fileCount":19,"integrity":"sha512-+3e97RHtSBZMc6e6xNa3+hHt+K3nVnaPQ0fKCnzgZUcr9WcZzK1hKB0Ils3fS6JYJbya6kKqCftRh2idMaea9Q==","signatures":[{"sig":"MEQCIF2+MBVEuqb9N/dFBSXcih9vwwNhF4hkO5W4KLYrgEDbAiA3nEVvd7qqS1HEnGHOaVpahxxjWR1ID/+4FOKKVC/ydw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626153924","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626153924.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/671ad1b4d1b9e8bf1679e99079175a19/solana-plugin-core-7.0.0-canary-20260626153924.tgz","_integrity":"sha512-+3e97RHtSBZMc6e6xNa3+hHt+K3nVnaPQ0fKCnzgZUcr9WcZzK1hKB0Ils3fS6JYJbya6kKqCftRh2idMaea9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626153924_1782488624807_0.029488849118656013","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626155145":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626155145","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626155145","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0526d74674d2f05fcda0f423126a09d39b2a7686","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626155145.tgz","fileCount":19,"integrity":"sha512-M/V1nxfEtNi6PBpgHpoWKtyP3Z6RyENkxohYwFlAri02W6N6l1HaQDg9zYwxPHttEZ6qoEYX6cWUAVezF0K1jg==","signatures":[{"sig":"MEQCIBDw/ivIVj0irzoHHZQdtdENe9EuUF6vS+GJc8iylrZTAiA+ZfE6MdA8++yN5asj9qe8y/wazDMKCc+LBt1IROjNrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626155145","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626155145.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/11900f0bf80ed7ffdfc2153135309ef7/solana-plugin-core-7.0.0-canary-20260626155145.tgz","_integrity":"sha512-M/V1nxfEtNi6PBpgHpoWKtyP3Z6RyENkxohYwFlAri02W6N6l1HaQDg9zYwxPHttEZ6qoEYX6cWUAVezF0K1jg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626155145_1782489307693_0.11461281308676718","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626160252":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626160252","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626160252","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"13fa00f598e28ccd973e219f62a3dd1a6d9d49f0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626160252.tgz","fileCount":19,"integrity":"sha512-He5ePp//f1TFTKv0Tgd+uKAGrKhzcUMKjNlTWoncnkN8f14oRn3kj7EctobklRHaMw5SKVSR+HSlev47nLPAwg==","signatures":[{"sig":"MEYCIQDaGKP5c003dD9rZoE13o/6rSdiQPJB+JBVsKhtXpIsEQIhAMLFKIRJEtk1/1XpiGb+wq3Um8vBQnx+bC+Wk29QuqC3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626160252","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626160252.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f5c196549c9416d9a77ce4486fce456f/solana-plugin-core-7.0.0-canary-20260626160252.tgz","_integrity":"sha512-He5ePp//f1TFTKv0Tgd+uKAGrKhzcUMKjNlTWoncnkN8f14oRn3kj7EctobklRHaMw5SKVSR+HSlev47nLPAwg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626160252_1782490034123_0.8028994885326144","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626181342":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626181342","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626181342","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9d35acbde354f353aa856c150a37e6d18e1efc9c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626181342.tgz","fileCount":19,"integrity":"sha512-Du7fJXGkvg3C1lH+BCsWL2uALQvQdutTc1wi1gHJZB6SKBeZQwNtouLxYtOoNjCVn1FbL1XBBvtJOIZKtrvfiw==","signatures":[{"sig":"MEUCIGmTUXPZxsIKDFGHBeKZcPj5x297a5SSvmphBCzWMW+jAiEAqWNkj5zO6F9q1YjHCaUttFclrk4u6gBsikFMoEMAbdc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626181342","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626181342.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/33d38359bed717af95d72a6bcb04848d/solana-plugin-core-7.0.0-canary-20260626181342.tgz","_integrity":"sha512-Du7fJXGkvg3C1lH+BCsWL2uALQvQdutTc1wi1gHJZB6SKBeZQwNtouLxYtOoNjCVn1FbL1XBBvtJOIZKtrvfiw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626181342_1782497852389_0.5921664547041174","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626184919":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626184919","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626184919","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9c21471f29833b3236a6ba75f5eb64eca72b5b6e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626184919.tgz","fileCount":19,"integrity":"sha512-ru1eFNn9jl56thgt4yQvffiVLhH0uXa37CC+MM/FkwzpxJipIGs4lgs87fnOvNFOJqY7fdNccdGCRnsNaSaH/g==","signatures":[{"sig":"MEUCIQC8vkbktWFSwAew4WpRiLqheBOHfco8mgAN8M0KIJKxowIgC7oSeey2j03wC2+8vS4ceJ8O7gw6Rx+Tb9c75ygXXnc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626184919","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626184919.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/79038f8ca2b45062e6eab9e70be2ff9b/solana-plugin-core-7.0.0-canary-20260626184919.tgz","_integrity":"sha512-ru1eFNn9jl56thgt4yQvffiVLhH0uXa37CC+MM/FkwzpxJipIGs4lgs87fnOvNFOJqY7fdNccdGCRnsNaSaH/g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626184919_1782499988426_0.23094688584032497","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626190159":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626190159","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626190159","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"bf829d7ffbd9d9f52da31c30576c8ab3b141dce5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626190159.tgz","fileCount":19,"integrity":"sha512-ARow5KpaTZ8S3oIYYPZn7RqXXTqbkLKWIOZT85Lf36SIMCmBlK6wmIMJrRC396xSfOPwg5gCXw4HNoqiiMqWvQ==","signatures":[{"sig":"MEYCIQCNTsLTlSpLsgaOKaxkQ7broXNlNEPIFBn1jTrjg7yabwIhALzBm3JPb4wK54MLNIi0unECy6IIlaogMIb/p3O8ETef","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626190159","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626190159.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1894fbf8f9007e49c51233d5cfad45ec/solana-plugin-core-7.0.0-canary-20260626190159.tgz","_integrity":"sha512-ARow5KpaTZ8S3oIYYPZn7RqXXTqbkLKWIOZT85Lf36SIMCmBlK6wmIMJrRC396xSfOPwg5gCXw4HNoqiiMqWvQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626190159_1782500766570_0.5753138503689665","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626191340":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626191340","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626191340","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0241fa2ca5607d6a9e542ab707539d6aeb77a4f3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626191340.tgz","fileCount":19,"integrity":"sha512-LjS23Yl+raohP2ITycMNpJv61s3iW2KHLKDHEEUGlhkD8rO2ZZpb9RnE01cbp5uSAdRpOOPPBJl/5xZu5jHypA==","signatures":[{"sig":"MEQCIBNoWcPruGFriMNJIQCeNVzdCsxnC6ho4ujqlVO+ejc3AiBLM0lw1l9bbHetKoTXINyD5prk3s8+u9qOE9cjLEFCaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626191340","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626191340.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a8bddda2b8220ad94546cfe050da6a92/solana-plugin-core-7.0.0-canary-20260626191340.tgz","_integrity":"sha512-LjS23Yl+raohP2ITycMNpJv61s3iW2KHLKDHEEUGlhkD8rO2ZZpb9RnE01cbp5uSAdRpOOPPBJl/5xZu5jHypA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626191340_1782501462136_0.3902202200397251","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626192438":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626192438","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626192438","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e4e6adb4981531943fd1708bca7eda1e583af899","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626192438.tgz","fileCount":19,"integrity":"sha512-4z8tkMBwKeZfzGs5orlrBZ8QUFnZ/jN9pl+4ZkLEIAJb4jeaODcDcHSwAPOkhilyauF1ZrY7WDvatuqByslzyw==","signatures":[{"sig":"MEUCIQCb96D2W6gADqihKDIp7/uCVkDPhIXjA3nqJ7Tl0zTkZgIgQQ41fSwvM2Ml/W6VUi+yieRlfF5NeMxvagDWEoh6ij0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626192438","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626192438.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f28598b4a8a6f13f683134804ed1063b/solana-plugin-core-7.0.0-canary-20260626192438.tgz","_integrity":"sha512-4z8tkMBwKeZfzGs5orlrBZ8QUFnZ/jN9pl+4ZkLEIAJb4jeaODcDcHSwAPOkhilyauF1ZrY7WDvatuqByslzyw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626192438_1782502086693_0.6142087816331185","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626193642":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626193642","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626193642","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"216318e071483c9eef2b4e64794a31ba3a83b7b2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626193642.tgz","fileCount":19,"integrity":"sha512-BCS4RMkbfgEauxiSzSIscN/aOZpcvFIulr9euEpzXjMgE8uLZyRS4WsyMklgYkVmUNoWTm7ndWy1asabNKYvxg==","signatures":[{"sig":"MEYCIQCsm7ij3CmgxlrO3t0bzZ8Lpvg9F2eBoVr1J5JgG4u1iQIhAKeA72fJKwoaII18shwwR0PHjpcvoNEzaCOi/mWVBtnA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626193642","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626193642.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c231815ff566d7a671938d7835ae885e/solana-plugin-core-7.0.0-canary-20260626193642.tgz","_integrity":"sha512-BCS4RMkbfgEauxiSzSIscN/aOZpcvFIulr9euEpzXjMgE8uLZyRS4WsyMklgYkVmUNoWTm7ndWy1asabNKYvxg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626193642_1782502835503_0.8815689892641667","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626194833":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626194833","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626194833","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5dadfd487b916d95950b823a1db5f33762ba9b86","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626194833.tgz","fileCount":19,"integrity":"sha512-WO1QKu0Cb/MdjYragKafw5p9d1VfbK4FPo0+CijzLo0ycvrN0GMzlqbXtsnAYQsUJ2mPxy4jimW35v43Jh0Dxw==","signatures":[{"sig":"MEQCIAIUvdRumASqnXzwg5dLG4Pff8dVEh9t3NUV+FL6V7vIAiA0f4bwdMP1Siog0ZEDM8hL4JW6okOacnuI8PTLq9tuNw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626194833","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626194833.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4da522fada8678dea11465d66465cd97/solana-plugin-core-7.0.0-canary-20260626194833.tgz","_integrity":"sha512-WO1QKu0Cb/MdjYragKafw5p9d1VfbK4FPo0+CijzLo0ycvrN0GMzlqbXtsnAYQsUJ2mPxy4jimW35v43Jh0Dxw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626194833_1782503543455_0.22742340738564026","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260626203936":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260626203936","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260626203936","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1ce0fa43b6016d9866286ed099bf6e595eaf0097","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260626203936.tgz","fileCount":19,"integrity":"sha512-Sqr6AHZpQgBnDXSI+DMCDrQFHezPmgd4sk98GRdNguavpnhfgQnbl+n6TM/jDEQdO0cNDoGLiZIFDOxQbSX9HQ==","signatures":[{"sig":"MEYCIQDbbf4FrKA2ZbYflen2KgImTdSOW8gmeZxL6uzFG93YlgIhAIUf3Wg2xuPEQvCSiISznV/zfwnKTAdYLbqv8n1RKfIt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260626203936","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260626203936.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9502d5104bf50e40ad3096d79b8386cf/solana-plugin-core-7.0.0-canary-20260626203936.tgz","_integrity":"sha512-Sqr6AHZpQgBnDXSI+DMCDrQFHezPmgd4sk98GRdNguavpnhfgQnbl+n6TM/jDEQdO0cNDoGLiZIFDOxQbSX9HQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260626203936_1782506580656_0.48604779723401514","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260629121139":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260629121139","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260629121139","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"90517bf751171e30b151f86db2ba3fa63ba63863","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260629121139.tgz","fileCount":19,"integrity":"sha512-6gqsxLFy82hT6m2M6YOrqsmGYqiSDwuwuyblonoK+NC9gGQwa7KQbl9CQhKoXg4aABskJYkO2ZlrdUT/8yGWSQ==","signatures":[{"sig":"MEYCIQC5Q9sAlh1LUKDGJjhjVKPotQBnaCy8pC7Tmu3JwKDWZQIhAIOr6YMXFIEDWcynpPkcTrUNva2gqzObc/sL0iNLHYHh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260629121139","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260629121139.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f56ab664e3bb1c2e97b42dbcddd33c9f/solana-plugin-core-7.0.0-canary-20260629121139.tgz","_integrity":"sha512-6gqsxLFy82hT6m2M6YOrqsmGYqiSDwuwuyblonoK+NC9gGQwa7KQbl9CQhKoXg4aABskJYkO2ZlrdUT/8yGWSQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260629121139_1782735303705_0.9494924759004015","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260629132846":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260629132846","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260629132846","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b1caba33500f7f4382195f13ad48f1ca5443e4ba","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260629132846.tgz","fileCount":19,"integrity":"sha512-iqMxARaMmNcVOnpg4q83eWAcDnwcCo+GsaYUuTNizR+OvRoTzknqMZ57OMaOfAXiGKw/pFCROb1UoKhfmsBIWA==","signatures":[{"sig":"MEYCIQDqHbBxAA5yAia+7sDoLJpC9jFR5OdtyI0tnuRcM1NKuAIhAOANpi7Hv9KhlOI1tjWv5zGcHbArUEepE4A8rMBE4eMz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260629132846","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260629132846.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/62ca4bba12d7edb542a45509a0982f0f/solana-plugin-core-7.0.0-canary-20260629132846.tgz","_integrity":"sha512-iqMxARaMmNcVOnpg4q83eWAcDnwcCo+GsaYUuTNizR+OvRoTzknqMZ57OMaOfAXiGKw/pFCROb1UoKhfmsBIWA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260629132846_1782739927414_0.6664584500360875","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260629141819":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260629141819","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260629141819","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3f50883d057208851068bff1d1117e063ef65339","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260629141819.tgz","fileCount":19,"integrity":"sha512-GW9YT/XpDDVspPmoKy37qysraaNVIBzNfdEkBNrqm1FdCS55USCi4anCrUCFBvdm3nJg0qp97VyiiRG9HK049w==","signatures":[{"sig":"MEUCIEFNXO9J98bbVDouiJY5XP4K6PUn1mJuMnQqNp6ixMFPAiEAguGynwFuAJt9E3mWmysZYyG0uj9lDUrY7lGLH+kaSzw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260629141819","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260629141819.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/729cb72e09740391d7520007e8c53767/solana-plugin-core-7.0.0-canary-20260629141819.tgz","_integrity":"sha512-GW9YT/XpDDVspPmoKy37qysraaNVIBzNfdEkBNrqm1FdCS55USCi4anCrUCFBvdm3nJg0qp97VyiiRG9HK049w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260629141819_1782742905424_0.5581941056227013","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260629172020":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260629172020","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260629172020","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"767206d5f24dcc0d2d5e0556f7c765bf388bb24c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260629172020.tgz","fileCount":19,"integrity":"sha512-B25VWaMmfFmbANfbJtBTmlU3CZJ5ATUokBo82mXL5RVzKrD9W2Lubnozu7DcLYcD5GMQO0Kckqv5oSe5qBN0Ag==","signatures":[{"sig":"MEUCIQCYtTp/IJfrdkUxUVvFUqL4UgmEw1j473UnJZsl1qqtywIgBZA/JDHd9KEZ+H7nUrJy0KNYgqK4vF8SnmAgkW/0G2U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260629172020","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260629172020.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ba7138c6052d12e6d36663258efeec62/solana-plugin-core-7.0.0-canary-20260629172020.tgz","_integrity":"sha512-B25VWaMmfFmbANfbJtBTmlU3CZJ5ATUokBo82mXL5RVzKrD9W2Lubnozu7DcLYcD5GMQO0Kckqv5oSe5qBN0Ag==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260629172020_1782753850408_0.9732405894330669","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260629174025":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260629174025","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260629174025","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fe5814f5bd467a2bcb19840af6ce361b38ad0617","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260629174025.tgz","fileCount":19,"integrity":"sha512-s6AscXx89Su04TzgNGph3lWhrl0LrntxbwFUePRi1Myt3kH4rzwi78CyvLZkoQX9/jOsxmfHg9aiO+2B4ImBvg==","signatures":[{"sig":"MEUCIDNUSOg6thBFFtpXyho+E6mZL+PQ7U9E//OO49BjDQNcAiEAvvs0h5PjVan9V1Ef7Zj/4LSCcf3BwBdKTZXhEPqhh1c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260629174025","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260629174025.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6b668e8c7f133df5d0d6dcd16c3f0ce6/solana-plugin-core-7.0.0-canary-20260629174025.tgz","_integrity":"sha512-s6AscXx89Su04TzgNGph3lWhrl0LrntxbwFUePRi1Myt3kH4rzwi78CyvLZkoQX9/jOsxmfHg9aiO+2B4ImBvg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260629174025_1782755087063_0.23804496520496743","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260629180224":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260629180224","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260629180224","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0e7cfc9c38d2379e008bb8e85d583b73be1c423e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260629180224.tgz","fileCount":19,"integrity":"sha512-aKUlOqzUXaU5eOQosVwK9hkAm65DS2cWCrDTwvmDeYAs/llWu0hgOFHfoaNJym7AOiDJBfGWNntCuzHfbCT6rA==","signatures":[{"sig":"MEUCICYAp3vBXxQA45jLCPIooV9XzKFO0qQ1bWjQSyjkYau1AiEAi86WL8irN0IMoR+m9i3vGYacqfnXxZkdN6LtvbimXRk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260629180224","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260629180224.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7da8815145d53cbd470ff281bcb60d75/solana-plugin-core-7.0.0-canary-20260629180224.tgz","_integrity":"sha512-aKUlOqzUXaU5eOQosVwK9hkAm65DS2cWCrDTwvmDeYAs/llWu0hgOFHfoaNJym7AOiDJBfGWNntCuzHfbCT6rA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260629180224_1782756397473_0.2615553368634844","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260629180406":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260629180406","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260629180406","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8229b079526c6031f12f3963ee36f83810cb1df1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260629180406.tgz","fileCount":19,"integrity":"sha512-HSpRaMU2dQr5N/wbrIT1fLxf/yYJBaHuSqhLxM7tRlUq3VVHdsbdb+vshzmAEjeuMELO0Kh2gWpXauCzMur0Uw==","signatures":[{"sig":"MEUCICL9K11fec4TnixE3BZSN5kHS/ArxHKo1iYpk9zOR/7wAiEA0u5T/PrX0XhPJ8BPWu3ZzYHmBfFdjliAa8nqmliXAsA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260629180406","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260629180406.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b72b94dcf26b83ae2482e5efc2f3518b/solana-plugin-core-7.0.0-canary-20260629180406.tgz","_integrity":"sha512-HSpRaMU2dQr5N/wbrIT1fLxf/yYJBaHuSqhLxM7tRlUq3VVHdsbdb+vshzmAEjeuMELO0Kh2gWpXauCzMur0Uw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260629180406_1782756492766_0.4771902553120706","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630075708":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630075708","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630075708","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0c1c2861a718f9d682c2cc9df5f570463c5ff06e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630075708.tgz","fileCount":19,"integrity":"sha512-FPv1ORrVocHWKAh8EFQbvQwIvuppF2mar0UHnii8FYUhqPRtbgQtrzagTJ6KsUSeDexemsf7qMWkQBQM33SKHA==","signatures":[{"sig":"MEUCIQChHY/O4bHKFyKT01DDBhGC9egwhB7oGMhhZ6YmhMtAKwIgJtj8yqVNiA+PgxHN3tfeM4vjaKYYPFnLq47GxmV2u8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630075708","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630075708.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ffe05613be620451c36acf6538371147/solana-plugin-core-7.0.0-canary-20260630075708.tgz","_integrity":"sha512-FPv1ORrVocHWKAh8EFQbvQwIvuppF2mar0UHnii8FYUhqPRtbgQtrzagTJ6KsUSeDexemsf7qMWkQBQM33SKHA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630075708_1782806479260_0.5279912901218582","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630081135":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630081135","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630081135","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4a75cddc6ad809c637029cf23107bb93d407a181","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630081135.tgz","fileCount":19,"integrity":"sha512-V8CaxC/m7Gfq5RnYnAKmCZJ6QISplOG0QJOfRB7ryhoeiffam17ZDtxAuFLHDHT5ogDNEHjEflTkzgjMZUXhqw==","signatures":[{"sig":"MEUCIQD0EPEOeS9EeOdGt0aaQN6wd3Tr19B6ezBOcNfYG1TUawIgZfUP7ZZfVeEJkG5h4T9mMbnNY1O6WpfsRUgehq++OTw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630081135","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630081135.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8edf4646207833231d78cb372b3f7be7/solana-plugin-core-7.0.0-canary-20260630081135.tgz","_integrity":"sha512-V8CaxC/m7Gfq5RnYnAKmCZJ6QISplOG0QJOfRB7ryhoeiffam17ZDtxAuFLHDHT5ogDNEHjEflTkzgjMZUXhqw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630081135_1782807329323_0.618356862846571","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630082225":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630082225","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630082225","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e91f5ba4d1b8d7d5f418978da7e66048f3c07d11","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630082225.tgz","fileCount":19,"integrity":"sha512-3/JJbLM17G+znYI414itmhWYMCZnRUPFdlZkBoUUVw2dO/MR5mYV/lYDQ35xs87DZFI8Zd47hN/JBIzLRoNHBQ==","signatures":[{"sig":"MEQCIElb0FFec65HqPRvDI8Kfp2nRbu8Z+jjk/LmCvIHXbkfAiBdGgYOJwBUIyCMnEIB+QSYWojvSRq4gI+3PpHp1IYZHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630082225","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":143107},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630082225.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/87a2d6629d4b5a3f1205b360218ae21d/solana-plugin-core-7.0.0-canary-20260630082225.tgz","_integrity":"sha512-3/JJbLM17G+znYI414itmhWYMCZnRUPFdlZkBoUUVw2dO/MR5mYV/lYDQ35xs87DZFI8Zd47hN/JBIzLRoNHBQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630082225_1782807999693_0.5018414935309421","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630083350":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630083350","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630083350","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e907aa646b348bcee24220c899e48edf39b0cd08","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630083350.tgz","fileCount":19,"integrity":"sha512-5jS2hymK/dQKlJHdLRi7Ds2wRm4q0Av11hNIhmbAloehQ5cIjYHe47h84lt/DsSKK8QTN9q5nc1+mXpzPSuxQw==","signatures":[{"sig":"MEUCIF5gZ+Ir0Yr59wdBZQqrYcnYaAVMwmasX2CXnz0Pk+ZYAiEA16HtTRxyXCCfVW7LS+aWgHQ/VdlXP2Vpg7QXZuCyG0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630083350","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630083350.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c158165e95f569773112d596b498dd79/solana-plugin-core-7.0.0-canary-20260630083350.tgz","_integrity":"sha512-5jS2hymK/dQKlJHdLRi7Ds2wRm4q0Av11hNIhmbAloehQ5cIjYHe47h84lt/DsSKK8QTN9q5nc1+mXpzPSuxQw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630083350_1782808723537_0.419581966224883","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630094417":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630094417","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630094417","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8fa44bbc18bd06fb84280eec0c6573895cb615a6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630094417.tgz","fileCount":19,"integrity":"sha512-eB8ATc/gwSszJNMCXDdGq9Oz818teuaNt5zQN0+kMEjML0dEJc4vaoJlO5rvk78VsaTZLoP5zsCTJlunedua8w==","signatures":[{"sig":"MEUCIQCxRZEQ1fHxpgVkBgpAB/QMmHc99WPkwLahU42vAUUKaQIgXQxUMSE9g5tj6Yl/gyzubydH8GKMXliou3pxNGNsJ34=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630094417","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630094417.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a3e39f026429fd7d9e8209c06c7dba91/solana-plugin-core-7.0.0-canary-20260630094417.tgz","_integrity":"sha512-eB8ATc/gwSszJNMCXDdGq9Oz818teuaNt5zQN0+kMEjML0dEJc4vaoJlO5rvk78VsaTZLoP5zsCTJlunedua8w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630094417_1782812894332_0.3827390109593536","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630094500":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630094500","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630094500","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"20f144443a75d76c1668edce7582909f88d5551f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630094500.tgz","fileCount":19,"integrity":"sha512-CwFAXoIu9W7R3zapHEoWvx90wEpLpL41WyeNtY96wMrk+TTTKcJB7mCd8tmQxRWdfbTurB/631zulOl+YCx04A==","signatures":[{"sig":"MEYCIQCmNSPiOBQhAXBUGVIYfnzuNnGS7Z64A1c5q/bVZLdVvQIhAM4KhcK/oNcN6EJfdV7SiXeAhfSPB3FS/YnmTxXMfoWA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630094500","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630094500.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9dc2825b5b8cca59f260d0546badfecb/solana-plugin-core-7.0.0-canary-20260630094500.tgz","_integrity":"sha512-CwFAXoIu9W7R3zapHEoWvx90wEpLpL41WyeNtY96wMrk+TTTKcJB7mCd8tmQxRWdfbTurB/631zulOl+YCx04A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630094500_1782812955058_0.9403177266245495","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630095418":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630095418","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630095418","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8d6d14f94104eff78f6cc281a2ef4aff46952bb1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630095418.tgz","fileCount":19,"integrity":"sha512-dyQqrdygLygzFTIBxCNQVXegsED6HFefWQFkN3UYiCvsz5kjbK5lEQGOkJGGH42B+uxkncKdOkWPnP1Cz3Zhlw==","signatures":[{"sig":"MEUCIQCVs++6K8roKAEZngXaj+Ban105RtD6z+bFcfazFEm9gwIgH3V1f/kY8gOyHlgeuKcxKQn8hEpA8NbW/0EuSN7Q/lM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630095418","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630095418.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/04f2413e54e99548aec4b7b851fb6880/solana-plugin-core-7.0.0-canary-20260630095418.tgz","_integrity":"sha512-dyQqrdygLygzFTIBxCNQVXegsED6HFefWQFkN3UYiCvsz5kjbK5lEQGOkJGGH42B+uxkncKdOkWPnP1Cz3Zhlw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630095418_1782813500994_0.12082160975769418","host":"s3://npm-registry-packages-npm-production"}},"7.0.0-canary-20260630104357":{"name":"@solana/plugin-core","version":"7.0.0-canary-20260630104357","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0-canary-20260630104357","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"57e3a95e7998f00db63a5637ccd25ce30f7f9781","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0-canary-20260630104357.tgz","fileCount":19,"integrity":"sha512-v6lYAuQ0gFF/aajLyLIqdxNjFK/PBOxjXCCs5C7lnXcT7sxHSIlGRIx7N4JlHdaK2Cb3RDT4LCQZEAOn5hU+jA==","signatures":[{"sig":"MEUCIAmGSetPuASYol7t3fRU2qgDRbA6099zaRVAIjldM5ZVAiEA7td1mleLekxSkTSwfCAyeeu0C003A4XTFz/bFcjYJbg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0-canary-20260630104357","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.0-canary-20260630104357.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9dc40ba690c5e40c3763fd81f7ca4f60/solana-plugin-core-7.0.0-canary-20260630104357.tgz","_integrity":"sha512-v6lYAuQ0gFF/aajLyLIqdxNjFK/PBOxjXCCs5C7lnXcT7sxHSIlGRIx7N4JlHdaK2Cb3RDT4LCQZEAOn5hU+jA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0-canary-20260630104357_1782816507809_0.630908198877806","host":"s3://npm-registry-packages-npm-production"}},"7.0.0":{"name":"@solana/plugin-core","version":"7.0.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.0.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4dcec4ae5bc67676d97f2130bc4614c6ad0d3b7e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.0.0.tgz","fileCount":19,"integrity":"sha512-EwTUfOGoQQ3aXooRlQFVbk+sJW7NqJl1K+bmSLiJUjaBTSqtbr3GtMu7aoybJqzZQKjOGSG4Hn0BzK24SvWy3A==","signatures":[{"sig":"MEQCIGC6Cc1phnC6vSwUd9SrnzDoEQtOE38HpotpRDnqBV2mAiAc14qdybUhY5foO8Q/fLdccsf2xtOENe9bNAZ6zsJtuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141352},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.0.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7355bfd1704413df07d7d2d44a2b3825/solana-plugin-core-7.0.0.tgz","_integrity":"sha512-EwTUfOGoQQ3aXooRlQFVbk+sJW7NqJl1K+bmSLiJUjaBTSqtbr3GtMu7aoybJqzZQKjOGSG4Hn0BzK24SvWy3A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.13.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.17.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.0.0_1782819219907_0.812717458882144","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260713121915":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260713121915","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260713121915","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b10db638f88a160727871612091fbdbf8a9cbb7d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260713121915.tgz","fileCount":19,"integrity":"sha512-nGf6YsyfRnFvjllopqjlTBv5VnhjQIDrHzIf25GDrlm8ZyZuIMzME9Qp+OIBT2DolcEUrZh95GtMxit7xN8W8Q==","signatures":[{"sig":"MEUCIQDqNgkRKeJZjkGz36m5xj8IpKuhGHb6ZB8hE0kPRSA7zgIgQp2Pq1RbLyMUFO8ZUMPxCR2CxXcZgccQJOoTkZ6iZBY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260713121915","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260713121915.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5ab271ddbe9740c3634a61fb083a4f8b/solana-plugin-core-8.0.0-canary-20260713121915.tgz","_integrity":"sha512-nGf6YsyfRnFvjllopqjlTBv5VnhjQIDrHzIf25GDrlm8ZyZuIMzME9Qp+OIBT2DolcEUrZh95GtMxit7xN8W8Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260713121915_1783945368889_0.3920016312728969","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260713122432":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260713122432","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260713122432","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9797d8a924a18d042620a544f8f9210a87fb26ac","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260713122432.tgz","fileCount":19,"integrity":"sha512-UL4gfJ8gxDygJjO8BP+NRnDvf7K1q2mbhU4B1/7DmGdyNjo8AgNRIom56edkR06zEtHg+Ya8TNrjSKkB2s8eoQ==","signatures":[{"sig":"MEUCIHvqvFajZ3brGGmo3qRLn8K+CWt3zOxF45lWRsrPlo2iAiEA3VpoQaFolpZqnHSVKapsBPv3G6Gpg2CV/wF36C0iMDE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260713122432","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260713122432.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/dcabbeea684c1e5f1402bc2cfaf169b6/solana-plugin-core-8.0.0-canary-20260713122432.tgz","_integrity":"sha512-UL4gfJ8gxDygJjO8BP+NRnDvf7K1q2mbhU4B1/7DmGdyNjo8AgNRIom56edkR06zEtHg+Ya8TNrjSKkB2s8eoQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260713122432_1783945707680_0.907247476531376","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260713122613":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260713122613","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260713122613","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7873741df1d5faf1f9d28d53d1a675485851201d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260713122613.tgz","fileCount":19,"integrity":"sha512-PD+oOj4ezEmRuc388npfS2EwIHnZq8thOcBA7uAJduYwvRL/t8DxCQHuWRiAQUIRbfoLf51NRYBiThXi+2uBWg==","signatures":[{"sig":"MEYCIQCLRqK2lzr8NNu6GHqDZhPfyAltGn+f3yvsrJAspfBPeAIhALosGE8g0eKGWTBjfqQwoi3G/Zk9j/KvV1z8rcBEYFqn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260713122613","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260713122613.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c1c29298808ef0855a2c6bae762d96b7/solana-plugin-core-8.0.0-canary-20260713122613.tgz","_integrity":"sha512-PD+oOj4ezEmRuc388npfS2EwIHnZq8thOcBA7uAJduYwvRL/t8DxCQHuWRiAQUIRbfoLf51NRYBiThXi+2uBWg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260713122613_1783945774880_0.8439262387708","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260713122650":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260713122650","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260713122650","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2d06f0e985ab55a04d41b4d4a7296882f26ffebb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260713122650.tgz","fileCount":19,"integrity":"sha512-rBgokfgfCfLhaH6ptl9Nbik78a7pIbbuZ80xzEfZgRp70iykc9L+6RCCx+zGJXMMVJKz578a3zf4xM+aEmXmjQ==","signatures":[{"sig":"MEUCIDDSVU/AAprkkVoL3h3NG8kzKTZ3a7kx3W2ldXjH6IJCAiEA823K3iw0hw4C1GtPZD8mufxjGcONFgJ3Om87x8N5qO8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260713122650","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260713122650.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/865de51a478206e4ceffa61bc3b24741/solana-plugin-core-8.0.0-canary-20260713122650.tgz","_integrity":"sha512-rBgokfgfCfLhaH6ptl9Nbik78a7pIbbuZ80xzEfZgRp70iykc9L+6RCCx+zGJXMMVJKz578a3zf4xM+aEmXmjQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260713122650_1783945810964_0.6420528958445151","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260713125308":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260713125308","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260713125308","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f14a4cc01a7c82fb9d2a7e41b7abd8f7dda3a931","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260713125308.tgz","fileCount":19,"integrity":"sha512-AQ3tpeV/mCVKSPZHQ/h0MLrDqreOGr+tdnxpV2naowVQnpzIszNGNgWN3zWRW/nBmvJ5CWffKX7D2Q5fjclDPw==","signatures":[{"sig":"MEUCIAK2l39b+vpKnLSIkv4jCfC8l4bYV7rj626LFcBSI/o4AiEAqWYOJFuV17NxBII5XbMbazXqYS30EkcjypjA1EhmA/4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260713125308","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260713125308.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/91fac83e5c5bca9648885d5384d1645f/solana-plugin-core-8.0.0-canary-20260713125308.tgz","_integrity":"sha512-AQ3tpeV/mCVKSPZHQ/h0MLrDqreOGr+tdnxpV2naowVQnpzIszNGNgWN3zWRW/nBmvJ5CWffKX7D2Q5fjclDPw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260713125308_1783947398753_0.7328503451930577","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260713145338":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260713145338","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260713145338","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"711a1fef1ca94e2547c8113f0d2121a07f755a1a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260713145338.tgz","fileCount":19,"integrity":"sha512-FcyjJJgfJfwVYVzW4g9xJHnbGdYsy5ClF5MmtzMmM4uOnFQ5rJ49xVyKm0YhkDOHctM/FNBkHWfoYq0lNrOKzA==","signatures":[{"sig":"MEQCIGuLZRAkvmUXVaWauvkisQaT+YNdiqujikS6vOsAsFPyAiAlr82hYC2dRO8Z4rpxo3oGIOcCj2/JGP10SE6wDVtyeg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260713145338","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260713145338.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7bc345673085f8a6301b679981fa8db6/solana-plugin-core-8.0.0-canary-20260713145338.tgz","_integrity":"sha512-FcyjJJgfJfwVYVzW4g9xJHnbGdYsy5ClF5MmtzMmM4uOnFQ5rJ49xVyKm0YhkDOHctM/FNBkHWfoYq0lNrOKzA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260713145338_1783954683183_0.8450124701976813","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260713145801":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260713145801","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260713145801","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7b94e3b279bc0bb2badb51f516b1404439f096e3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260713145801.tgz","fileCount":19,"integrity":"sha512-Ayx944n+IEeZaUu7i/nl7lDju6p7EAnh74QY68GbBLfGekIwxAzBH1RoBCedZh2bVlDaoijiu+vtbO61tdlbLA==","signatures":[{"sig":"MEYCIQDVI2FuoZo7IkX9k2mWQ73FDTAmqaN/05S5NhA1d0JkxgIhAJBr8PjCEi9CkihTmwWe9Jg0mbGfxTxt74+/a/qaPClD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260713145801","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260713145801.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e399a64896d83acb8a3690558d655df8/solana-plugin-core-8.0.0-canary-20260713145801.tgz","_integrity":"sha512-Ayx944n+IEeZaUu7i/nl7lDju6p7EAnh74QY68GbBLfGekIwxAzBH1RoBCedZh2bVlDaoijiu+vtbO61tdlbLA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260713145801_1783954930917_0.20447757079510653","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260714083345":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260714083345","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260714083345","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f6dba8fa452ef2001008f211d2652ba06e4a6eee","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260714083345.tgz","fileCount":19,"integrity":"sha512-lPoSh4MFnnX2rLs8XtpqY03cRc8XD4ANVBGJVr1h0o0fDOr3tSmmelrvZpXU7Nnmo8VorwfBSQbETTlYqGtfkQ==","signatures":[{"sig":"MEUCIC4dVEGRVu08Uddi1v6rtBOQOOL7m5x6wIo5Q0Wu2mHhAiEAo2UCKgqizJbJcnBiy5Zlxzi6O8SZgP5NJAwurhEyV+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260714083345","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260714083345.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6611802f44bc8e2ee1d080261b336dfe/solana-plugin-core-8.0.0-canary-20260714083345.tgz","_integrity":"sha512-lPoSh4MFnnX2rLs8XtpqY03cRc8XD4ANVBGJVr1h0o0fDOr3tSmmelrvZpXU7Nnmo8VorwfBSQbETTlYqGtfkQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260714083345_1784018184749_0.8729646989729554","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260714083314":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260714083314","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260714083314","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"566d20c7ba1bb18383d89edcfcd5d88fb1ba9389","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260714083314.tgz","fileCount":19,"integrity":"sha512-TEmUehtFrmNGF3MHAcrG0kwMB12WcoCyNqEgpr2Yg0JvBxhMy71o1t0f3NCrzlweysCQIsPKwfALVHk4CtsgyQ==","signatures":[{"sig":"MEUCIQCejstMa7RsVJCUe+XckXXbI4trhSbi1h3IKHi4qa0pFAIgLwKVcOFvfnkpC19MOCcpe49eyPuJ1F0fjLIR4qVj8VM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260714083314","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260714083314.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a3e4d4eca5a4b2c04d04e40611e72767/solana-plugin-core-8.0.0-canary-20260714083314.tgz","_integrity":"sha512-TEmUehtFrmNGF3MHAcrG0kwMB12WcoCyNqEgpr2Yg0JvBxhMy71o1t0f3NCrzlweysCQIsPKwfALVHk4CtsgyQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260714083314_1784018189984_0.2203117419943208","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260715083226":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260715083226","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260715083226","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8eb69328a6ca4734560fc5c8ac240c3feece5cb8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260715083226.tgz","fileCount":19,"integrity":"sha512-q3uwLmJgyafIAfW1RdVd3n5/QxMupNOabI/1d/WtPN8pTO778WihfsC3I3IUvmVciW0QG6K9GK6icJNumUcS3g==","signatures":[{"sig":"MEUCIFaRibZhyqD2va/jkvdT0ybRylwFXQRcEUd8H9p00oIeAiEAvcv89prrmfFscBrUQZZXe2Ls5dCNaQqIhShHriIF7Vg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260715083226","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260715083226.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/43eedd56dd5a38f11b4624552ff3d726/solana-plugin-core-8.0.0-canary-20260715083226.tgz","_integrity":"sha512-q3uwLmJgyafIAfW1RdVd3n5/QxMupNOabI/1d/WtPN8pTO778WihfsC3I3IUvmVciW0QG6K9GK6icJNumUcS3g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260715083226_1784104624174_0.8254816591686094","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260715084125":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260715084125","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260715084125","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"46b618f880d8313c5ecb066afe1571afee3b6145","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260715084125.tgz","fileCount":19,"integrity":"sha512-qz24cVm9GDZQ+fdalSQgngKSX8N9SB9Lbo1EMPaCPD+fNxIuNMK3ZPbnkjkxwOvHPl/dGBOd2uzAbcvJ0hG7XA==","signatures":[{"sig":"MEYCIQD6JAvJVRhqHHRm+MJvZZxoGgd8fcLHVgVzDnt+bhGD8QIhAMIk8JW1i7S6N0gJORfnldRSNmIA0A/fsatmKN7TZtnD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260715084125","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260715084125.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8dd99217539c3004c684bfaab5603dc2/solana-plugin-core-8.0.0-canary-20260715084125.tgz","_integrity":"sha512-qz24cVm9GDZQ+fdalSQgngKSX8N9SB9Lbo1EMPaCPD+fNxIuNMK3ZPbnkjkxwOvHPl/dGBOd2uzAbcvJ0hG7XA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260715084125_1784105107720_0.7426731014489072","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260716145129":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260716145129","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260716145129","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"392eda413b0ba5e9db0a7c2024a9c8d289e13292","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260716145129.tgz","fileCount":19,"integrity":"sha512-81fIqxzxNr1OYqilEpxof5fM9rWiRcdMSncnxquysvCRyuU9MJZShPlLCtAJ98gYfqfAgx4Glcqf+XzAlcRGpQ==","signatures":[{"sig":"MEUCIGvCGYcGkzQbepKJvg48wrbE0cl8ZdUN12+yXTZnhoaHAiEAlnXdrKXhCRfydQikAa7uN+Dupy5BuSivOqgs9m4GzHw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260716145129","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260716145129.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c1dc79318d732b59e7fd58762bb687f5/solana-plugin-core-8.0.0-canary-20260716145129.tgz","_integrity":"sha512-81fIqxzxNr1OYqilEpxof5fM9rWiRcdMSncnxquysvCRyuU9MJZShPlLCtAJ98gYfqfAgx4Glcqf+XzAlcRGpQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260716145129_1784213730457_0.21174835323788588","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260720145501":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260720145501","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260720145501","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3eeed466d80e6f4437d978684bf7dbd2207d48b8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260720145501.tgz","fileCount":19,"integrity":"sha512-2iSyVSKkM6R6cWwVS09G7AZy5ZTbhQqa/lme6v9qxyLOy56UecbQVM2KL5pE/PsQaz8jWYN2PVitgscp2mMGtw==","signatures":[{"sig":"MEQCIC09/xXbTsjw1EvuY/wVKVDAsAPp4cDiFfwmytleCbpvAiApDHXYvKz6I5Ge11n3r8FSDc5aWMBgDmDJK6V22LIfAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260720145501","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260720145501.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/41c07e1c51b4af0a2830e282e8d0d3ad/solana-plugin-core-8.0.0-canary-20260720145501.tgz","_integrity":"sha512-2iSyVSKkM6R6cWwVS09G7AZy5ZTbhQqa/lme6v9qxyLOy56UecbQVM2KL5pE/PsQaz8jWYN2PVitgscp2mMGtw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260720145501_1784559502434_0.050431667207021524","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260721145211":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260721145211","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260721145211","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b5a596992043de95539da02abc74a2596c51403b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260721145211.tgz","fileCount":19,"integrity":"sha512-9mvXEJ/03myC5UL4ltHC405vdd4SfZrGqSLOl7fZ+XQgcRDRPuFCefYk75zEDP3frEjpFLGu179U6PfSTIiD5g==","signatures":[{"sig":"MEQCIEZx0veuG2Uxj2CIL0bPzNHsahS1M592SWWDtK7okQUiAiA7Ki751OWuA+lV0PVnfBLSQKkpcMI5j0PN9dyEEMsC3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260721145211","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260721145211.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e286ed8a8af501c7666e60523dfd1ec1/solana-plugin-core-8.0.0-canary-20260721145211.tgz","_integrity":"sha512-9mvXEJ/03myC5UL4ltHC405vdd4SfZrGqSLOl7fZ+XQgcRDRPuFCefYk75zEDP3frEjpFLGu179U6PfSTIiD5g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260721145211_1784645773560_0.6259034240914607","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260724145330":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260724145330","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260724145330","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e4a8f858fe5a75898ced07ea8d674e02c4cc33b9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260724145330.tgz","fileCount":19,"integrity":"sha512-j4+xZxUIM7S5Jy8g4BRPGnpHShYBws/fE+vCIgjLoKAE62+09le+8AnY7p5NRdmAfogPggp1wDryXDS4C6+Hmg==","signatures":[{"sig":"MEUCIQC1mP4a5z9ubmr8GFo29U4p4CwJMvc9cSnbRM7BdIefRAIgNiFJh4lg+rjJDy4MyrmCL1SFFI+y6cSGMPM46JAexIQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCpQp5B4bpiwTxjWCMVbRgBPXh2rI7+GgDcm0xPCUJ5UQIgaj4urKUisLakHRXnaX0Lq+cs+aTRvRHNUAoz1dAnPHI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260724145330","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260724145330.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/17712754b5554a3cb3378753d9284af7/solana-plugin-core-8.0.0-canary-20260724145330.tgz","_integrity":"sha512-j4+xZxUIM7S5Jy8g4BRPGnpHShYBws/fE+vCIgjLoKAE62+09le+8AnY7p5NRdmAfogPggp1wDryXDS4C6+Hmg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260724145330_1784905069502_0.42834398561871345","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260724151329":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260724151329","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260724151329","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"86410d880de7079450f8a6da053360477ccf9dda","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260724151329.tgz","fileCount":19,"integrity":"sha512-htFaq17ec31VKZ9hvYCsKEPCb6dZu7kBVwNAhaU4NcQ1chtKueug4bfn5aLElXonl9PNv3CZ4AhBd3n4RsXC1Q==","signatures":[{"sig":"MEQCIHJEn3DzMnZj2xBTVFRow9VFzO2V7FqsJfWQ3bbppGQTAiBE+oZpeviB81HRzDTGeml0ecRFia0I5Iya7ZWW+6Tv1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIBvQjZH9E0SxJf7i0GBnWjSmJ2D3tzt9IvuwLOie0d/kAiEAuLvaVNZmA9NYB9Hghsi3Bfj3TppUO6bzQy1jWDBW3BY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260724151329","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260724151329.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/28bbaabc0482687640b2f04022a1e746/solana-plugin-core-8.0.0-canary-20260724151329.tgz","_integrity":"sha512-htFaq17ec31VKZ9hvYCsKEPCb6dZu7kBVwNAhaU4NcQ1chtKueug4bfn5aLElXonl9PNv3CZ4AhBd3n4RsXC1Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260724151329_1784906214456_0.8381772916183297","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260727082657":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260727082657","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260727082657","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"722e7814dd2af13d42ff2cfeeb134a851c795f56","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260727082657.tgz","fileCount":19,"integrity":"sha512-wRqUFW4JOBqziuj7bCSCvTsNso3BZXacNbdgR0a26/G4u/3+HdWR7gG/0Eq1mMMf4wh8w52aeygvtChV3TcENA==","signatures":[{"sig":"MEUCIQDsZ54SwMRT19+V1a+zn/1tVuK0Ljug77oPFY+8baL7+wIgEgmyViS8J2evl7HqbPeqhkf4NCuqvNptoZCogQHXULk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDq0gmT/DgNd+zrKNBggTWEDpQg56j6hQLH6inuoHTrcgIhAL+UWEY3VSOlB8LX+hAI8QnDCVQiu9x7K3mf77gG+d66","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260727082657","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260727082657.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b389fed863e2aa8cfeb6d5d6a611025a/solana-plugin-core-8.0.0-canary-20260727082657.tgz","_integrity":"sha512-wRqUFW4JOBqziuj7bCSCvTsNso3BZXacNbdgR0a26/G4u/3+HdWR7gG/0Eq1mMMf4wh8w52aeygvtChV3TcENA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260727082657_1785141043975_0.3221634489250804","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260727083025":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260727083025","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260727083025","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"df3a6e48caa4a55733099e29fccd4de886c97425","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260727083025.tgz","fileCount":19,"integrity":"sha512-5ozlGAnFg4GEbj5NF+rA3oqxVAytx/x31QMTPfNJ5uQedg5bLncsjiGfAeY+QXfy8K93ISpFFxHlXdpKeaJwdQ==","signatures":[{"sig":"MEUCIBVREFlefpHq9m+8AXiKCIUmYE/1NVUP9vVHyngdSPqUAiEAzklBWNCqMt5IucW4g0c1Hw/dc92fv6rFQmdI/Sp94U0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIHOXa4KumimcHNVd233bUGNa/0XjY+XORwH+p2fZjfEYAiEAwSUJxsJxQxqTgMW+xGe0p5r4cHvtveyMwFdPmtO9plI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260727083025","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260727083025.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3194b8e4c3fc3e356819f716b7b32c8e/solana-plugin-core-8.0.0-canary-20260727083025.tgz","_integrity":"sha512-5ozlGAnFg4GEbj5NF+rA3oqxVAytx/x31QMTPfNJ5uQedg5bLncsjiGfAeY+QXfy8K93ISpFFxHlXdpKeaJwdQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260727083025_1785141229943_0.4746500486660892","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260727084454":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260727084454","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260727084454","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"946cb052d345732133caad808f0e9307e69ab3e0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260727084454.tgz","fileCount":19,"integrity":"sha512-7GcbM+MIPPaN75TfyMADDCVqFf1LUTuM/XOZSXX/wLHaWgh3WiwDSxMcWlYeQ/b6iD0EJd2yI4Of8FPOnLYJ7w==","signatures":[{"sig":"MEUCID8igGl6I/ARzi2A8v8Y2CyeKUdA22ZCpNBl5xVbhJsPAiEAyXr/fTRt7GtAngStRT/+Hkc9gvL175VmA7f9fWGGkGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDeM34v5hPcw8qSNu27aTjrT6b4ZGy1kTx8R00j8rhDZwIhAPXbsU270UCBO7V0pVEeZkEMr6wHZD5WKfQP/exe34Le","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260727084454","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260727084454.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b04afecebeb93dc2cf27ef9b6ffc121a/solana-plugin-core-8.0.0-canary-20260727084454.tgz","_integrity":"sha512-7GcbM+MIPPaN75TfyMADDCVqFf1LUTuM/XOZSXX/wLHaWgh3WiwDSxMcWlYeQ/b6iD0EJd2yI4Of8FPOnLYJ7w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260727084454_1785142090117_0.7868207831099971","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260727145353":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260727145353","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260727145353","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d4a8acd2b862517f277bcb0e5199c7e53c6d855e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260727145353.tgz","fileCount":19,"integrity":"sha512-zbmd6zivd2oRJ0nrUVoeQlHCqF7txT0mj0enbVoMDJdR5AztIuhfa19DBRBrUv+RLTmiQVLLqD8D6VFx85HRSg==","signatures":[{"sig":"MEUCIQDsoxc9rYbrp8Dcs1L15cMQ/lDxedAkoB69yh7poBid4QIgUU6bxU1FgmJblH91KKZXNcXRkrUd4b0szQAV3FBVEYQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCNzP/fLQkzX6PdVstJRjWKeWET7SAkVejunNFhi2FhXwIhAOQZYhX7h0Bwg56Lwn4D9QCG5XLfjEbye33je7C7KDNZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260727145353","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260727145353.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/352db74f80ed2202654b3777c516890e/solana-plugin-core-8.0.0-canary-20260727145353.tgz","_integrity":"sha512-zbmd6zivd2oRJ0nrUVoeQlHCqF7txT0mj0enbVoMDJdR5AztIuhfa19DBRBrUv+RLTmiQVLLqD8D6VFx85HRSg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260727145353_1785164308175_0.9400739718040247","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260728082254":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260728082254","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260728082254","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"06dff5a6e4d3a9e24cc68aa207d3d6d88a281674","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260728082254.tgz","fileCount":19,"integrity":"sha512-OIq43U7VJzXHZ2xXN3qoarqoCt2p0r0ACvfWcXJzDIApREJk9l3wIJmuxod2Horxd9b+x1ZCMk9hx5FVm6JkeA==","signatures":[{"sig":"MEYCIQCVORL3ML7GTPqVH2FfgFb5ps1pPjNpLp0QtuhEe4Yh2wIhAMxmxGNxkAx9TrIEUygZyWJ3mBFVmaTnbcMkca+7d2Ic","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCKz6IKD7pwQBE1jwC9n1L8LasO7jZoZMy8z7BfZnZU6QIgCYJkp/p0EPA5Q0fxLyaZjMjeTj6J7CkxlnCsrV/SZQ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260728082254","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260728082254.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2564dfc3a236581b1fd1c06ca2e50a1a/solana-plugin-core-8.0.0-canary-20260728082254.tgz","_integrity":"sha512-OIq43U7VJzXHZ2xXN3qoarqoCt2p0r0ACvfWcXJzDIApREJk9l3wIJmuxod2Horxd9b+x1ZCMk9hx5FVm6JkeA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260728082254_1785227137905_0.965463910617915","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260729082243":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260729082243","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260729082243","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e4b280f739108a989228c990a03f2e1b5ddc4b02","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260729082243.tgz","fileCount":19,"integrity":"sha512-DHwYb5kQC/JEaVIb/Pu8hb5/bFRIqeL+t2lkCqaUGsvvS/kyXcyaByyoYRZj3eoP9hk3699ROjxaihvqEnGm4Q==","signatures":[{"sig":"MEUCIBQXirZntQaNotI0OFesUoOPk5SfmA9+cuM3hrVRYlJZAiEAgTwMJ0jabYY1u53Ono9gqtfYmXMi/mYmdaPcu6FCRuc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCZfe1hRhgiTKY8f1onroIarj3rp2WUfSw4qxBir+KprgIhAL1l2q0wMRelT0bz16SeZvN/4TOd+7NnvAcPOmD5Fq3Z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260729082243","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260729082243.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e6631559a3fd7ae9b0ac4a06a291b690/solana-plugin-core-8.0.0-canary-20260729082243.tgz","_integrity":"sha512-DHwYb5kQC/JEaVIb/Pu8hb5/bFRIqeL+t2lkCqaUGsvvS/kyXcyaByyoYRZj3eoP9hk3699ROjxaihvqEnGm4Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260729082243_1785313578677_0.031657102058810116","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260730082400":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260730082400","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260730082400","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c06d84aebc14d2115b2fff2b7c268395bc2137be","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260730082400.tgz","fileCount":19,"integrity":"sha512-uDuT62kLx+4xG2Z34/uxnAxL6bXQFGEaRLjyyydPSBriueU7ScU/QW+J4qiGK9TITAG7hYSaIgHdPrBqej+65g==","signatures":[{"sig":"MEUCIQC3M822vlVUqZDbhbTeVw4oXegWO3UcZaFh98RV6yg8nAIgStj8bdBPZhlj+2vbkATjfM/PNjW7cvLP//jdqUXL9xg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCNsHlWmLS6aevJTJB7bui5eYW0amP7A8BSeTnXYKNHjgIgEltz6Q+GojTDOjFN+vXRNTWwap3udlhG5R2Srf3AGQE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260730082400","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260730082400.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4da351b33f3d4449e8306091f7af4796/solana-plugin-core-8.0.0-canary-20260730082400.tgz","_integrity":"sha512-uDuT62kLx+4xG2Z34/uxnAxL6bXQFGEaRLjyyydPSBriueU7ScU/QW+J4qiGK9TITAG7hYSaIgHdPrBqej+65g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260730082400_1785400234864_0.5615691097136304","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260730145116":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260730145116","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260730145116","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6b8d6183acabc30405bafda7d20f051e3aff1bfd","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260730145116.tgz","fileCount":19,"integrity":"sha512-FXWIEHjj2Ia082z90QvdASrdAI1WZRYIK3X5HP9FBa1SmMJxbNF9+mJfAMZb/8dbh6YM8LSR05WAjT/v1uascA==","signatures":[{"sig":"MEYCIQDn+4wnRsYfjhnxIDZsiPiprR+x6Q2/s38cEDU6kCsvGQIhALeXmYZ+SKNBhxH0XauekvhXGIviWRfdSZu3Zod3eYbe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDmQ+u1vj9k8q/UI3NMAinTiOvjPDttP3Pur2JZphUduwIgLTcsQ9IWaHwGzweVReHJH8c3WaTCjerbqo5Gnj14Fh8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260730145116","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260730145116.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/45f1823512d074ff558d6eada4223899/solana-plugin-core-8.0.0-canary-20260730145116.tgz","_integrity":"sha512-FXWIEHjj2Ia082z90QvdASrdAI1WZRYIK3X5HP9FBa1SmMJxbNF9+mJfAMZb/8dbh6YM8LSR05WAjT/v1uascA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260730145116_1785423778677_0.8654963016670429","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260731154134":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260731154134","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260731154134","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"aa31671284d1848436d2c74d5d00273f2eb26185","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260731154134.tgz","fileCount":19,"integrity":"sha512-lbP8zSq6Wgzx/XmNqoeB5qNtfL7KrTwqB8ioYQ6/pq0op6xN8UPRyjmis+YNeGpZMwVWRrMarhWuRQXpVydRpQ==","signatures":[{"sig":"MEYCIQCBNwWkq1KvmZtrZ0ZnVlBVdpN4vHgX1QS8ukitpRsuGgIhAMMUTfGn6J7LL6m2jwiMo8UKcdkIRjU7XUjlBTco8HGf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIGW/tnyETqMVi65NgHZK53ZjSYtDct7b4j2Hy5/Q0199AiA2uWOixcZKQcBz28nCZGvU8Ggd+Fsl5B7Wc/e4qzgy4w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260731154134","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260731154134.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/995db6200e76921b67984948a7f4b369/solana-plugin-core-8.0.0-canary-20260731154134.tgz","_integrity":"sha512-lbP8zSq6Wgzx/XmNqoeB5qNtfL7KrTwqB8ioYQ6/pq0op6xN8UPRyjmis+YNeGpZMwVWRrMarhWuRQXpVydRpQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260731154134_1785512879340_0.10716903653930876","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260803145445":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260803145445","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260803145445","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ada7c9b5bd9dadda8299e66403a526bb548f794e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260803145445.tgz","fileCount":19,"integrity":"sha512-tFOxyJEwlvMPpUfNyb0FZu5hlzdS19OxA66Gpu5/GFZNZ1rm7ttkPKHKxgMJdh6TcWtcJROUmWb2QYO+zxDvJw==","signatures":[{"sig":"MEQCIBwiKU54QLZjfLaf/RwaWV0RqBnpL6HhwqEIBWWhzA/SAiBeXy/CVPltjAtOqawpqiq5pWWgpIiF+vrzOtitc2MQMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIClIThGHxyFb8mtS1V9biC485uJo2JhyrYDWp3ixjp03AiBVNkAmlow0rt2H7BlbbLtKSKHUc8inTTsHcsmevNeOcA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260803145445","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260803145445.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5d0301f6e346e87dd6a780656b11d463/solana-plugin-core-8.0.0-canary-20260803145445.tgz","_integrity":"sha512-tFOxyJEwlvMPpUfNyb0FZu5hlzdS19OxA66Gpu5/GFZNZ1rm7ttkPKHKxgMJdh6TcWtcJROUmWb2QYO+zxDvJw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260803145445_1785769402127_0.37389362537071125","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260803224602":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260803224602","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260803224602","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d8b0121e316a4016824b1a7ec074154185337cf7","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260803224602.tgz","fileCount":19,"integrity":"sha512-hD6M1ANN7r4KypCDuwwHDLONDzT0RHjjMzkmayxqTPhm5OOlJM9MOfILYeR+gBynGnFjmaTBtWYoXkF6gDCkjw==","signatures":[{"sig":"MEUCICp7biHR/k06DtmAjG5+QkKQO3Y+dAj6b/Z3TiKXJS1yAiEAxGd3JEC/8VYhLRHoEuIDq8xI0N5qCyxRhTUK/dfzG58=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIGc2QwbA0WgfT7cltGumT7726IhfJWp/gRG4vm+crejKAiEAyyzN4Ipfh0Nmk06TS88Agq+6ZFNFTqm8Cc0dJT8DXew=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260803224602","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":141374},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260803224602.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d2eaa7c98b3c841398a2a4da4d9a406b/solana-plugin-core-8.0.0-canary-20260803224602.tgz","_integrity":"sha512-hD6M1ANN7r4KypCDuwwHDLONDzT0RHjjMzkmayxqTPhm5OOlJM9MOfILYeR+gBynGnFjmaTBtWYoXkF6gDCkjw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260803224602_1785797560089_0.014144939338473161","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260804155834":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260804155834","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260804155834","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1116bae03880ce969611daec07a14ecc86aa5ad2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260804155834.tgz","fileCount":19,"integrity":"sha512-6wAkHVz5fPQyxzNDTcXJKQzZPFAQZP/kmUAV7XnMco4TPeEv6zZ+SolwiuVdO138nic6UY8JJyrbZ8wAHo4Elw==","signatures":[{"sig":"MEYCIQDdCJnZF4KFsVrjecOqyf5jJv6OZS/67+Awvor8A9QFCwIhAKmcLfseCgZ8b+zCF7fHsV3nUfZOOm4N7i3hTRDcAb5D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIAc+w73VI0R0YclLG30Of4f9gd5bUpTLUrctUq0PT5iCAiEAjWFMYCKAyb9mFjgDNGBrcIARrAcK5ARZ0QZcS9PyC2k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260804155834","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260804155834.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/68c1e4f3b6b79efd28a55efe2ec58773/solana-plugin-core-8.0.0-canary-20260804155834.tgz","_integrity":"sha512-6wAkHVz5fPQyxzNDTcXJKQzZPFAQZP/kmUAV7XnMco4TPeEv6zZ+SolwiuVdO138nic6UY8JJyrbZ8wAHo4Elw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260804155834_1785859384194_0.6420166627087642","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260804161719":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260804161719","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260804161719","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0dac24d9617d580f148b4d0373cc38db35008ab1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260804161719.tgz","fileCount":19,"integrity":"sha512-obJCatkD1knhkV/h8oqapc9F/yA6BA1sn4emSsnygtAzWc3E5AvShb0qrwbZW33Fysxa76npV/BYfQ1JJA/gOg==","signatures":[{"sig":"MEQCIDCyMbaRI1oqqUmJ1fUtoM2W8kZcvJmYiHcwxDACMiv4AiBmSWu0TP1LLfZlLtbtcATKRNaPii+1dG5FnTTumowSyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIEm9sd5v41OidVbsBu5lsBYN0UEUkBZ4KFtUCEl21OZhAiEAnFhvxZbGEKWj/YtmJuKnZYd1AgEMgaS5TfUBMe9pZL8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260804161719","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260804161719.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7907101ac5c5f3314a3f63a4c3811703/solana-plugin-core-8.0.0-canary-20260804161719.tgz","_integrity":"sha512-obJCatkD1knhkV/h8oqapc9F/yA6BA1sn4emSsnygtAzWc3E5AvShb0qrwbZW33Fysxa76npV/BYfQ1JJA/gOg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260804161719_1785860617346_0.28589219243554864","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260804171342":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260804171342","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260804171342","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"248289585470fde24aa201746d86c0e7b5b694ab","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260804171342.tgz","fileCount":19,"integrity":"sha512-BGwdAsOCUpsJNuMkl9iLLO5DsgqrXwTNMmpO2d8v0Hip3CdzlpvCLiq/8nfNdyv5ZLrpS6nfcMNyhGBITeNx8w==","signatures":[{"sig":"MEYCIQDif4Wqj2zP6CpiMHcPFzcbADDAO5iLPPljyTBBiMbD9AIhAMNkUm25gw117VU5HVL2yfv4smkM7E0/K6I+3CaLfAI3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCPjmCYIk29ON472l1xvPBRhcBB/OQ/k3obR9aGOD4Z3QIhAPFZ0KELFCAh0mCoGTu2YI473mmGuFkBP5Cy0kRxxxAJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260804171342","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260804171342.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d03005303f89517494a735741b0f67c1/solana-plugin-core-8.0.0-canary-20260804171342.tgz","_integrity":"sha512-BGwdAsOCUpsJNuMkl9iLLO5DsgqrXwTNMmpO2d8v0Hip3CdzlpvCLiq/8nfNdyv5ZLrpS6nfcMNyhGBITeNx8w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260804171342_1785864108737_0.17783059223402486","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260804175221":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260804175221","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260804175221","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4826895bc18ff38d032129e3887e873a0eb01fe6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260804175221.tgz","fileCount":19,"integrity":"sha512-gc7RhByym+7LsKStdaNbtQjBmJz9SL8q5r2g+kik7BHsZH7mc/UUMy0WNDOfzfdZ7A1IUUlWR4sPAKKTtse9QQ==","signatures":[{"sig":"MEYCIQD1EZFiR44p8kWZEfLgshvzuCBn0OP5fO35eNV7V5lZ5AIhAJBL1Ru6OAz6QrDdTReeweMdWuAUsKNh/9TIGxahLcMu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDt3y768xQJ47jJFhkq9JeIueq3rikvgonx+g4QeV6U1AIgfOZuBOT1xmO721Xjoi3xo5DhyNtcAZMYsgc990H74A8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260804175221","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260804175221.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/37fa0802f81dabdd9732866564697c80/solana-plugin-core-8.0.0-canary-20260804175221.tgz","_integrity":"sha512-gc7RhByym+7LsKStdaNbtQjBmJz9SL8q5r2g+kik7BHsZH7mc/UUMy0WNDOfzfdZ7A1IUUlWR4sPAKKTtse9QQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260804175221_1785866236950_0.6849899585872423","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260804182719":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260804182719","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260804182719","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6d447bd14d3c6db65a76c09ce6658a5a917216c3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260804182719.tgz","fileCount":19,"integrity":"sha512-LNLaaqroqnt2uXdgLTWbf4h6h5sLi3ZH4YQGWvaQuChWvYso8TmJvAtomBJUuwjc8b6ytIDLql/LLxJcRFDjOg==","signatures":[{"sig":"MEUCIFkBnFZiqDi+D1ASFufJVFT8J6PH1pb/iATwg/yd/dz3AiEApKLPz8ZTA83Bh7LGmyrbAkT3u8EThTGRbZ2ejZHaALs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCR0RGOOhFKk6lLTKPr2P/yjdP4yzezM+i1g/iqlerN/wIhAKkN6RA+jcgk7Vn+dO+hW0+92MUYUailmpYZoqZ68BYJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260804182719","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260804182719.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/094c98c7a8b20874cb55ccc6b7fe0e06/solana-plugin-core-8.0.0-canary-20260804182719.tgz","_integrity":"sha512-LNLaaqroqnt2uXdgLTWbf4h6h5sLi3ZH4YQGWvaQuChWvYso8TmJvAtomBJUuwjc8b6ytIDLql/LLxJcRFDjOg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260804182719_1785868439066_0.7805239275880815","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805074928":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805074928","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805074928","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9e7a6b58062abd580c9695f79e1ce1d813becb0c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805074928.tgz","fileCount":19,"integrity":"sha512-r4SYA9PgRlUz0Wn+ZtrGSX96+EjTZa6vJOBam/NlWImLyjdj8Nr4WhzueacxXwkkFHzTH2sFmQGYPUzyDvVUuw==","signatures":[{"sig":"MEYCIQCTXk8sPNBnA0LDVgEVom4AMn5yHncZg9KanWJQBHPkpgIhAIf3DYEe7LdLeipRSHyFP3jcNrQdNtPXHAziqHgGyqHa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDi2WOGBI9Il/Mmfnnkm7ChssDaHGsEXneCh9bnVJBtEAIgJqhxs8W7IRfPkqweX0tjNeN0QuYH1bzIJn2MZuOfExM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805074928","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805074928.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/777ffb05afb79dad26d67c369c6d19d2/solana-plugin-core-8.0.0-canary-20260805074928.tgz","_integrity":"sha512-r4SYA9PgRlUz0Wn+ZtrGSX96+EjTZa6vJOBam/NlWImLyjdj8Nr4WhzueacxXwkkFHzTH2sFmQGYPUzyDvVUuw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805074928_1785916563624_0.14293497214954876","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805080748":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805080748","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805080748","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"83076e3461076b3c7695b33856b21ace30e8fa8f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805080748.tgz","fileCount":19,"integrity":"sha512-/n1ZKo/UqwWmReahc4vL2XAd3Y7nINrewtmjbnJjqwB9ApXO+f8omXYw9Xy6x2vF0WbMB5QteM+OAXPGz3p4hA==","signatures":[{"sig":"MEYCIQCd2VRFwJf7TL2RmnMcOMrloec4l7h3e7Ofcaig4kilXgIhAP8rXmNueIBnXdC1S2TAvfbKlRSwZkbGbo9A8dBG0/bI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDPhH/R5sYV27Ek7P4s+R/Hiy0IrBPQXzHdPpFKweenrQIgIc6CM5nxyL28OHZVATfZnrNkmLClRGaT+DWmS4zxlmw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805080748","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805080748.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d9cbd7a416d87a5b2dbeafd87e753497/solana-plugin-core-8.0.0-canary-20260805080748.tgz","_integrity":"sha512-/n1ZKo/UqwWmReahc4vL2XAd3Y7nINrewtmjbnJjqwB9ApXO+f8omXYw9Xy6x2vF0WbMB5QteM+OAXPGz3p4hA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805080748_1785917544305_0.6166417901194907","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805083325":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805083325","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805083325","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"28db1068a7b5bd52fdb229a035e980b6ddc2b33a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805083325.tgz","fileCount":19,"integrity":"sha512-6eEHcXLo8QR5oZUUEvKrRfOgeEcHQBO7+ntVeNqKsdCjg67ZtoaK767U0bCaR7XhCCbPnPlGynhsVvduAph+yg==","signatures":[{"sig":"MEUCIBYSTLcgfRKILsdYPM4AAGkJXPLsnNfi/uww69nBqwhhAiEAi2S8EZZBBttT6yjcO1zjHLy/i138r+ua8VsmZ5qzaz0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIG3Xcp88P9bHA0WP2UT9oLLTo2GHAIAMjHc+ACVuHZS9AiEA82IS0B2ctwZuGu6fB6C+TQzCDo7un0WbYxseuiOm9Q0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805083325","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805083325.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/217f9518ea83ebedaa5fe89aae19b625/solana-plugin-core-8.0.0-canary-20260805083325.tgz","_integrity":"sha512-6eEHcXLo8QR5oZUUEvKrRfOgeEcHQBO7+ntVeNqKsdCjg67ZtoaK767U0bCaR7XhCCbPnPlGynhsVvduAph+yg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805083325_1785919304729_0.5108745747434968","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805165614":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805165614","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805165614","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d75149ff866991536c1c9f0b1c201f37438dc3df","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805165614.tgz","fileCount":19,"integrity":"sha512-xfedyZxaWXhtHWdH/qWTdZmweVV1DARcAZGg7Tmp5xFmPziq6SlwxklsnTgMyaEvQklVG2rfCC5MmJS27RxXSA==","signatures":[{"sig":"MEYCIQCgQw8nsmmayYbVPX+lsZDnCotFynm+Ce5FpmaLGAJYtgIhAOO9tLBq2ewg4bHTvw//9bLY0nNx3JvC7lxA4yudW13P","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIFvcZdBPYatY+DxZdDG1eQLyZXf7V81WPQvU1SSxE44RAiEAzht/AjQkoxf5FEXHdXf79Hqpy70YHj/szcQ9SWy3opA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805165614","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805165614.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c9d62c1d70037a5b7f55211037121ee8/solana-plugin-core-8.0.0-canary-20260805165614.tgz","_integrity":"sha512-xfedyZxaWXhtHWdH/qWTdZmweVV1DARcAZGg7Tmp5xFmPziq6SlwxklsnTgMyaEvQklVG2rfCC5MmJS27RxXSA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805165614_1785949308563_0.45667550198708073","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805170947":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805170947","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805170947","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cd667616f55d5d536554314fff4ac94b0faad48a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805170947.tgz","fileCount":19,"integrity":"sha512-zh1LgkjkQ33Ko8uFcLmyfLvDLJrVqHbKObJJQyBWKCaco+uTtjyu/mre10MT1gNqTe7UKwaCbh0hy1F6TRVsMQ==","signatures":[{"sig":"MEUCIQD+dmCM1YBtVchCiTkM6SbEHoi+9S2U+AGHuGtna1uB6gIgdcbMRMgHpIVV309UkKLD9TOyan+0lv5cDcGwc28TTeI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCICCuf6kEmd2NVTW9UnmfHwpdBuWu7huhrae9T/Ap2bdJAiEA7vAcwyLm0aqfzHBdCES5Fxo3ZH9xVZfiZp4oLJ5JN54=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805170947","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805170947.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/58c327fb8a6996b89f2e5369dc2f030a/solana-plugin-core-8.0.0-canary-20260805170947.tgz","_integrity":"sha512-zh1LgkjkQ33Ko8uFcLmyfLvDLJrVqHbKObJJQyBWKCaco+uTtjyu/mre10MT1gNqTe7UKwaCbh0hy1F6TRVsMQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805170947_1785950067517_0.4924291330866597","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805172253":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805172253","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805172253","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"044ddcebcd17dacb99d1d6edce61dd6ceabeef5e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805172253.tgz","fileCount":19,"integrity":"sha512-ziBACkynNWsMbpxcDzZozzSEjv4uZCdEqm/hT1iMWUu+KxH5gEjZANvIJUPdsktXJTnYWHk1yGzv2NcazZTX+g==","signatures":[{"sig":"MEUCIQDuvUFdpnuD6NecchYOWdgmmn9Cj8R4/NDATjS9xIDVFwIgUe2ckQvdQZcXByhsgd+h4tMcZVdClaLdTLWEM/HJQ5s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQC0aGmsug7tmbMRxK8RkDHcajHP6pZmJCfEKn2CLotNeQIgL7kQZ3lHYlNONxxEPaTVR0t/oD2isZPzlS4YmCWf488=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805172253","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805172253.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/df22d210b1c4cad9cc70d2fa9ff96647/solana-plugin-core-8.0.0-canary-20260805172253.tgz","_integrity":"sha512-ziBACkynNWsMbpxcDzZozzSEjv4uZCdEqm/hT1iMWUu+KxH5gEjZANvIJUPdsktXJTnYWHk1yGzv2NcazZTX+g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805172253_1785951011532_0.003287770836233106","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805182521":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805182521","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805182521","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5dc7ff5d908dcecd52019178dc7166d1cd2262e4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805182521.tgz","fileCount":19,"integrity":"sha512-KKg715yl71Zva1sIWRjVbMJs9L35DXaCUqtIQyZwdDHk8bHztv+1a21vhQPU5Y+ZHm2d5WRIr0cWhng0a1s9Fw==","signatures":[{"sig":"MEQCIA+wnjn7ZcpaHyPisDqw4ah8IzAHweDyKP6OqIEF4SOiAiB8hRlTCrWGVt+Qjz2d7yXxppuOt6f889vxJqrZlywpaQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQC/16QJtT8mhND6OeD35yL/u1C9Fxd0t7OZd2xE1hR0vwIgf9t/ju1WDSDrVbTbNi3l6Ntj6OfP2kpxkrjQlVf5RC8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805182521","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805182521.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2f1b7774cf2da2e23136687ace1574ae/solana-plugin-core-8.0.0-canary-20260805182521.tgz","_integrity":"sha512-KKg715yl71Zva1sIWRjVbMJs9L35DXaCUqtIQyZwdDHk8bHztv+1a21vhQPU5Y+ZHm2d5WRIr0cWhng0a1s9Fw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805182521_1785954651520_0.656787979360838","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805183741":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805183741","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805183741","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d15429ff6eaf7da3e7314ca1007f959ca41caad4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805183741.tgz","fileCount":19,"integrity":"sha512-uDZN+38QZwcwbpX4vo4LUplH6BAOhot2IeEKdxRuSAxtR1Vrh4XYm9Cs9pIIP09FuFLuG4kwl8Tk4eiKTo1zHw==","signatures":[{"sig":"MEUCIBaytgkQOem4wJBKelLKZgbWerytp7UsAUjg+tP2UNR7AiEAgCbPNP95RIy6dSB8u4lyobz/QXC0R67NBhEfBHxar1U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIAHeRRZeOZ6QHSJCveOyTGwmGF/Hn4fWRJJhX5VK/THjAiBcqt3Zb18wx9ahMg2uyH4zTRu3vu/W3bDWn31saR2pew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805183741","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805183741.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/49942bdcecf62ec0f762308f24f4fb7d/solana-plugin-core-8.0.0-canary-20260805183741.tgz","_integrity":"sha512-uDZN+38QZwcwbpX4vo4LUplH6BAOhot2IeEKdxRuSAxtR1Vrh4XYm9Cs9pIIP09FuFLuG4kwl8Tk4eiKTo1zHw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805183741_1785955380770_0.6113520272998805","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260805185044":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260805185044","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260805185044","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c5bf6de680c8aef230cb198723923a1bdd0d05b8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260805185044.tgz","fileCount":19,"integrity":"sha512-NARvUCqz/5Kzr3GqOz187IaS9mRcJm916/mDfjDg10q3uXbxYWMGbBKPbvigD5vC6ZWRnaGvifDxmfnhtL0fIg==","signatures":[{"sig":"MEUCIH/b69aluz8xnK8EbqyKULme7t8hL+hWXHXFNm4azpexAiEAszL/r3RTjkTfRxujHwqyEWXgsAmja6sRRlWGusOXokk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDIrLGr8QOTHX6VTpI6wnGZFMr+id53lVkLrMTVfAH+OwIhALZivh/TuaP56KksJphlQs9mMlaKJddXw+jZBrlS6JSJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260805185044","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260805185044.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/99a0825dbcf629ed6e6aff1d0aaa38ab/solana-plugin-core-8.0.0-canary-20260805185044.tgz","_integrity":"sha512-NARvUCqz/5Kzr3GqOz187IaS9mRcJm916/mDfjDg10q3uXbxYWMGbBKPbvigD5vC6ZWRnaGvifDxmfnhtL0fIg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260805185044_1785956267360_0.5619614257004382","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260806083718":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260806083718","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260806083718","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"bbfee8aaaa48e678272a32e944ae41550d0cf534","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260806083718.tgz","fileCount":19,"integrity":"sha512-Rm+yMa95i6y+awK8AvlRWMWbh8pBy2bfG2G3t+QjHiW8Ol75QX7Gd/mkvMbYXxZnXQc3lgoe56X1Dwrph4EWAA==","signatures":[{"sig":"MEUCIQDxOLU7mZPBdO4oKxr1xk+f8cyZbnQMWwpWJXMHZ+ZghgIgeUg+cNMpNnhZdJF9g9ua2MkhtZhbVaJj/qyDXduiReE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDWY7FkzLqkfOz2Oq+pTI3ZBXt9RYMweuF1bQbwg7MD0gIgGYSHrR+ehShr4SnUWhTivzuNgJI0lAgI9qNPLEzqeyc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260806083718","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260806083718.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/03289d58a9147146be5f3c6804d46dfe/solana-plugin-core-8.0.0-canary-20260806083718.tgz","_integrity":"sha512-Rm+yMa95i6y+awK8AvlRWMWbh8pBy2bfG2G3t+QjHiW8Ol75QX7Gd/mkvMbYXxZnXQc3lgoe56X1Dwrph4EWAA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260806083718_1786005665911_0.23848276993306095","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260806085056":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260806085056","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260806085056","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"62992c6767c63e3d62250a0237c5c1605cc182de","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260806085056.tgz","fileCount":19,"integrity":"sha512-777at9OM4BU9EEhA/MBv3gQeJP5NM6v1BUkk5Z3Ul+6uOcQCr3Xst6cYP6q+pRcgRVnkAJmFgsR0GvvknQBSIA==","signatures":[{"sig":"MEYCIQCIMPMQc5Xa9VReZD5RKC1j/c6VvlhwIP/QigH/czaXgwIhAIJUXt7wx6/FO1RAnfPIR7GuOYeY5Mbm7JMGBHrVF98d","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQD8gMZnVv9VWm4IF/2nxMdkA6s3kfvhK1XJfTmKE5Yy8wIhAM03hBvRys4rDf7SQB+XpGANHl4w/2dDbrsN8cyiuJU2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260806085056","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260806085056.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/30cde78f7a9f39c9ed19b3b04229f9bd/solana-plugin-core-8.0.0-canary-20260806085056.tgz","_integrity":"sha512-777at9OM4BU9EEhA/MBv3gQeJP5NM6v1BUkk5Z3Ul+6uOcQCr3Xst6cYP6q+pRcgRVnkAJmFgsR0GvvknQBSIA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260806085056_1786006576403_0.42689628316806916","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260806145328":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260806145328","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260806145328","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0600f0108add674de6bd34a6f0018dae669f0449","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260806145328.tgz","fileCount":19,"integrity":"sha512-n5W/OMDIWJsITe0/w7jMo5JO6yEsuQHulXd4+mbKIGFT6HFxAOUEnvWmkRmU66Y9RBeVE0sbF6ipH371+iq2VQ==","signatures":[{"sig":"MEUCIQC7WFuPpFB/GzbmXkbvSkm/cZBofSj8igE9UxFIoQEPIgIgRLG4EV7bOj8wYG85xQbzfJR2IANBcL9OGbNmjKye12Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDYiFvpddZxUIB0qfmlNza2CCCzeBz6EpvoXI/sPBHypAIgNMahYQqVQdroseLNVck1jlT0/1DFR1szNyegddolsss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260806145328","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260806145328.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/478e2d2e239e78420eaaaee5efaa2064/solana-plugin-core-8.0.0-canary-20260806145328.tgz","_integrity":"sha512-n5W/OMDIWJsITe0/w7jMo5JO6yEsuQHulXd4+mbKIGFT6HFxAOUEnvWmkRmU66Y9RBeVE0sbF6ipH371+iq2VQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260806145328_1786028868936_0.8092926119596691","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260806145224":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260806145224","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260806145224","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"09cc95f7efce0c56d3789af671819887c3006d62","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260806145224.tgz","fileCount":19,"integrity":"sha512-X2F5ZiY29Qz/D92PrX3yufdQg9wZ2l0p72TcP7LUp9/iKk6a6sFdSc/ILEcPGTxzHLj6V6zVxslZp9I9J2iDmA==","signatures":[{"sig":"MEUCIQC+TArDokjfg69y8xvdKhNCJ8ir6TdnH1lHhPfMru4CCwIgYLGi7fx/0lGVZp0EGPKR1HZU+EXKFV7LFTrOpaeLoDo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIAnEb6jrqOGv3rTCjlyeNqmuXa0hy3d8ctkjM98Qe283AiAhYcBoiQUW5UJNBsKiQ+SEkmQFUeuze7R8+aqSMSO4fA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260806145224","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260806145224.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2f3a2c436eb06c2f7632bca80a91beae/solana-plugin-core-8.0.0-canary-20260806145224.tgz","_integrity":"sha512-X2F5ZiY29Qz/D92PrX3yufdQg9wZ2l0p72TcP7LUp9/iKk6a6sFdSc/ILEcPGTxzHLj6V6zVxslZp9I9J2iDmA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260806145224_1786029152948_0.3355982720076873","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260807083617":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260807083617","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260807083617","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f2081e18aafdbb566736811d179962f2cd72328b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260807083617.tgz","fileCount":19,"integrity":"sha512-rvEIFfQOfA1hnP+gDJ3xTHu8wKMNywyDQliC6pFYluNL2VXLlxLJxMGIM99ootH/Cuil1sInOhf1yDD1IP3+iw==","signatures":[{"sig":"MEUCICWzwGsMGCLMWOzdwM3Nr4/LLGFSfuqDa4gI38asbhVdAiEAuxfaDUzt65mmJGsHh0UdH73MFkfHclKKtnkNxaDlLmc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIB5ImIyrCvPZX40LnfHphptTilPe6xdlxEsgzESDalJhAiBdUkHHvQhyBJA16x6LLqZ+5YAu0mvjaEPgRdvHYo6E9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260807083617","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260807083617.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/956fafe21d8e33120d38a4e664b5a1a2/solana-plugin-core-8.0.0-canary-20260807083617.tgz","_integrity":"sha512-rvEIFfQOfA1hnP+gDJ3xTHu8wKMNywyDQliC6pFYluNL2VXLlxLJxMGIM99ootH/Cuil1sInOhf1yDD1IP3+iw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260807083617_1786092604924_0.7735633816280443","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260807084747":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260807084747","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260807084747","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8c9c9cd6f0ba41b9ab5638c74bddc6e4ed4662b9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260807084747.tgz","fileCount":19,"integrity":"sha512-+gJ3rQ+i+vnFpcfJb52H1Q7n42gZL4ulGqkRibJ/FW+8DX+68Jkb2Ri4MTjKb5gcIIswOGl9m4UmqDnQA16T6g==","signatures":[{"sig":"MEUCIH0P0zJ9tiv5P7IQr55dybHgtFcz9lqQd3VOqfUE3cZcAiEAp7z+bUZmk1I4dUDWCd8GWbWucjylhPopbvC+YxDG6wo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIEhdh630njPloO/g6fNJLK3tnN7CFKN1IyZov6zBzxBYAiEA6JoQgKaDHy/NsvhAOTOF6Mod72E+bHg4e+Tto50ux6Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260807084747","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260807084747.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/48ff0c3307ddbd97965052a688ccc754/solana-plugin-core-8.0.0-canary-20260807084747.tgz","_integrity":"sha512-+gJ3rQ+i+vnFpcfJb52H1Q7n42gZL4ulGqkRibJ/FW+8DX+68Jkb2Ri4MTjKb5gcIIswOGl9m4UmqDnQA16T6g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260807084747_1786092825141_0.7699250517548841","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260807090653":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260807090653","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260807090653","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"aa8eee05d184e70f203457a3cb7446d25c65296c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260807090653.tgz","fileCount":19,"integrity":"sha512-2rfxYK7di6cJm02bIBhgySeqoofotSzUDKtP9ScS2jJZB5oKKCogD5d8I0pOL+F39atms/peWNYUvsTuXFWO4Q==","signatures":[{"sig":"MEUCIFdX/TARpL9qrzSB8SdC/9Y6R/sgidW8JAhqPZcASnv6AiEAq1mfK4j90xFBLmk15Yr8y93f6+sYBZxTKVRw3QoEPqs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCe4b1Z53QPw8oJhwbC/72suvcs5yMZDYwPRKfJefWnogIgaIOnTJ/oOCLf5ZXYYhCfOr1xN19EQ7pWleNLrqk/MRg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260807090653","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260807090653.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/370efa0832117957502602882eae76fe/solana-plugin-core-8.0.0-canary-20260807090653.tgz","_integrity":"sha512-2rfxYK7di6cJm02bIBhgySeqoofotSzUDKtP9ScS2jJZB5oKKCogD5d8I0pOL+F39atms/peWNYUvsTuXFWO4Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260807090653_1786093990240_0.5986286475617371","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260807123619":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260807123619","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260807123619","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d9e110a94540ba7c8f8ca842d236604191457c81","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260807123619.tgz","fileCount":19,"integrity":"sha512-zypvd4herMC8d0duOCJXhpaoYlSH9nOJTN7QTl0WQWPuVUMo6zKf1a1NKMSfL/3DIwZXD4E5+quYoyI9WYqBeQ==","signatures":[{"sig":"MEYCIQCcJChnKSfgwrWA7UD/EqG3CzcZw8RRY/p3suszXDdLXQIhALcUrDUIdvlsQpdNJ5Ib55LtRoi25q49G7uWdWN8OxlS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIBjQEUouboL06lVbiesQmcj4N6fr8liCuIFbmKEeI7MAAiAsDeDv2E9WNnw7oK8RzK9MxJ0RvuB/e72WjHs+neyhBw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260807123619","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260807123619.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7cb4fb0a66f27f48e2adeb83d5af6816/solana-plugin-core-8.0.0-canary-20260807123619.tgz","_integrity":"sha512-zypvd4herMC8d0duOCJXhpaoYlSH9nOJTN7QTl0WQWPuVUMo6zKf1a1NKMSfL/3DIwZXD4E5+quYoyI9WYqBeQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260807123619_1786107970661_0.4864220099486438","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260807145236":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260807145236","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260807145236","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"73b5bef7a89ef0187693f0c60dc4247cfd305ab2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260807145236.tgz","fileCount":19,"integrity":"sha512-z/HT6UT2m/9ASdwdFiw65KG9pilJpMSiIm3QT+nqRjU5RuHOBn061uFYv17PasryZVxkQGRBHweAMQl23Obm0A==","signatures":[{"sig":"MEUCIFO9lWC65r2Fyzg48/BuqfTyUQAAnGbPD13PxRHuL7ymAiEAvZS7IvRYnJAlUz9iQv1z7xemGifERXSvt4s8E3qzVUQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIBXXdjf/Ej+zQTl6ySLEl3z14PSBHMpAFFd0JHdEbCalAiArfB/cVQpSm2N/X0heITrjc5pHuh6iFu329WhKfgLN+w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260807145236","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260807145236.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9b0907ae80b8de632193cf8e757cc9f9/solana-plugin-core-8.0.0-canary-20260807145236.tgz","_integrity":"sha512-z/HT6UT2m/9ASdwdFiw65KG9pilJpMSiIm3QT+nqRjU5RuHOBn061uFYv17PasryZVxkQGRBHweAMQl23Obm0A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260807145236_1786114801830_0.6183042933941383","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260807161918":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260807161918","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260807161918","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2cb4337a35398c654ad3bb0c29e7332fce2af918","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260807161918.tgz","fileCount":19,"integrity":"sha512-bbJCtpOUozGIqCBQvymsC5iuCsrG7BKyfrnDeJJEUFUP235NczJTFLhs9Zz0RzSACFqAAG5hGcY1opIzZXAV2g==","signatures":[{"sig":"MEUCIQDz9ZrK8LenqdVmC3UhAYDsVPW6vZDL4UunRAIlGfhLwwIgLmEuY2wj+0DnuqLPyf7tD6sBe5hDYPaeH7B4/OBnCug=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIDq/BSxfb7aiYqZlY5BDeTX59Mg2PCPzisXjykxCgw5aAiANI1GvKOtiChQ+mi6eOuBXtQ/z2+AL3r1hPretX9MAvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260807161918","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260807161918.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/51671d3e72eea1975af62a5dd7c65619/solana-plugin-core-8.0.0-canary-20260807161918.tgz","_integrity":"sha512-bbJCtpOUozGIqCBQvymsC5iuCsrG7BKyfrnDeJJEUFUP235NczJTFLhs9Zz0RzSACFqAAG5hGcY1opIzZXAV2g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260807161918_1786119796547_0.3917818409834575","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260809083822":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260809083822","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260809083822","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"36a95a3b698c0385b93e667721354ffa0de2bc31","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260809083822.tgz","fileCount":19,"integrity":"sha512-ryqAFcq/s9o7AieAtGhkTqL/N1rkYoFz6sHjypOJZ/SAO7gXuXPWExNvpFrmyrhmafYix95XlfifaIIRTMS3ng==","signatures":[{"sig":"MEQCIH+6FqeJkDw63tKiB6WfUDxf69z+0ypKFTEuGITRBarwAiBgkWoeTAPTn7FyB5Gowh6PtAwmVqH6Er6uyQ5ti3Zutg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIC/zsS1kIz09HI0GHesyQQg3IO0R6hULo8FMJHxhCc05AiA+nB+OexPXOppUXNlpYldb3siit0CkRdWQxXZYaGSgiQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260809083822","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260809083822.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fa16d0283fd4df4d40f9fea08bc2ccae/solana-plugin-core-8.0.0-canary-20260809083822.tgz","_integrity":"sha512-ryqAFcq/s9o7AieAtGhkTqL/N1rkYoFz6sHjypOJZ/SAO7gXuXPWExNvpFrmyrhmafYix95XlfifaIIRTMS3ng==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260809083822_1786265083541_0.8634798540749482","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260810084449":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260810084449","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260810084449","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2d3895208d9d31d7994fe1f7aae31ca551c9552d","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260810084449.tgz","fileCount":19,"integrity":"sha512-fh/VoLWEa2wR28VgaoQN1zKnB+j4sVqkQUts3Ts1EZ3kwIwl/xx4ZX8shjp9H9WQ45HJFmCTCnfpm7DYD81Q+A==","signatures":[{"sig":"MEUCIG+E4cy1e8GUSGKx+6uKPROe6ODv0p42MiAgTyhJCA/3AiEAkC1c09cHWJBODsb6u7JD07kzFvTLXh7pFtUl4jAKljo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDIKfOSn9IBl1ipBT6GvHD0YHnLtdR5fXlEq85FY3Dw0gIhAJbXXicSHGEpWpIvURBQw8Kh6Jg5z6PyuD9qyTo3B0IG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260810084449","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260810084449.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/decb51f63724c704180b3dc9ecb6bf8b/solana-plugin-core-8.0.0-canary-20260810084449.tgz","_integrity":"sha512-fh/VoLWEa2wR28VgaoQN1zKnB+j4sVqkQUts3Ts1EZ3kwIwl/xx4ZX8shjp9H9WQ45HJFmCTCnfpm7DYD81Q+A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260810084449_1786351949897_0.9145989566915056","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260811083145":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260811083145","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260811083145","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a85ed595e306cda907c89483f86ccac1e9d11508","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260811083145.tgz","fileCount":19,"integrity":"sha512-FWaUj177vHMy1V7EqtPUt+ruUApY9bNqg4PAoBfI/tR42/oo3BvH7TaPjddHdHSefKy6SdNekEuhd+50vXIOhQ==","signatures":[{"sig":"MEYCIQDNj9uuusS3rA8l1eSXkzOc1U9rEadKlqcMLvuVpXuM1AIhAK+nsj1PyNaIkx4NpPm+IrRc1GnIW8y/MSr94ts8zvYO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIBSSpKz3YhHRUHBkJuW9viyCYS7xzzrljOHwrMWiYDNaAiEA+4pmBLPvBKZhliahybDcc5WqhJzkQBoTvT4Kji/b5rk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260811083145","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260811083145.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7e5140c2fcf7ba6a28389742b72f242a/solana-plugin-core-8.0.0-canary-20260811083145.tgz","_integrity":"sha512-FWaUj177vHMy1V7EqtPUt+ruUApY9bNqg4PAoBfI/tR42/oo3BvH7TaPjddHdHSefKy6SdNekEuhd+50vXIOhQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260811083145_1786437619260_0.38851817913155573","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260812084455":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260812084455","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260812084455","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"eff0b64170c9087d2d2a2065921cbc3d5a6dfffb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260812084455.tgz","fileCount":19,"integrity":"sha512-cMwTczX4SuBJc6pYwJ+NnKoQonwRIgO6tdlhwfcz9XhgyShYfm23KBuoScJ5Rs2qfemeIYBppKs4p54AsWiL0w==","signatures":[{"sig":"MEUCIQDSjH0TI+M+sq+mjHk5Cd/lC1e7rpm37Ns9Y5wSkBLodQIgEetgwBGKbf7TUQPIqDK1wEksbOFW3MexXmZbgXpkYWs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDuy5+5rbJwK7atGJJ/XYsm9p+6iyaqw6CdYU66GK2jaAIgeM31DSb8IFfylmmQFfgaavgaUG6h3RW0Frxa3rjZgeg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260812084455","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260812084455.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/14f35367df035da8c75c5585471d206b/solana-plugin-core-8.0.0-canary-20260812084455.tgz","_integrity":"sha512-cMwTczX4SuBJc6pYwJ+NnKoQonwRIgO6tdlhwfcz9XhgyShYfm23KBuoScJ5Rs2qfemeIYBppKs4p54AsWiL0w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260812084455_1786524705326_0.06975148584696012","host":"s3://npm-registry-packages-npm-production"}},"7.1.0-canary-20260812151931":{"name":"@solana/plugin-core","version":"7.1.0-canary-20260812151931","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.0-canary-20260812151931","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2a38a352a3a91b5fe34674e789330b8a2c7efdbf","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.0-canary-20260812151931.tgz","fileCount":19,"integrity":"sha512-V4TBru9wae2io9cmnyoi76lNjDD+IT+qrAykjVdCw46RRy+z7VqDRDR0ig3DYyhqcKHNCJXcVu6SNDwxQrpCrQ==","signatures":[{"sig":"MEQCICFNpiLOVwmTDIAzTNZpxyB+r6WAi43q9f1W/IfK8uKrAiB8dLjpKM7PC7t0QKa2la8+noZPwfcsDo886guqyKPa+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDYypD9i+FkdyLN8XrGCkPv8MAoY0JtBJxvPQq2OYtKUwIhANp2ZYQxdVbz5kSnwsMdWWKrK+pG8tP6gBZozuyC/i0v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.0-canary-20260812151931","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.0-canary-20260812151931.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a6422f5333c4f56b926e94e0a1e70d8f/solana-plugin-core-7.1.0-canary-20260812151931.tgz","_integrity":"sha512-V4TBru9wae2io9cmnyoi76lNjDD+IT+qrAykjVdCw46RRy+z7VqDRDR0ig3DYyhqcKHNCJXcVu6SNDwxQrpCrQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.0-canary-20260812151931_1786548331436_0.7134286847662408","host":"s3://npm-registry-packages-npm-production"}},"7.1.0-canary-20260812160611":{"name":"@solana/plugin-core","version":"7.1.0-canary-20260812160611","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.0-canary-20260812160611","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"85c23cb26dc71a8773002aadc3a54bc1405924a6","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.0-canary-20260812160611.tgz","fileCount":19,"integrity":"sha512-FdQq6b1JLh+sFLhUkn8O+x2he+oBD+dDp+usK4wXTykAZPgZ2pRU70lCSFgIFpPYjDLoHw3+LvWD5I5C3KipOw==","signatures":[{"sig":"MEQCICnk2OtxVsIICH4nGKE7w15d6ZfS2OdX+zlq4REpZuvGAiBjWGxhTxl3C1DNHtP8/JjXHdF0CZPBnzWSEnTMdA2/Yw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIH4thaDtbz7vLHjFRTp+oQHEqfQP62ffd2zmP1zoiFXwAiEAn4MlzA1h8soDhSf1HZhXSat1TtDaJN9LignGd5DJ2rU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.0-canary-20260812160611","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.0-canary-20260812160611.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6cb4c9ce2d547c9b98ccc13d82aaba16/solana-plugin-core-7.1.0-canary-20260812160611.tgz","_integrity":"sha512-FdQq6b1JLh+sFLhUkn8O+x2he+oBD+dDp+usK4wXTykAZPgZ2pRU70lCSFgIFpPYjDLoHw3+LvWD5I5C3KipOw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.0-canary-20260812160611_1786551126307_0.7012681267842638","host":"s3://npm-registry-packages-npm-production"}},"7.1.0-canary-20260813074914":{"name":"@solana/plugin-core","version":"7.1.0-canary-20260813074914","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.0-canary-20260813074914","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b48ff957d36e0d3e548b023e880ba6a25855cacc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.0-canary-20260813074914.tgz","fileCount":19,"integrity":"sha512-Dans60gKM/K+epTwmEyO8BDStZxTYtOTnxMtFcroy+Ubq0cXqJF+LEI6xP0ao7Ee2NE+ptIADE/46tBwkLgkiw==","signatures":[{"sig":"MEQCIHFHXMip4rsL8MhWj5wsrAO55AZGkrYZ0feMQsejbUfBAiATayZyLoqjvYsZCsTj13jL/FigOHcBNMiymVPLXJhIUA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIHKj0apX6ZlSdcqBya67hrGPanUWKtYd4tv5PJk6Mnk0AiAClkutvjwIFFEOpiJyYQDNrOQFheW8ODSPFKwnPGCRDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.0-canary-20260813074914","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.0-canary-20260813074914.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/856c94a0771ffeec1a4da96c0a69f7d5/solana-plugin-core-7.1.0-canary-20260813074914.tgz","_integrity":"sha512-Dans60gKM/K+epTwmEyO8BDStZxTYtOTnxMtFcroy+Ubq0cXqJF+LEI6xP0ao7Ee2NE+ptIADE/46tBwkLgkiw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.16.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.0-canary-20260813074914_1786607691087_0.2725001269201379","host":"s3://npm-registry-packages-npm-production"}},"7.1.0-canary-20260814084407":{"name":"@solana/plugin-core","version":"7.1.0-canary-20260814084407","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.0-canary-20260814084407","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"879d40a8350dfd745236e3a47461eed750bf0cb4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.0-canary-20260814084407.tgz","fileCount":19,"integrity":"sha512-nOedYVUXLsxJDfJAqXwayQTNW/Khr4LIld2lUodXyFAOBzm8fWo2mS9oOsfJWq0BDQvNLn/x6gm5oB7qS+wu+w==","signatures":[{"sig":"MEUCIEUABfGSgr6TSDEjEFpUMXKwZ100SM/JOIzujwA+2GEnAiEA/Ok/aaHUC83z0vgO6O6YQXnIqEe4z8BMsc20JYutJJg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIDuqchrJGh+uHBkOeYl3KTs1eSUQg7Y+Up3p+plTMz3MAiB9R4Y7X1pI2TLL2NQn3j8W4Pm67VRP1SrG8DkH5d1DSg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.0-canary-20260814084407","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.0-canary-20260814084407.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a8af48e2fd85f463f5df19e65b1ec17e/solana-plugin-core-7.1.0-canary-20260814084407.tgz","_integrity":"sha512-nOedYVUXLsxJDfJAqXwayQTNW/Khr4LIld2lUodXyFAOBzm8fWo2mS9oOsfJWq0BDQvNLn/x6gm5oB7qS+wu+w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.0-canary-20260814084407_1786697571132_0.35198780102072114","host":"s3://npm-registry-packages-npm-production"}},"7.1.0-canary-20260814105820":{"name":"@solana/plugin-core","version":"7.1.0-canary-20260814105820","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.0-canary-20260814105820","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d688bc737999cd9347d32c4b6b97a0bd784a5129","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.0-canary-20260814105820.tgz","fileCount":19,"integrity":"sha512-zwC6PzwOmIwdIzNN4Yg5cyE/PtK+z4M62C9MP5KR6LAA/0IaEeNTJH/B9roKUR5lQtCao5d+EIo2/PiKwYirlQ==","signatures":[{"sig":"MEYCIQCuz+j1e1TAqfv6VFHHKa+PBw9SU8N960QmToUcpZfdPQIhAPJh9Ob1ukJBawwXbC802uK7XvSGrxpQqycsz2xe31tq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIDAoPlYZ1eViYkf15NaSozhiCqMEB/SI0IgoWjo4VpNaAiEA+MzgSokN+iS2dKvJSGdWhl8hvKeeYn+fq6qRVlHEJdQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.0-canary-20260814105820","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.0-canary-20260814105820.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8c4463021f206b8b5370b216810e5a95/solana-plugin-core-7.1.0-canary-20260814105820.tgz","_integrity":"sha512-zwC6PzwOmIwdIzNN4Yg5cyE/PtK+z4M62C9MP5KR6LAA/0IaEeNTJH/B9roKUR5lQtCao5d+EIo2/PiKwYirlQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.0-canary-20260814105820_1786705439852_0.2953347660809833","host":"s3://npm-registry-packages-npm-production"}},"7.1.0-canary-20260814124550":{"name":"@solana/plugin-core","version":"7.1.0-canary-20260814124550","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.0-canary-20260814124550","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9a6ff65532b4ef3d2cd34cb4947464f5a7d356a0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.0-canary-20260814124550.tgz","fileCount":19,"integrity":"sha512-1qGWB+Du5gRXIBiRhzlW+48iNJjSb00M+CQjfxDrI4ScDVyzWtxqqyNqR71G2EjY37HUjkrAPfy3i7sEpGOygw==","signatures":[{"sig":"MEUCIQD3gmSy8c0x2YGNXe3ArMwI73BQWDjZfJue4lt3TYQSkgIgGCMOy+zPlSN+BQV5XBDtxljOrMJ4b4VUv4Qz8PtE65M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIEWex6T52o0LOiGhOM58mx/E4ZnsDoRhtlBAa3b31ZXVAiEA9RDVQhGG7O+Wqe8LgDlX8Wa65qI2XgWx3/WzL0W+IFM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.0-canary-20260814124550","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.0-canary-20260814124550.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1ba541231ce5b7f5bdc2a58d617efc1a/solana-plugin-core-7.1.0-canary-20260814124550.tgz","_integrity":"sha512-1qGWB+Du5gRXIBiRhzlW+48iNJjSb00M+CQjfxDrI4ScDVyzWtxqqyNqR71G2EjY37HUjkrAPfy3i7sEpGOygw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.0-canary-20260814124550_1786711862991_0.5685931112187752","host":"s3://npm-registry-packages-npm-production"}},"7.1.0":{"name":"@solana/plugin-core","version":"7.1.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cce9644b87df975df27f7c9c57ce3593677129a9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.0.tgz","fileCount":19,"integrity":"sha512-2UhReZOhFoUMcYz+72EDM3UIrrONZBpP8uhofPKNDmKPslDuJHc8q4RRlO1llGgrfV6dMIsk9j8uV4q3DjWu5g==","signatures":[{"sig":"MEQCIB8KNgNQMZU4HhW/jPwCNNyBznw2hsINFC5eZNFtSOkiAiBuPuaUpmWgjxu5NbCRFRHSr92rbLifYyWgEceCxfM7ew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDUdshBcjaE7w0eHYR++MwTnwDuybAxBdExME5hDe5xswIgY7mnZnSQDugg9SqAOOJY1SBUnFZfgDxP6q4YRF5tjXs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187542},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c8221a9593c8a57f93afc3d8fea6ba72/solana-plugin-core-7.1.0.tgz","_integrity":"sha512-2UhReZOhFoUMcYz+72EDM3UIrrONZBpP8uhofPKNDmKPslDuJHc8q4RRlO1llGgrfV6dMIsk9j8uV4q3DjWu5g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.0_1786714828262_0.8550374025211656","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260814143621":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260814143621","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260814143621","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c3241f7d3ec34a7535de11b16fd4140a9feeebcb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260814143621.tgz","fileCount":19,"integrity":"sha512-/qeg62DFRP0yLhmGOiw28fAdTFjZMDz8TPbPuBK5PdLQgIc8sOTfSlglWhglAxU3W1z8FlWN5jP89amqkdiOXA==","signatures":[{"sig":"MEUCIFeN8sjnWyJAXk/sY4s6SSoSY1ZI1SzJS0RfeOuVYGYOAiEAsAzAxjpnR+a3eooAHs7LgFfm9we8d9KWgXBNTQWdC7k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDTSfEclsSBWppDjGEB3/cIexaAsSWomKq66Zk0v0wk7wIhAJc1QEQQs8D+8BY2StI6n4X/XC+hWhQUGWQszUxIpv3A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260814143621","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260814143621.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2c5276eac74fd471f916a496cf07b8df/solana-plugin-core-7.1.1-canary-20260814143621.tgz","_integrity":"sha512-/qeg62DFRP0yLhmGOiw28fAdTFjZMDz8TPbPuBK5PdLQgIc8sOTfSlglWhglAxU3W1z8FlWN5jP89amqkdiOXA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260814143621_1786718562981_0.9097489772339005","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260814145310":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260814145310","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260814145310","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9a03610b51b68260e601a441ffdcd14de3babeaf","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260814145310.tgz","fileCount":19,"integrity":"sha512-tczQlh2PTFSn9p62yfVd0jOIZIwlDR78+0DQ9wsLGKikdwNTcof2FtP95U6wzqEiubHyQ1jNavIKij3ro5Ifuw==","signatures":[{"sig":"MEYCIQC3Cj+pNQYvBF8lZLM5m6nkIUln0G6f6PUfJjn3qSFomgIhAJlKRBsrOuqU4K9v8FPxyTZ7soawWvBh+19yBGm9SANx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQC78m5H9FDSiAGuaT8sgA7xL+idhkAFxZm/KTk2SXnepAIhAMI71zl8t1PtE1MTj1LgRfpBkhXwyIUrysquiPpLM5Mp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260814145310","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260814145310.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/14291fd6ca129cddd6b178a5fc72c8b1/solana-plugin-core-7.1.1-canary-20260814145310.tgz","_integrity":"sha512-tczQlh2PTFSn9p62yfVd0jOIZIwlDR78+0DQ9wsLGKikdwNTcof2FtP95U6wzqEiubHyQ1jNavIKij3ro5Ifuw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260814145310_1786719542503_0.5230722833687669","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260817094016":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260817094016","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260817094016","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a121efe3d7f82b939a6f46d3dbed41780f50e330","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260817094016.tgz","fileCount":19,"integrity":"sha512-tT09oLeIBiY5+khV1IBEvLqPRqPWINlAHEocBusJGQxGHNqrbANTQDfVleIO22+0ApxGOZiq/thtjizwL2MMKA==","signatures":[{"sig":"MEQCIAfcSGIyWBfHLylrqkKzrwcul4r6662wgk1Nv82qYL8SAiAECBF3PzX6Jz1WnKGLykdNejbzN8oiMOWvyDT5mT4J/g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDLKtvO9Qp+VkuJhvSIqfQQZEH9F72y+TsvezneAeJJNQIgVgXE36xs7vTq2331XmV142Z8TceQAReLBgFu6EyniKI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260817094016","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260817094016.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/133c690ea57ad90c142789ca28d2a2d6/solana-plugin-core-7.1.1-canary-20260817094016.tgz","_integrity":"sha512-tT09oLeIBiY5+khV1IBEvLqPRqPWINlAHEocBusJGQxGHNqrbANTQDfVleIO22+0ApxGOZiq/thtjizwL2MMKA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260817094016_1786959953354_0.5375704817015672","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260817111556":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260817111556","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260817111556","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c46734563981907a016d7b2f3e5e97c53e0bf43e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260817111556.tgz","fileCount":19,"integrity":"sha512-bI+61NvZK4Qtu+Kop7pMV/wDEv8WO1ewS7Uoo8cbdSaiIxFC8CkoJ6DrXF9Xx3M+wVLG97ZsqVGj4AwcC+irnw==","signatures":[{"sig":"MEQCIE3HA2CRCGJtsr5DMniBbc+gBmfscZf/ZzP/fhMc4jsFAiAKumWpBYI2I/sTksWHVUVXhmIoB31HTGNyv2xsa4qing==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCICTD580QuxD7LgijTRqUo/z1lGr0VOCLMeJBnkwcc6KPAiEAv6BLK8aLG2BZzEOPui+k5BDL1l/j8TU2O12mJU7+hnY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260817111556","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260817111556.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/482792bb699fd131d4d217523a459537/solana-plugin-core-7.1.1-canary-20260817111556.tgz","_integrity":"sha512-bI+61NvZK4Qtu+Kop7pMV/wDEv8WO1ewS7Uoo8cbdSaiIxFC8CkoJ6DrXF9Xx3M+wVLG97ZsqVGj4AwcC+irnw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260817111556_1786965681201_0.2517385166135213","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818090756":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818090756","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818090756","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6bdca240c5e04dcb20e60ac2b68b26c95154cfd9","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818090756.tgz","fileCount":19,"integrity":"sha512-uYr7CsIrdid0qOLlwWamMneOR5ngy9+xcv/ZlGq7/cuFFUDRwBWcaT/Q14QFzQ6ZpkXhEIecAgiQmqUW0xmzMA==","signatures":[{"sig":"MEUCIQC7cwSlefr/QqfMlysrilAl7ypCm0Vcb3IhfsVhquFteAIgcKBsOkGMSdkC4EsUJcibPuD/gK76gJ0fZgPtkP/z1hI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCICaXfSFyUPrWwQWHMqzisoXJW+Db3tqBH+mnTk+Xkk4yAiEA2df686/M9haHmVusJK0oiw6WHrrMFvw8BlcIK1+LujM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818090756","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818090756.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/478da432416d55f204b87aa101b803b1/solana-plugin-core-7.1.1-canary-20260818090756.tgz","_integrity":"sha512-uYr7CsIrdid0qOLlwWamMneOR5ngy9+xcv/ZlGq7/cuFFUDRwBWcaT/Q14QFzQ6ZpkXhEIecAgiQmqUW0xmzMA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818090756_1787044421971_0.5838306915176388","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818091931":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818091931","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818091931","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9d0e108dda0cc2292fe45a0ad565e746c5d495f8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818091931.tgz","fileCount":19,"integrity":"sha512-trhcKmVEitkEmZhTKssdMG8A5thvH/aKjUI+2zCFzMeNOSfhy0QO18jd+slM7eAX4KM7b+KG7rWCIcs2AlErgQ==","signatures":[{"sig":"MEQCIQCyr23znTYp8D+uLMbY3Q+Cz5fp4O8g6cK4yeJpYoELTQIfSWWnfFzmIiRu/YAgZgsHgtl5pxuF0sZHIDk/oBNe1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIGCHpd0PuZCFch2o8ZtjgB6Gl+g6u5J8gmgG0sGGANeMAiEAjk881gajODoRaMkxr/T6YirGCQoVk2Wm6hKuw+kdDA4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818091931","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818091931.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8c223e6ba893fde2f93d26ad734407be/solana-plugin-core-7.1.1-canary-20260818091931.tgz","_integrity":"sha512-trhcKmVEitkEmZhTKssdMG8A5thvH/aKjUI+2zCFzMeNOSfhy0QO18jd+slM7eAX4KM7b+KG7rWCIcs2AlErgQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818091931_1787045184385_0.8661202961942793","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818092340":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818092340","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818092340","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"eff80facd362fc1bfa59f85d3b0353052bb7e0b3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818092340.tgz","fileCount":19,"integrity":"sha512-aMKkvrIjLZKRvR9j66aVJq4cl+lDKw6PYqtTnrL/XsHsR6oV1lQQ9v5fLU9r+NrU8R0tClPn6QjoZ+DzflsIBA==","signatures":[{"sig":"MEQCHyoEhDrmpgvHNBke79PNmJ6+ch2io9iTrcpRUgkzuCECIQCcQRRYDamQnioXKtpqpbDnbupiyFnSsCZ+IBrMAGxPEw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCICnu6t30TZRnoPImVIdHah93oHaS/xtRmleBTCsntOEfAiEA772t14E+3wYOMGx3uSSrowx9cxjzR/bAeJsapgWBFB8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818092340","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818092340.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/572d56f40f4c1d710a5211dd3a5db88f/solana-plugin-core-7.1.1-canary-20260818092340.tgz","_integrity":"sha512-aMKkvrIjLZKRvR9j66aVJq4cl+lDKw6PYqtTnrL/XsHsR6oV1lQQ9v5fLU9r+NrU8R0tClPn6QjoZ+DzflsIBA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818092340_1787045451417_0.23793102170701386","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818092700":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818092700","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818092700","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8e977c08fe763fbd0bc67f050161f872eb9721a2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818092700.tgz","fileCount":19,"integrity":"sha512-KZNaAcxosYWIeva+4M2yOdx6RMkN539Fdtko/2jK0v8bS4AbjFtC6pinO/jr2lnX9c+OTlo0BtEgqdpCFUp85A==","signatures":[{"sig":"MEQCIG3Auyp14unrvgqM0raMTTErQ/DTpoqvVeOIVbzykC/oAiBbMahALcGMkwsXjldJn/dosS911kBdLpqA1oCEN9HnLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIBunHOejraR13cNp1CcKpszz6RQyZlpP/3/mwu7GbQSPAiEAuJNLfaD70XJsOytxk5jx1h1LylvacXLaYKUzLUcM28k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818092700","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818092700.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4316dcb11ac37852738e77100226b51e/solana-plugin-core-7.1.1-canary-20260818092700.tgz","_integrity":"sha512-KZNaAcxosYWIeva+4M2yOdx6RMkN539Fdtko/2jK0v8bS4AbjFtC6pinO/jr2lnX9c+OTlo0BtEgqdpCFUp85A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818092700_1787045587627_0.516918109071492","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818093505":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818093505","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818093505","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a3e46a4ff2a4f3176db2c1ae19f90856f8859f11","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818093505.tgz","fileCount":19,"integrity":"sha512-PDsFnVoj7rSMEmfB/fCegoxOWECQQ7ykkbVY+/hWlPNwPoyZXIJPw+U91EGtt4vqidhjL59JUkck8GpLKZcWqg==","signatures":[{"sig":"MEUCIQDHYqsm+6PQ6kiJ94Ba/YBexCbYKRtDeqhhR1blp1SmYQIgd+KQKdz84fINw4RQUvpv2Jm96tY+0ACVKpHMB2uL3zE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQD1OTwHShekCLtvH5E/487uHbbqpXvbBDzfGMxBWP0lAwIhALWr2uejUP6M+SXEV8PJVQyL7MfBLZlIGvRaHJbCmqyd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818093505","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818093505.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/25a585ba0ab176edf95a79923de767f5/solana-plugin-core-7.1.1-canary-20260818093505.tgz","_integrity":"sha512-PDsFnVoj7rSMEmfB/fCegoxOWECQQ7ykkbVY+/hWlPNwPoyZXIJPw+U91EGtt4vqidhjL59JUkck8GpLKZcWqg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818093505_1787046044265_0.5033862542445768","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818093706":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818093706","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818093706","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5a2445984c27145720d35a99add216da105db929","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818093706.tgz","fileCount":19,"integrity":"sha512-yMt8geSBhxkLG10PLsp9cZB1iUbrntt/AGh2oz+KVdIwGF3UhDktL3jH+2TPBG2jLQPMOLye30nLNCy0e5X1eg==","signatures":[{"sig":"MEYCIQC6ZjRr714aL0y7RRw8D0ZpvDpXui1EIwZdflYNBH/+gwIhAIEQtEscEO+PNq0SPGj3X++MpdWTWzK8ItULCFe25QoN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCDHn/BZC9ghlt9zvI2M+WbvUpsYsu3Lxb7ZgLH0N4vtAIhANSpimXypT5396LIaS5OOJMuneMCjI7wTG8IFTapOOIt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818093706","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818093706.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2a3637fd62be761b35c99091a61f07c9/solana-plugin-core-7.1.1-canary-20260818093706.tgz","_integrity":"sha512-yMt8geSBhxkLG10PLsp9cZB1iUbrntt/AGh2oz+KVdIwGF3UhDktL3jH+2TPBG2jLQPMOLye30nLNCy0e5X1eg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818093706_1787046360445_0.5456806773938712","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818095434":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818095434","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818095434","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7ba876acfcc24287b1c279749624287f5f148bbf","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818095434.tgz","fileCount":19,"integrity":"sha512-N0gP3bQ6QUS83rKepLEubBahdC3bCIRg4bfAfvoLA2oCE0Dd5Kx6wNey7YRA9QkzcM4d7xIbs/rQjlfCm3ZBEA==","signatures":[{"sig":"MEYCIQDGyureRLvPm3a7NR+6fSrZoACOU5GciZ5P4y3bbWKMLgIhAIliUmhK1J1qt8T+cb2IZUhvJQLR9jebV5NAS2K85sZM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIFhXa5DGflUVUyD43bjDT1R8qiPda6brXgI0rX7WZmpBAiAon7GUYp3WLk4/0s2tUxgwRwh53mvEipXyYyEvWhuDbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818095434","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818095434.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/741e54b751209dbfb85207ac69692d8f/solana-plugin-core-7.1.1-canary-20260818095434.tgz","_integrity":"sha512-N0gP3bQ6QUS83rKepLEubBahdC3bCIRg4bfAfvoLA2oCE0Dd5Kx6wNey7YRA9QkzcM4d7xIbs/rQjlfCm3ZBEA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818095434_1787047306916_0.11477052487976547","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818095857":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818095857","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818095857","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b65061954ce86c819f77702c73b1122ded06571f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818095857.tgz","fileCount":19,"integrity":"sha512-1yKR39/4T9djHz95U+T0Aw4nynCYR5ZGsKL+kpcMIZh0BiP6NEgszSrXLvnRaEkQ8g9RV8izlr0SBG8tDHiIHQ==","signatures":[{"sig":"MEUCIQCkUYuTJP8q2JNCFWvTl9Bi3K6IT0hJiqEM2/jc0B1SQwIgfYVh+NMwkQmqaPenLEE3bOKhCRxOohTXn2lWnjLKGAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIA0DXgyHy3wjxnEBvJS57ZQ8hcrPJBgjMVzDqa2AQqs+AiEAtokF/LZQyDLFf9+W7sQxsc7xCJpXlfEJehpkZ5ZOxdk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818095857","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818095857.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/912adedd95103b90b4ad1e486c79f698/solana-plugin-core-7.1.1-canary-20260818095857.tgz","_integrity":"sha512-1yKR39/4T9djHz95U+T0Aw4nynCYR5ZGsKL+kpcMIZh0BiP6NEgszSrXLvnRaEkQ8g9RV8izlr0SBG8tDHiIHQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818095857_1787047374452_0.711076901210423","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818095256":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818095256","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818095256","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"920547b4d978262a71b0eb571bca0ca5bfbbbac5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818095256.tgz","fileCount":19,"integrity":"sha512-DvxK0DpDIgDjtkYhIgkpnnH+8rdUx1XSLz0upxoaY32D9FG66eF+6gn1p78GRWIAyQQL1dZxao3SIg5CEbmgOA==","signatures":[{"sig":"MEQCIGDYqjNszGOeyXSPVoTqA4WTNIzO0uP4amxPbFe/ALCQAiBhaBJ4HZuXlUI2hdjxgi0MNW3wUunaf5J1Vj+GW6giUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCICkAvFyPB//UDA2tLThJ0wOs1YjZ//qxa3K16I5iW7pCAiEA6VhSFZ3whU6mUcNWPzsT3+XHYpWfNVvWb8tmwwUbYeE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818095256","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818095256.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a366598a0e4a9e3f471789b52948b345/solana-plugin-core-7.1.1-canary-20260818095256.tgz","_integrity":"sha512-DvxK0DpDIgDjtkYhIgkpnnH+8rdUx1XSLz0upxoaY32D9FG66eF+6gn1p78GRWIAyQQL1dZxao3SIg5CEbmgOA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818095256_1787047433411_0.14237038821696268","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818100554":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818100554","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818100554","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f003431e3714e6861d56d1d6cb287b4a57197beb","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818100554.tgz","fileCount":19,"integrity":"sha512-synC0KEDRtBcJIC6+6ElL6jnXlCD1Y3da9zB/4O0LcnvxkkXQGTsg8Rg5sGAq/VneoE+nWHqKcRd4c2aH9EzSw==","signatures":[{"sig":"MEQCIF/qbq/0qWsEeHgI5yaRphIsgh6r/XvX1nUZMOJ567N2AiAJLy0jA37NxYY7jf3lZ/h+UQhLr+OLbGEDdzGNoKS7GA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDYSWe78h66WKT3U0MSpbyYYqvzB5iSe5q2VzqFMZud2QIgXEHzjmqvPTpVXe7ZFl/XbyODb+0wgM/mfZXTeRENsp0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818100554","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818100554.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9f1605a89c5ff7329ac3a0ad0ed2eb24/solana-plugin-core-7.1.1-canary-20260818100554.tgz","_integrity":"sha512-synC0KEDRtBcJIC6+6ElL6jnXlCD1Y3da9zB/4O0LcnvxkkXQGTsg8Rg5sGAq/VneoE+nWHqKcRd4c2aH9EzSw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818100554_1787047895856_0.1478130330562908","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818100628":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818100628","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818100628","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"584c884daf1caa042dd4c830001ee794740fb498","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818100628.tgz","fileCount":19,"integrity":"sha512-+L34Hj1Wg/CWt870gEuYNONzJU/MFr3TndzPazydotPC468LMoQsanHMzjLmt6iTA2ixt6sghsBzJ6W99lu1sw==","signatures":[{"sig":"MEYCIQDshsCyWNZxH/nvizh+oZuONTmXFIOK2VkOFoANJWkUJwIhAPL7p8a5mKyOBULgwWoy1V3SQU5qC+cG6ry1l/+lVG39","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCh7sQqsfRWqa2JOlaMkNheGP6GMGglBb7hB/9QtjptrAIgb5nr2FTiBPBa86xOnfjw7P3z+Akp4tiT6KTdk6rcz0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818100628","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818100628.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3f4f97094c9a446cd455b707c8b64937/solana-plugin-core-7.1.1-canary-20260818100628.tgz","_integrity":"sha512-+L34Hj1Wg/CWt870gEuYNONzJU/MFr3TndzPazydotPC468LMoQsanHMzjLmt6iTA2ixt6sghsBzJ6W99lu1sw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818100628_1787047919570_0.9158393097090227","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818105625":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818105625","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818105625","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"44592d17c7cc81a5cbe3e9a3536d370186b552a0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818105625.tgz","fileCount":19,"integrity":"sha512-Hn1qiVVaPVInZxGAD+1dglpKBqVujmF33CYwlxXp5qudqMAUvGM4v0LzTpkNnz9rGrt+ftGYt8DLhaoB94GYog==","signatures":[{"sig":"MEQCIDmcI/RJae5Dx8FgsazJHdW2yv+5ATUS39g3fMxGF3YBAiAUTlju+Hgevrk1TZfhvYuN4cXSaJVVX2WrjacUidcK0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIFd0ZchIOIrlIJ1IDTkMnD/U1Sp33L3l1zjCk2A4E8EAAiEAop/ztUgq+iSvF97slP91RotaKTpfpDZ3iG8zXc9ah+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818105625","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818105625.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9f5839518861e5c39da436d3f4e0eded/solana-plugin-core-7.1.1-canary-20260818105625.tgz","_integrity":"sha512-Hn1qiVVaPVInZxGAD+1dglpKBqVujmF33CYwlxXp5qudqMAUvGM4v0LzTpkNnz9rGrt+ftGYt8DLhaoB94GYog==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818105625_1787051004392_0.20967359380337092","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818110048":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818110048","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818110048","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"aebfb1a984bac41da0c852fd0dd681b2b6d3e1f4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818110048.tgz","fileCount":19,"integrity":"sha512-Msyt7A5iHzzmpUWSiluYWzqp+5OLru4KkS93Dxg0BUjcEDITLPglncuEWfMicIaWdif9MlKAdHN/MTtpNydNOQ==","signatures":[{"sig":"MEUCIAy2v9D5BmiCjuAxPekIX4xdErRJ2CPwC1aNoH0wp79EAiEA/2pI0xdM4sQ1p174l4N4AgPs0ortriFKUqQY3fiwzBQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDBfa4PHfZK4cxU8WUOfIM7P/51mL2qaEmNmPEKPI/1RwIhAOzWlrKc1gyyWs8VTztO7RtE+GRQIT3RXyED7BQk/HQQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818110048","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818110048.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e80b2485254ecab8d444db1898dd3d5b/solana-plugin-core-7.1.1-canary-20260818110048.tgz","_integrity":"sha512-Msyt7A5iHzzmpUWSiluYWzqp+5OLru4KkS93Dxg0BUjcEDITLPglncuEWfMicIaWdif9MlKAdHN/MTtpNydNOQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818110048_1787051169785_0.010370712798165815","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818123219":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818123219","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818123219","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6491f931250690ca1c584ebe7aabe831e3b39185","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818123219.tgz","fileCount":19,"integrity":"sha512-sp2ByO47kjwrFOn++4yzMTu1aWWwpIcTsCdO4p1TmGbtJYTNI04OBbw8HVq2FSwX3BeUdSgW5WcCesgBy9dokg==","signatures":[{"sig":"MEQCIDWPx9A7Wdo4AM4D1z5uPNQbXuxzE5scrAKRWXwtvhBtAiAQ8TW47T7qwNJWrVMm7GQJto8Y+tYVuVW3Czl7nwltxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIEBiQfeT3iYb+g3h7Ks2fFqlZoIZeO3UXaTcCPboHQDEAiEAproeJi227QxEtz2I33mki/pWOk3kNp/Uge49vK2tx1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818123219","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818123219.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/986871720b656bbe4203c36df124f094/solana-plugin-core-7.1.1-canary-20260818123219.tgz","_integrity":"sha512-sp2ByO47kjwrFOn++4yzMTu1aWWwpIcTsCdO4p1TmGbtJYTNI04OBbw8HVq2FSwX3BeUdSgW5WcCesgBy9dokg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818123219_1787056741116_0.8675120923444117","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818124118":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818124118","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818124118","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f94c152881eb4221b10e33bebe4e09161d82e3fc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818124118.tgz","fileCount":19,"integrity":"sha512-uAO35saOcI1+eucn5F5EkndRrgDir8xUH8sazkog04HgPOtDCnFH6M3z8XMtT2mQfEU9KytNBCCbGskjBh39nw==","signatures":[{"sig":"MEYCIQCbvDwwc3FRs33L7jeSMnjjS0d2oCDHTbXmmjcd1I++0AIhAIcGCdb3DHSSi1I/uoaRFNefjK5Xo3omBGa3xEfYnk0S","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIBDKS0CodY5CkeSosInmuXuPEc7HMTmDHOhyhOJEV4bDAiA8Pdh8PL5e8ODRntfvnzKAh2tSvnhL93mSm/zvRj9q1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818124118","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818124118.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7a5376d68eae06609eb39fb99772d448/solana-plugin-core-7.1.1-canary-20260818124118.tgz","_integrity":"sha512-uAO35saOcI1+eucn5F5EkndRrgDir8xUH8sazkog04HgPOtDCnFH6M3z8XMtT2mQfEU9KytNBCCbGskjBh39nw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818124118_1787057159627_0.7782450223610653","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818124227":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818124227","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818124227","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0cc14f49bf216c982a0a8a0b73b0d2d67f6654a2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818124227.tgz","fileCount":19,"integrity":"sha512-9JBJ3pB/b/Q1R0hYxVwCxMQIDZSd90vq+T6zISijfTS7SO0cm5H2zzA4FGQ3CTaJpzUeYveEb1TbNlqK0SZxkg==","signatures":[{"sig":"MEYCIQDrou/j7o2pSj+bOcFbgSN8UN6LGu65I5UfW2OXNz37UgIhALX9hKzNqTjIMlqqe1mY9sswqXEeIz07ZKLH3HbGfdFj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQC4G0ARexAAI1oc0/nrfobQZUs41J1i9Olr6oOTPoyW/AIhALgTQl1qwqDGqj4HKBOD0Tmbfjj9WydV7inW/2uTLSjH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818124227","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818124227.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5009721be0535270fda2a685b3d9a93c/solana-plugin-core-7.1.1-canary-20260818124227.tgz","_integrity":"sha512-9JBJ3pB/b/Q1R0hYxVwCxMQIDZSd90vq+T6zISijfTS7SO0cm5H2zzA4FGQ3CTaJpzUeYveEb1TbNlqK0SZxkg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818124227_1787057452428_0.1908060519118766","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818130138":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818130138","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818130138","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f3460ea5e3d2df41f6c3930b60bcff9e39d13a95","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818130138.tgz","fileCount":19,"integrity":"sha512-MdJZjJFBLgd0NbCQaBfy4W5WzYAziX/Z552MuJML0UNg9aFFYDBsm7F9htFOulhH/6LOkOnJE9oFDz4Zf3NEWA==","signatures":[{"sig":"MEUCIQCVdT3IbIdVVBY/MsY8Mpg14ZLmXvH82MhucD9Cg7sCCQIgP2cmsQ9TO3Skcd9C1TVntF6xvzXgjnTUkIrrJgi9xn0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDlEqIS4HuoiDu9tsL2EGArxoTwxf7Ljf2T9Vcn0lS0AwIgQ06PdKP/GMQFDGFQsvwewz7tv6EIsxe6QZBAO2bbhB0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818130138","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818130138.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3b85fa0c3467c26d4820c8476a5f5c02/solana-plugin-core-7.1.1-canary-20260818130138.tgz","_integrity":"sha512-MdJZjJFBLgd0NbCQaBfy4W5WzYAziX/Z552MuJML0UNg9aFFYDBsm7F9htFOulhH/6LOkOnJE9oFDz4Zf3NEWA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818130138_1787058376847_0.3002278194098653","host":"s3://npm-registry-packages-npm-production"}},"7.1.1-canary-20260818130017":{"name":"@solana/plugin-core","version":"7.1.1-canary-20260818130017","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1-canary-20260818130017","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"fd6c9e5b41195b9bd3a766d8522e84bae28656a8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1-canary-20260818130017.tgz","fileCount":19,"integrity":"sha512-5dW7ayBDn0VOSOOpkyIE74xAPONYD1UdB78/+G++C6Z9DVmedtXz3bI19jcIOKOIJybwqud08BEw4sA+JwdCmQ==","signatures":[{"sig":"MEQCIEpqrf6fBJ6sRI6O2G3rzedxx+5Q2vCbg6wxbqph1acUAiA9oOB1enGcDEgfaoXQ6xg4RSD8f9W0bVmYIhwvTjdiXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIGSur0ivv1UEUx/T261BSd7ZhY/FMRhvPkKptIsXm7U5AiEAzQlmgsgpXd50i7L5YW72YZ7Ue5rVbSdHgHNXQcGgnwM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1-canary-20260818130017","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.1-canary-20260818130017.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/640ee97855d26ff41b3fcd99587e9660/solana-plugin-core-7.1.1-canary-20260818130017.tgz","_integrity":"sha512-5dW7ayBDn0VOSOOpkyIE74xAPONYD1UdB78/+G++C6Z9DVmedtXz3bI19jcIOKOIJybwqud08BEw4sA+JwdCmQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1-canary-20260818130017_1787058432993_0.8306379977261518","host":"s3://npm-registry-packages-npm-production"}},"7.1.1":{"name":"@solana/plugin-core","version":"7.1.1","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@7.1.1","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"dd7fdbadb531ef28937b94e4f773b11916f67420","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-7.1.1.tgz","fileCount":19,"integrity":"sha512-35h7+QssfnT9Rwq5spUvdGc41WtTVWzJUCbiwvnUHtVwm3z96xSPwj765UtX/enfrcRHJRTDvej2ZjsvO1aeuQ==","signatures":[{"sig":"MEQCIF7j5qssC91Q5KWNqy02OcamnGX936/FImghvtKe3nrVAiAG+PlkXJvS6fjgzDJQtWWfUYwtn1Sp//G/ScSQFMRYhA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCk3qc1FaTpIUzEohMjNsauQOmWi4HAx4su4R8VvC2h+QIhAL+B7Tm2dN8/47rXmMiSXXIS7eOEyf/P8uom/6XgtTrB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@7.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187542},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-7.1.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cc1d561568908986ea33f7aaace76ed2/solana-plugin-core-7.1.1.tgz","_integrity":"sha512-35h7+QssfnT9Rwq5spUvdGc41WtTVWzJUCbiwvnUHtVwm3z96xSPwj765UtX/enfrcRHJRTDvej2ZjsvO1aeuQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_7.1.1_1787061441062_0.21571068353423284","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260818150405":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260818150405","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260818150405","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c43a65b8514c30db8708f9d0faf9d94fb302da9c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260818150405.tgz","fileCount":19,"integrity":"sha512-2LiHe/N9WGhrcZeRUcBNZiqYSMgqMos08XeysKjB53fG8kCJPVvD9zx5J3DvAttFE9KQjEBZveZL+1pzaS16Hg==","signatures":[{"sig":"MEUCIQDBYEooHgYZOigQPPmayl9JTt1EDOXPCuuZrlE/JYkyqAIgJ6FPzMXQhDW5mbHSU0I+zDApYuphZcQsydfntwqsI1s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCRkgpsq5xNvmxCjDszj3wob8Rxcbh1k7w830toVZSiIgIgGJgzzHH2a/s92Gccu9OrDv6+Mp+dBBxhadgihhPBqP8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260818150405","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260818150405.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d8ab539de5fbd13300418ee522517dc8/solana-plugin-core-8.0.0-canary-20260818150405.tgz","_integrity":"sha512-2LiHe/N9WGhrcZeRUcBNZiqYSMgqMos08XeysKjB53fG8kCJPVvD9zx5J3DvAttFE9KQjEBZveZL+1pzaS16Hg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260818150405_1787065855750_0.9037485821342044","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260818150904":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260818150904","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260818150904","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b6c47bd8295d8c81822bc0e0ea0181692fd6ae84","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260818150904.tgz","fileCount":19,"integrity":"sha512-Qe0rCyHF92QY67nggGdYHloyjTyA94u8T9qmHRwbxRYT3vw69g2o7cXy9w0pFwc/pu4eFFUvcuszcENKDq+t0w==","signatures":[{"sig":"MEQCIFfdvBDI1ZZq9POVDc8865TTeOZ3dRJawj3lBqsKJWUMAiATyPC+wAXaFd//wudjHy81WWb7E8K+JTCDUv/4JMvuoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIA9nIZpC7z5ok82i/zLNj1s7+TnNPVauBpNh7SP5lPlNAiBcmS2GrEM8HBM671RJ9ZbcYq1iF16dUYVtecBhB3ZJzw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260818150904","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260818150904.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5ba16488e3eb7e946626442e4dc673b0/solana-plugin-core-8.0.0-canary-20260818150904.tgz","_integrity":"sha512-Qe0rCyHF92QY67nggGdYHloyjTyA94u8T9qmHRwbxRYT3vw69g2o7cXy9w0pFwc/pu4eFFUvcuszcENKDq+t0w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260818150904_1787066029087_0.2653341520986021","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260818151503":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260818151503","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260818151503","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"16ef4635d21f026bd163a780413d81f61571ba3c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260818151503.tgz","fileCount":19,"integrity":"sha512-TbbqT7vEnVgKRTFehWWamGjoYJqRppjWTgGW8t5XKPjK7rB//kk6ENNK1KMq9xy7NkUcLjh5sl7E8xSvS6yt1w==","signatures":[{"sig":"MEYCIQDIHjH1uRDFPuw5WOdKpLLSIIMru9wBEJX23M4ThsQsOAIhAP2DJUw4MK2mLZc8shdmQt5yjHovcym4VzUxvPBIKsR8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIDFcNoQ973GPU2bF9JfLai3xoCo6VSXzl5IDfEpTg8dAAiBRJu2tigr940o6Pm6ZbfyokXisFdb74AYRCGUp05MdYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260818151503","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260818151503.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/20d6e24d919c88df067575f0314b6aa5/solana-plugin-core-8.0.0-canary-20260818151503.tgz","_integrity":"sha512-TbbqT7vEnVgKRTFehWWamGjoYJqRppjWTgGW8t5XKPjK7rB//kk6ENNK1KMq9xy7NkUcLjh5sl7E8xSvS6yt1w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260818151503_1787066422403_0.421536874553496","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260818152039":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260818152039","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260818152039","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"01d101588b2e04200569f9c93d3353108737c58f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260818152039.tgz","fileCount":19,"integrity":"sha512-mzy9iLCNbTF/KhXxJwoZqMxPQK+k6Nwg/kMp2eqtfPxPLegy57c3MR8+vZpH/9eauJUcFopF9oj30sG3dItJ0Q==","signatures":[{"sig":"MEQCIFeQ6n2MSV0p80Xeq3LyRDQYWe/XGS/pXddjfoKINxtEAiBJjiQTW9jkIwamBIy0Hn11Yw4dYkHFfYx7yW6FK6T3Eg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDExJRo3ydB6pXXRB/uQtPlsSKGsiS7GzqVIBecb+KQcQIgZU2wF18ioBlC7UFPMNsbbmat0ONHUNuiBCwphBD0gOs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260818152039","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260818152039.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/640c8dfaeeb42bf944ec9e1880b2ed5e/solana-plugin-core-8.0.0-canary-20260818152039.tgz","_integrity":"sha512-mzy9iLCNbTF/KhXxJwoZqMxPQK+k6Nwg/kMp2eqtfPxPLegy57c3MR8+vZpH/9eauJUcFopF9oj30sG3dItJ0Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260818152039_1787066837746_0.3318606335797123","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819081434":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819081434","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819081434","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e50dccdde3cd57c0c9d3464781ea5f6e6292f1c5","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819081434.tgz","fileCount":19,"integrity":"sha512-kV+HZu8rY6W0+TC4NscvlVEls78927Jj/6zFR3GAtxwvyI3WAoOj4WEhRrLANsFUQM+JQmH/xlBc+liyZZaedw==","signatures":[{"sig":"MEQCIEE4LBDldwm6KM1ZEAykivOVS0S/Bo+K6mlsa3pLkbHCAiANIk1vEjbyeFqOnBlXzOmulmpRdd40PpEs+aSjKLYJzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDDxdPVAk8VXpwVYXT6aHz4eBTrZmaTYV2mOVUhQs/4CgIhAM6B9SinTPBtrp0xu+jJdvqBTgATYckQDg7I0WA/nUu9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819081434","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819081434.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/19caab5a578973c9a928a83336150a57/solana-plugin-core-8.0.0-canary-20260819081434.tgz","_integrity":"sha512-kV+HZu8rY6W0+TC4NscvlVEls78927Jj/6zFR3GAtxwvyI3WAoOj4WEhRrLANsFUQM+JQmH/xlBc+liyZZaedw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819081434_1787127562242_0.7260808372466592","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819081535":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819081535","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819081535","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"aec5d0024b49f46887c58333eb2263c85565166e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819081535.tgz","fileCount":19,"integrity":"sha512-PoJPDacScNJ7afdCN2XOuvtVrHDZh8ih0feF+9CpDN6e1s8U3flmUhqeEDexIEq6gQ8Id7QvdcXgD7vnhjdruA==","signatures":[{"sig":"MEUCIQCvrg6+gyVI4uyQnXEu3GiMe1HW31DF0xdIRh/rI7GztwIgBFbPhoDodJUIzua9kEOUJRscY7j38nkpzdSnpo+eGr8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIFvT1QJgLekS8DQbgKfyFmtBuegPKib3B1BGoGBjQfX2AiEAjt3ZShyV4PXg8c9AS+pl1op3X1at2DCnl1S2UZUEqdw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819081535","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819081535.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/f8039d86db43846b235e737bac6ef7fe/solana-plugin-core-8.0.0-canary-20260819081535.tgz","_integrity":"sha512-PoJPDacScNJ7afdCN2XOuvtVrHDZh8ih0feF+9CpDN6e1s8U3flmUhqeEDexIEq6gQ8Id7QvdcXgD7vnhjdruA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819081535_1787127606477_0.2953050215384079","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819083503":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819083503","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819083503","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6e30d1088508d732554239a795fafe26300f9f79","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819083503.tgz","fileCount":19,"integrity":"sha512-w7l1sV05zFJoAzCfq/TxClmAVeRh8CPLS+84Moe2k+PsEJa0W+XzUGfue4kHfiqkw9UGCnkS5EeCeUY+YdU7Bw==","signatures":[{"sig":"MEQCIGHBpN2IsZ3NdbOnl7uz0POuFcOhHcaMiGXafn9K2MbjAiAzudEjDhKDhskT8xeYba6ynEQhjjLPZtWS1FG738ZKVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCAy3BuJooLc36A3IDULNl4FAwKNBkLlSViBCJd8OXmwAIgYBKuqY50qVJBDTenaCCTGbXYNfsA44wTOa/7RSoq4BQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819083503","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819083503.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5c452beb22312098698b297af29fbd6d/solana-plugin-core-8.0.0-canary-20260819083503.tgz","_integrity":"sha512-w7l1sV05zFJoAzCfq/TxClmAVeRh8CPLS+84Moe2k+PsEJa0W+XzUGfue4kHfiqkw9UGCnkS5EeCeUY+YdU7Bw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819083503_1787128810106_0.2129985716759779","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819114136":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819114136","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819114136","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"53d3e52a3553449842e4069231904cbdc9ddc141","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819114136.tgz","fileCount":19,"integrity":"sha512-aY/niCBI2yPtnRsFbHdqDdwh1gSyfMm8tg/6C0EaVVptFBpVkV1XNeooBIqNRRV+1zgRUZXRxjnULmzz7vtxAg==","signatures":[{"sig":"MEYCIQDaHdAfZlnYkM1epBFVE6p1h9edDjE76XFgAorJc/ruoQIhAM0EHICQGiWoXH7GxuuicXjZr+r1mXQCP+D6P6nDvGgz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIAGV3d7XQcLxZ9aQWsr4Ow/Ug8oC2vANR1DTP57HuVVyAiBMzA7CWX3C0d2KpAz6NAiuDofrgoO28lmjh22bT/TCBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819114136","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819114136.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/651966633dd279660b611060e5c0cfe9/solana-plugin-core-8.0.0-canary-20260819114136.tgz","_integrity":"sha512-aY/niCBI2yPtnRsFbHdqDdwh1gSyfMm8tg/6C0EaVVptFBpVkV1XNeooBIqNRRV+1zgRUZXRxjnULmzz7vtxAg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819114136_1787139964103_0.16022628435312236","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819142543":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819142543","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819142543","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"00a9edf19729d45b1a2194387045b374ef80fc60","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819142543.tgz","fileCount":19,"integrity":"sha512-JNfi4wiYjlBQK/SPcuW0x7ClwqSgBdAm2X99g/pYEuUxOfLx0ePaQq7QY3cWYejanwG3p4Me+IYxsac/v+dsrw==","signatures":[{"sig":"MEQCICIFwBtGE+zDvGJkl9VKO33xSIl87LJiXJ8zhHISykz9AiBawo1JOTYgRFVT8fyLHK4nheV6MtUPUiRN8EKaoBH9fg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIC8IIjOUqyMYhDmclbPEumqwLI+9uOEAfzS8oCT4RfHqAiAyGsdMDKEYCd4fH2DNoXutamFVZUHyf7OVJ2GI24rzrA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819142543","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819142543.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/bb61fdeeabb142fe97a0717f4ccaf45f/solana-plugin-core-8.0.0-canary-20260819142543.tgz","_integrity":"sha512-JNfi4wiYjlBQK/SPcuW0x7ClwqSgBdAm2X99g/pYEuUxOfLx0ePaQq7QY3cWYejanwG3p4Me+IYxsac/v+dsrw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819142543_1787150013206_0.49399453806041027","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819144513":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819144513","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819144513","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6b8f03fbdc30667825179da57efe66828954f564","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819144513.tgz","fileCount":19,"integrity":"sha512-BTgLE6EQNp34Gg7BdF6bcRpk9GaAFVaMCvvk5ml9+/ws/7+TUxw+C62B9myVrQ3gZtOxKxeoOKxNUoDvsXuhDQ==","signatures":[{"sig":"MEYCIQCklI0poMOCU+rFpFHP1vlBwchVeuQLRjwB7bO3lACRwwIhAJ9Q3kYyGZZavrAn06khsQL93gQjMeeJNmfblx5iGlwS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQD3WVzdDZlrgVi6wkCiJZEOAtJP1J7ceBmsxr+M9nI8eAIgB7OSpPTjSX2epdcfQnkFlXCJpvRy6/lAD1reIHFdNfs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819144513","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819144513.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/34360c730b7c24494976492529984bf2/solana-plugin-core-8.0.0-canary-20260819144513.tgz","_integrity":"sha512-BTgLE6EQNp34Gg7BdF6bcRpk9GaAFVaMCvvk5ml9+/ws/7+TUxw+C62B9myVrQ3gZtOxKxeoOKxNUoDvsXuhDQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819144513_1787150976500_0.06673781517843902","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819144333":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819144333","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819144333","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e87f6a7c1ac1352ea0d24e3f93c8e41ea02e9834","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819144333.tgz","fileCount":19,"integrity":"sha512-Na2MEOX5Xg+pZbeFQ4TosBuiL9jQeG3Vxg3pfZgKPSkGzNsJvrVNSRWUDOuq4yAd30+RZKxyrba2dfkCSa8z/A==","signatures":[{"sig":"MEYCIQCE5kiqNTzRgfItqHLC/GQmDZimayLB64mYvfKo9idQuwIhAIC9EtQen2Vd/ojDI/EXM1fMrjypjOI3Mlo8aFV/gGAl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEGZzVnBK2uFJK3vuAJdJrUqXglEJrNDpdNGGLEFo+o2AiA++HPS8o18/c0/z9d0gQBqJ2pSLaKFpgAsX5p5XzFnIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819144333","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819144333.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7c178ab37329f01d0eb7033eae576635/solana-plugin-core-8.0.0-canary-20260819144333.tgz","_integrity":"sha512-Na2MEOX5Xg+pZbeFQ4TosBuiL9jQeG3Vxg3pfZgKPSkGzNsJvrVNSRWUDOuq4yAd30+RZKxyrba2dfkCSa8z/A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819144333_1787151007856_0.014410462319525807","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260819190144":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260819190144","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260819190144","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cbfa0003c640bc86ce46487a13bb2f1be86bc44e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260819190144.tgz","fileCount":19,"integrity":"sha512-21ISR/VKqqXb3JrtTe4ZXFZRkV4GsjW7s5jVvJkIcuxP8CVk00wmMej0erH7iXMnRq1Vzz4K9kYoW3eN5vyZAA==","signatures":[{"sig":"MEQCIHNg+yFjFi3caz/P89NaEJgikm0BQt2cRWYL1K5ytIbRAiA0LcfCOl0ZwOCjW1MH+kvJyOvXFaKla2rv79jo5WQA5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEX94ENxR8t7T959fL8UoiY/xeNksOY5vXsV8HgDj+iyAiBG18qXOY5FXq4tT1cY0PDZ4KU91FmIj7YYDP773lWn1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260819190144","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260819190144.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e878ec598026caf38bd4f17628e5d71a/solana-plugin-core-8.0.0-canary-20260819190144.tgz","_integrity":"sha512-21ISR/VKqqXb3JrtTe4ZXFZRkV4GsjW7s5jVvJkIcuxP8CVk00wmMej0erH7iXMnRq1Vzz4K9kYoW3eN5vyZAA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260819190144_1787166453284_0.21426107742034017","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260820081716":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260820081716","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260820081716","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4dccef340b5cee7f729e656c34a0dfbb93d67e7a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260820081716.tgz","fileCount":19,"integrity":"sha512-yNHPBs/rAe7VdAc0ceVdMAL6KMoKfWqdItKxVBqDWbSUxpfmMeif54gO74YY8RP4kFdabu5mlmVk8JCPnlZS8A==","signatures":[{"sig":"MEYCIQD15L0D1OvSBKeluDHpBBUIMzwfEIGyZCeZylUcaYa8DwIhAK9wIp+L6xNbpchZG/WDTrvMbsGK6Dy9+iWmpjNICg+L","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDdE+9dpTkTrUZ5IZop4uqdLA8awdEYPqwORB26ZAmR3wIhAJ7AIXo4+DDTjIFs8uLxuGObg66GLJIfYDt8FpjBiJLT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260820081716","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260820081716.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/5b266132ab6c773e8c5cb105d501bbfc/solana-plugin-core-8.0.0-canary-20260820081716.tgz","_integrity":"sha512-yNHPBs/rAe7VdAc0ceVdMAL6KMoKfWqdItKxVBqDWbSUxpfmMeif54gO74YY8RP4kFdabu5mlmVk8JCPnlZS8A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260820081716_1787214229792_0.6086584017199772","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260820084527":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260820084527","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260820084527","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"8a856b3ea21ad3450ae1514213adafb9393767fe","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260820084527.tgz","fileCount":19,"integrity":"sha512-t2BwbdLyWU0ixZE3Hc7WAMk/0eqSXaZ3zwaODX+WoPHMbuYHWNnu1gz7W/UyEx95Es6jrhITJK4LGyaf0eHWNg==","signatures":[{"sig":"MEUCIQCOqFM62O28rRkJpdr6NVNIrclCa7zBJzxMhu6By9kkuQIgOv+afqB2GOdYi4qc/Ec2y7Ltna/WvT/HKQrHvxK9afE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIFWyGR88S+IQQTlT+yBGYvv1uVz4+zMDEERoiuYRJKjAAiBrTQu8rOOoVPVK3ey3DervGBib/YmES3AKh9EaZowpkg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260820084527","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260820084527.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c39b3bf8063ffdca20702f71425c6057/solana-plugin-core-8.0.0-canary-20260820084527.tgz","_integrity":"sha512-t2BwbdLyWU0ixZE3Hc7WAMk/0eqSXaZ3zwaODX+WoPHMbuYHWNnu1gz7W/UyEx95Es6jrhITJK4LGyaf0eHWNg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260820084527_1787215810203_0.9088487118536261","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260820132648":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260820132648","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260820132648","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"254ed1ca99c98797cab6c8e087f655ef6fcc4a5e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260820132648.tgz","fileCount":19,"integrity":"sha512-1hX2taNgpW6YKzTFK8QcmXoiJaK1Oa8eIL/Wm1peJp1K+qtTcnEmXqeJIUybUCv5GhVKA+XLH6T7I9FrkusYDg==","signatures":[{"sig":"MEUCIHFCC61kBlYvds8nia7p39dMa9me+8oDKB3xS4aTLu/iAiEA50PvsZv6Tt93GSoFttbzVQg6BcjBsbMndudlLL/XWJo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIDfhU9QIZfqWNvHTA4++bFiwl2ebvlWnPTe+dNo/SctnAiEAliXSgbW7Wh93mib3lKcOepdxfRizwpGOYo9J1AKpA3A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260820132648","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260820132648.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1c4ed466c78c12bbcfde4fa80a44a7ba/solana-plugin-core-8.0.0-canary-20260820132648.tgz","_integrity":"sha512-1hX2taNgpW6YKzTFK8QcmXoiJaK1Oa8eIL/Wm1peJp1K+qtTcnEmXqeJIUybUCv5GhVKA+XLH6T7I9FrkusYDg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260820132648_1787232792300_0.08178479928588511","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260820133127":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260820133127","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260820133127","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"43dd41e4330d7a699b3fe2b8c651a56eb1571ae1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260820133127.tgz","fileCount":19,"integrity":"sha512-Y32XYQAJZkDzeApRZx8UpixQmOziVOZJKBDZlUIZpu9enxE3UnE3rQPozN65o00ow2Cq+QDAKIgn1JIeUtRpYA==","signatures":[{"sig":"MEQCIHOMztXCE5U4mqn9YrCockcVGNfSbUiP7nWKP7rl/XCiAiAvjflvOSo0fHaxvF+fvhiTqfUODhz+td8mJstVqSI/Ng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDIcNuAAV/bXzZtJdbYKGnHRcxAWIYRV69SwKZPQTKneQIgf+ceMP9wVBtxefO6qO6HcLu/IU8sx3pbYIOaTMaM2NA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260820133127","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260820133127.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2650907cf6f6b9ac53f77c2c063c8e1f/solana-plugin-core-8.0.0-canary-20260820133127.tgz","_integrity":"sha512-Y32XYQAJZkDzeApRZx8UpixQmOziVOZJKBDZlUIZpu9enxE3UnE3rQPozN65o00ow2Cq+QDAKIgn1JIeUtRpYA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260820133127_1787233238682_0.3275328378861666","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260821081538":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260821081538","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260821081538","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"335c9b771e8015b2effad55b64d6545fc9e7c82c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260821081538.tgz","fileCount":19,"integrity":"sha512-y5KevNDdHakSlAJ1rfhdOMBPbhaHc+5Z5wIcLKWYvDwK11Act7sxF9S/dOV97hk6V4FfoXXsw75r5Oq1O4gMLg==","signatures":[{"sig":"MEUCIQD0Zgp96709L7TuCAvYMhaIg2CsslONLQRvxUxqxglqvwIgcoIS7bc4Yr+jq7dcxR5iWkz8Fp2xTbn/vAKkN/m920o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCKJJfz5BrIxYAAc2FYEOER+A/7afkPGcbQzpNHvU2gBQIhAJzd1I2A00z3WwD9Fw98J4gYO48hnzwCP7vrcD2RbH+n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260821081538","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260821081538.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/aca2b5ab5e3152432be0316b639074fc/solana-plugin-core-8.0.0-canary-20260821081538.tgz","_integrity":"sha512-y5KevNDdHakSlAJ1rfhdOMBPbhaHc+5Z5wIcLKWYvDwK11Act7sxF9S/dOV97hk6V4FfoXXsw75r5Oq1O4gMLg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260821081538_1787300440544_0.0786339613014706","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260821081635":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260821081635","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260821081635","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6bfb6745b3d70708f8964efe9b7ad9419026f6a4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260821081635.tgz","fileCount":19,"integrity":"sha512-KqiIcORtFnpgqP3Jg4uk4E3QJbUSPl3e5hjkAWn3tecbWiBIyaP9AeNxY8HZBoiBoQXmmMx+W6Mnc6ukhnPgBg==","signatures":[{"sig":"MEUCICqhNB4SfMEga7UAbBZNWHiSml/crCSJWKgqNXt7ypxzAiEAucvwkD/5p2b1Ot8C/IvBiIEWct0Dwo+xpgZMvKtcWL0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIAQHiMLFljxIQUXbHlTxhbiPmAYY88zi5eB9l/A/XX71AiAscZ4xU1A6hVo811RB/2MWScK4MhnuXKfr2V4Zv8UBmQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260821081635","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260821081635.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/10438ebe44ffa746e2f3de3c675f1cc5/solana-plugin-core-8.0.0-canary-20260821081635.tgz","_integrity":"sha512-KqiIcORtFnpgqP3Jg4uk4E3QJbUSPl3e5hjkAWn3tecbWiBIyaP9AeNxY8HZBoiBoQXmmMx+W6Mnc6ukhnPgBg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260821081635_1787300523878_0.1348644009467197","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-20260821083331":{"name":"@solana/plugin-core","version":"8.0.0-canary-20260821083331","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0-canary-20260821083331","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"a31dc802869506ddf8a9ea679801e275bfd5fea2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0-canary-20260821083331.tgz","fileCount":19,"integrity":"sha512-KfCxw1Y4A5t0/hqTFSf7+t8Wr0B0xJoP0ERsgpiFurXc6XDGnte5gl1il/apbC9mwAavywIQOeCRJJPhr0WPzQ==","signatures":[{"sig":"MEUCIHgFG7Duj//u5vn3zygK8ncaWAz4kcprgx4hWF4sEGtmAiEAxSwoDbxEJhUJhvTPkmhcjalrpkp8TjQeM2IEBQv8X3Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCOVspSJ0IQGi8Szbb4WCprW5IyHPbSdFcet9EDNdv25QIgPD6HvI1eebGgsB0Qy0LGM6TecavXy3sSKnMgIcG37D8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0-canary-20260821083331","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.0-canary-20260821083331.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b690a7e79e2568eb8267e824c78da720/solana-plugin-core-8.0.0-canary-20260821083331.tgz","_integrity":"sha512-KfCxw1Y4A5t0/hqTFSf7+t8Wr0B0xJoP0ERsgpiFurXc6XDGnte5gl1il/apbC9mwAavywIQOeCRJJPhr0WPzQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0-canary-20260821083331_1787301873132_0.9465890586664865","host":"s3://npm-registry-packages-npm-production"}},"8.0.0":{"name":"@solana/plugin-core","version":"8.0.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"bda819db6e2f54e547a86c3d7293cb2bbb4baad4","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.0.tgz","fileCount":19,"integrity":"sha512-8ciqi0mT7TocVt/ZjW0rzch8jgmaYbZeW6J2EFM2Oxe1vG2QloK+voikRxkYtsHMxGtSLfiTZDnklX24xBSa9Q==","signatures":[{"sig":"MEQCIBM7f+2lL70ixOZCIV56kiA2UsxsHLipOV9O5dn64wMXAiAZ42WQS6skO1AQceAos1Fsy9vwg9fTSFdzQRo6yK27Ow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIH9+QDD9zWu7UXX0X66yoVJQaQyuwcu7NeB+4tRmJibbAiEA/ykQUE3IuQLMa0n8AiN9CF5WlVWyGgL1Za9iVD0F0vQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187542},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/99309937c3b57327ab9ca61a031d6b88/solana-plugin-core-8.0.0.tgz","_integrity":"sha512-8ciqi0mT7TocVt/ZjW0rzch8jgmaYbZeW6J2EFM2Oxe1vG2QloK+voikRxkYtsHMxGtSLfiTZDnklX24xBSa9Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.0_1787310974818_0.5064752866764541","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260824185106":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260824185106","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260824185106","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"02ab6b0edbea6a8581a5dda3b700fafa8eb20c84","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260824185106.tgz","fileCount":19,"integrity":"sha512-OXg0VKp3xYuW93eO/y9ZM9OU8aIYrsKYofYbrcGtwayxDLx/sBPbiE9ZJDJiekHlO6yCZF13oKDdngTXD7wY1A==","signatures":[{"sig":"MEUCIBxIZCzvZSVMa65WxsPR2wXNJOtXc0x3pYcUD9UHawSDAiEApxrTOi7Buu/jq149edtumtQE5rzqspWaJM0SPN+grG4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCO2sF6bvyQ07xj4DTpRTUPwR/p0lY5zGbCOXZcUrrXOAIgAt1VFeWhwbKYkQHsmadouN7l2vJR20BMX7kuJF4md+w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260824185106","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260824185106.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e456981f5d2af4f2c6920f9057c41707/solana-plugin-core-8.0.1-canary-20260824185106.tgz","_integrity":"sha512-OXg0VKp3xYuW93eO/y9ZM9OU8aIYrsKYofYbrcGtwayxDLx/sBPbiE9ZJDJiekHlO6yCZF13oKDdngTXD7wY1A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260824185106_1787598107171_0.9915442822231504","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260825081546":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260825081546","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260825081546","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"596ff681395742c7eb814adfaee0798f5455e082","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260825081546.tgz","fileCount":19,"integrity":"sha512-WN6L8WEOG9BkO6lnTCwe+qL2922oG5hqzmJElpKXjlNOiXHRURk/CpacltFtnud4tXI3i6ViWAaXwdyP1cJX/w==","signatures":[{"sig":"MEUCIGeNNARnBaccJlsm9SYZGxmOqR8JDZ2OBNrS8W17W7qoAiEAiNZS3uaOIg/qSy/JVQ4jvOY4rlP2fCmQFqPNFTQAKoE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCztXtyrSOKrd5khrbKrG1mJdUBu7rs4xtAiwVH5f9JiAIhAOqThmQdixiTWaj3HF1GUinub98nkzcnTOKCaq/z/BpE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260825081546","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260825081546.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1d272738b892f9226f95c4d0a2c5f933/solana-plugin-core-8.0.1-canary-20260825081546.tgz","_integrity":"sha512-WN6L8WEOG9BkO6lnTCwe+qL2922oG5hqzmJElpKXjlNOiXHRURk/CpacltFtnud4tXI3i6ViWAaXwdyP1cJX/w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260825081546_1787646060774_0.823535987114614","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260825083531":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260825083531","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260825083531","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b56acdb8fbc9d733ad07611eda297391b2783cb1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260825083531.tgz","fileCount":19,"integrity":"sha512-mHVkxp0j6uZjiWLAjgW/EhC8abuCGs6PjmjotxfTf/LrX0a4wWQGstgni8hS5E4uA7oDIMqgciYy42txV5HAcw==","signatures":[{"sig":"MEUCIF9DM1R2b1O8lWSxJ3xV5u/NzxPbHvAq5nZ2ZtoJb2FPAiEA5axXZU1ATRQVWaLuW0o7h81OMPzHOr3iWNxHsDYAIF0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEOXsW29JBIc7ILXw8OyDVNXacQ3GSxnAUS1OISavEG5AiAK73YTd+ggBhws4dJisjtAHn2/hlFN81VP9ldYsZVLJw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260825083531","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260825083531.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/84bcc6ee28ee5d06a0febff0b26b02f7/solana-plugin-core-8.0.1-canary-20260825083531.tgz","_integrity":"sha512-mHVkxp0j6uZjiWLAjgW/EhC8abuCGs6PjmjotxfTf/LrX0a4wWQGstgni8hS5E4uA7oDIMqgciYy42txV5HAcw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260825083531_1787647257926_0.2713619555270175","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826081624":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826081624","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826081624","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5cbb840d6232a2d370811287f5a928e1dcf7dcca","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826081624.tgz","fileCount":19,"integrity":"sha512-UVdy+iAIFExCT5czP36fSAiEQJoEkRIET4A6MZXs5kyibYWHL7IznbGORKDYtAxEnXf933C/EUij8ZGfOzGZFQ==","signatures":[{"sig":"MEUCIFqd88mGW03TOylovFHmmj/vAqStFq7CAAQyLAxZJmgBAiEA0NnbRHfUD64uUIk5sNGLsvCLPBV8BNzVf0grhPA8q9k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIGSceE7NmKSibpmf7Bg2l9zymf7jPi7pO2+XM9eQdaNuAiB2pgbZTtK0+m0cVSOdRf00Bw1qIt5/ezmjs+KdW3prag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826081624","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826081624.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e8ce55a95327f08dc37231999df17b15/solana-plugin-core-8.0.1-canary-20260826081624.tgz","_integrity":"sha512-UVdy+iAIFExCT5czP36fSAiEQJoEkRIET4A6MZXs5kyibYWHL7IznbGORKDYtAxEnXf933C/EUij8ZGfOzGZFQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826081624_1787732569369_0.7902003992390076","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826084616":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826084616","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826084616","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"c7c3e0d48d8e982b59087eae2fe7379a40dad121","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826084616.tgz","fileCount":19,"integrity":"sha512-HzcwXa4r/AXbAu+kNXEI08PTzK+N+HYBIjCcb/17VMU5WyZqadq/iJldr9CVMxkt1kWtCNAiiFhXRirI3LrTzA==","signatures":[{"sig":"MEYCIQDcfUTVbIG7tD85U1jCkkOPLG+0tNzLsD9cZxvzF2foaQIhALJBTqGL7Flq5IqWIbHHBluYmQBrRrPMXBTWDwfM+yw3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQC/Uo2LicJCfuQAtUE7yusIQIAZSK1pFmrA4euXtdgt7gIhAMFVIycCHIuRiGMJSr9i4KcCupfCIsb05W6gc5VNh3/v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826084616","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826084616.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3f97e378f0aa9b4a834b04dd12fe01d1/solana-plugin-core-8.0.1-canary-20260826084616.tgz","_integrity":"sha512-HzcwXa4r/AXbAu+kNXEI08PTzK+N+HYBIjCcb/17VMU5WyZqadq/iJldr9CVMxkt1kWtCNAiiFhXRirI3LrTzA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826084616_1787734346278_0.22019110765815975","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826113332":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826113332","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826113332","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"9dd7b008486f488d47e752919e7ff527ec47d058","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826113332.tgz","fileCount":19,"integrity":"sha512-LMar/UW329wEDaG9z/StZ1eUkN3pqmmplVyK6TvIOrSZtkDhDv7tpRANhC4jfDT38pjMTSlRU/JrfTpxKoMWXw==","signatures":[{"sig":"MEUCIQDBc39N5+Uu6R7cJ5jj7n8KmF9zhHPsLcli0YKD116ZMQIgBFerGi3ag4z2gHmaeJbe+XSYBE6JAHEntzrr0MBRRU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQD4IRI1UUxtjcUxUICLbPnGZw1IH8BBipUmYQjS7/7TXgIgd/bb4zv35Plijit6DgOZYfIOxCQdsC169bOlknZnuG8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826113332","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826113332.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d5e0912368fd21a6d739f218d892969f/solana-plugin-core-8.0.1-canary-20260826113332.tgz","_integrity":"sha512-LMar/UW329wEDaG9z/StZ1eUkN3pqmmplVyK6TvIOrSZtkDhDv7tpRANhC4jfDT38pjMTSlRU/JrfTpxKoMWXw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826113332_1787744396293_0.9527483780289365","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826175936":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826175936","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826175936","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f43ce0876d90f7a2560b976558c6abcb81efeed2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826175936.tgz","fileCount":19,"integrity":"sha512-wywKwJ7a75jGNQ65z9KNotblfWHasJnoXK+gWmlmgvmDzHkRtQCodiuv9nWihNO9R1Hrej9wNWc/REIOzxiAPg==","signatures":[{"sig":"MEUCIQCcSjvOzI8ySmy5Y1IX9PfMP1A3WMmpnJD0sETh8ukQyQIgFO0tbYBju/IxmCQ3eSAgSUv47kAWt6j1wxfXY3kF3Y8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDWt9FpalgxYUmQ1gSz9W/jg/Pisoc/0056lQE9B1NsPwIgcZKaxeepXVawB1h4CZTywDvA+vl/Hs7RiHPRl+4VPrw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826175936","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826175936.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4256ce91c455532bd40d0401a50839c5/solana-plugin-core-8.0.1-canary-20260826175936.tgz","_integrity":"sha512-wywKwJ7a75jGNQ65z9KNotblfWHasJnoXK+gWmlmgvmDzHkRtQCodiuv9nWihNO9R1Hrej9wNWc/REIOzxiAPg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826175936_1787767538028_0.7382339255760535","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826181059":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826181059","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826181059","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4952c2c771fc0ae70f3ed9f7de5d2a76dd7b0a43","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826181059.tgz","fileCount":19,"integrity":"sha512-7IV7XXBKKgr6yNgHWtOL6b9kJR4JDo2NdTMb5lo2ufsEUNci+HzrvKY9VamlxJ27kHyEIBNScgyNE5JY9LhlDA==","signatures":[{"sig":"MEUCIEGMfzcTbXg9renSnDRRVhXMDG0U995c1enog1bmA5LeAiEAxWLT47aulEAtkeM6nuDYeN9kLgW2mUCaToUxMbti0sY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIDFHzl9Rgq7Fzjr2yV0Hu93ur8NyiJ3Mrd9BIgo3Q1zLAiEA7b8HmM9KkYQrQIxOowOzh1l96/ppEmRSdqmM3C68Wu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826181059","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826181059.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9c4d41704cacb54af1e622d435efc392/solana-plugin-core-8.0.1-canary-20260826181059.tgz","_integrity":"sha512-7IV7XXBKKgr6yNgHWtOL6b9kJR4JDo2NdTMb5lo2ufsEUNci+HzrvKY9VamlxJ27kHyEIBNScgyNE5JY9LhlDA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826181059_1787768453724_0.5199004015057569","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826181553":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826181553","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826181553","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"bf7f24df809d80668458d85b859d53558287acf3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826181553.tgz","fileCount":19,"integrity":"sha512-eTE9jxoSVjWQQ3IZlH6Yq1ToaID8n4vVgcq/hULjpvZSD7Mk7aGzxhti2EigCzSe70fZKW5uTGo1J8cRdh/dEQ==","signatures":[{"sig":"MEYCIQD237hUyDA0UUM0EZmfiX0gimJbPdmJmKcWRX4YrAY/hAIhAI2tO35zamMjOSXSvLxeRQHw+jlPE7LdUoWgvt1dAQIL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDWcltgMD1SMyCE//AeHRT5fKL0LfnvBwtI1AmQo44TCAIgW0uWxPeWpZaNtcSh62yfER/QIP5vcUPCu+5m9hn1/uY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826181553","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826181553.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3a8c0ab878b9a115a8b6e0d5d5f07339/solana-plugin-core-8.0.1-canary-20260826181553.tgz","_integrity":"sha512-eTE9jxoSVjWQQ3IZlH6Yq1ToaID8n4vVgcq/hULjpvZSD7Mk7aGzxhti2EigCzSe70fZKW5uTGo1J8cRdh/dEQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826181553_1787768694760_0.8352203772378182","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826182619":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826182619","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826182619","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"04a1f97b5dceefc44ffd2ac1dfe7d572517b8f92","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826182619.tgz","fileCount":19,"integrity":"sha512-WHrGhHpkySYFnbUxdGh+/uQfkAvwQRmNfx7crPho2fji5/zc46y55KGY1iIVt2c//jpxu9dI4vkZCHXN2V9QVg==","signatures":[{"sig":"MEUCIQC7gdfenf3DCHpNSNLIn48wyp+wf9SpSUwaOlUdS8ByHAIgWTUuoO5hNNSuUK0RxzYm+x2tNe2lzDWjkI3/rntsyyk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIBUrHCx1wGzlzWSS5PyYpRdIH9GlvYcRkivsA0JOxXEBAiAoszgU69snyZNZnSLlQuXFQ6HERTqHc5vwp+6ecSssZA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826182619","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826182619.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/410248584b97168a2c642be3014143a6/solana-plugin-core-8.0.1-canary-20260826182619.tgz","_integrity":"sha512-WHrGhHpkySYFnbUxdGh+/uQfkAvwQRmNfx7crPho2fji5/zc46y55KGY1iIVt2c//jpxu9dI4vkZCHXN2V9QVg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826182619_1787769133645_0.7849724988091653","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260826184103":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260826184103","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260826184103","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b6cd3fd3d723a4f2ff3a0fe548ee3291ca4c7b6f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260826184103.tgz","fileCount":19,"integrity":"sha512-gfKcodkOdReihDU7lHBR7sRzScGBEFl8XREajaVAvuus1McSDuQP9nPYyrEhwQQXV/Dl2baT66W3Lb77XZtKZw==","signatures":[{"sig":"MEQCIHzKYt7O9qrJa7uwFuVzFHpw449R2mHciEvti4rid/tMAiBKXPleBEI/6gEnhaAKcf9BPJmu1vAaDg5E2/vyYQWNIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQD2oF32PIroQhwmw7IpjIJMHl/ZaZt9QRxQIS0bK8mAYAIhAMAxsZu7XAdLi17DqH9MSHt3mi354hkkrdZmfF/kM8Lm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260826184103","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260826184103.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c8012265a5f35743480563537834af8a/solana-plugin-core-8.0.1-canary-20260826184103.tgz","_integrity":"sha512-gfKcodkOdReihDU7lHBR7sRzScGBEFl8XREajaVAvuus1McSDuQP9nPYyrEhwQQXV/Dl2baT66W3Lb77XZtKZw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260826184103_1787770129883_0.1466298104607704","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260827081626":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260827081626","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260827081626","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3cdbb2154090bd136dc037fdc6414bedb972bafa","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260827081626.tgz","fileCount":19,"integrity":"sha512-4K9eKAqT9U8d6E7x49lgP2V9TZdBVi/HIqQekMHl/PNYPOeVx+6euHCKPItokzrMVHCE/84oU0v5CpkX2EiZ6g==","signatures":[{"sig":"MEUCIFB/ufeC4oAzHfxiGwayMi/aZO4fYU860jOUXAgG1lX/AiEA2rNhZ0kEeExTf/00MZbROsMjhnoW6vRKuk2p0QXz6ws=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCICE+e6GniSKbPwlTX+rqbfl6HC6lr3mq82jr7MvjhAycAiEAooZsnccmRj62htdKzQP9jkVKyunsV9raQsCi4BIpPUc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260827081626","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260827081626.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/94a83bae79ab12618d63d747bfe154c8/solana-plugin-core-8.0.1-canary-20260827081626.tgz","_integrity":"sha512-4K9eKAqT9U8d6E7x49lgP2V9TZdBVi/HIqQekMHl/PNYPOeVx+6euHCKPItokzrMVHCE/84oU0v5CpkX2EiZ6g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260827081626_1787818846546_0.9145315942893195","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260827081558":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260827081558","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260827081558","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"b191af853c84c44e51ade6e98573c1adeb8ef4b0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260827081558.tgz","fileCount":19,"integrity":"sha512-SyDVZKIF2QjzgVsTQh/xV8n9ZzdSRlONyki59B0tjPHyJ63LHYp3EtV2ff0lFniw8OfBXTchLWwjEEesF6wfCw==","signatures":[{"sig":"MEQCIE0ja0Uo/t62WDLP0VxGRVk4cMKZdBHJ3+Ej4usTF7nmAiBiDdErQbD86pm+0qUJoCmTWzUUgx3j33k+mOSOLgduxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDGdBaCQc2olHW7wvD0LaIBdyKIiESNebl+WGHeUx9J8AIhALx8G64KExAyfakymtxFQoKJM+XnW+9/1DqfoobRIMUJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260827081558","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260827081558.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/cdc0ed0c63945c5d5380d3e213cae4bd/solana-plugin-core-8.0.1-canary-20260827081558.tgz","_integrity":"sha512-SyDVZKIF2QjzgVsTQh/xV8n9ZzdSRlONyki59B0tjPHyJ63LHYp3EtV2ff0lFniw8OfBXTchLWwjEEesF6wfCw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260827081558_1787818896349_0.8291196281782327","host":"s3://npm-registry-packages-npm-production"}},"8.0.1-canary-20260827083225":{"name":"@solana/plugin-core","version":"8.0.1-canary-20260827083225","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.0.1-canary-20260827083225","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"1046ccad96a7934c647cba25c9c1b21fd6dea5de","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.0.1-canary-20260827083225.tgz","fileCount":19,"integrity":"sha512-d0BkZAkMEUVOlDO3+Z/NJ8X2v66b2uQt7QWKBgfDDR97Aqz5u4pqtTiFmkieBT2xshjrwy0aD3TlQ6ctnieOiw==","signatures":[{"sig":"MEQCIFj79S02/hpDleDtpkRntMR2nH9zXYMqiBuhm3krhgLXAiAFfxhtmlP1fpgd3vdZxkVIaazNsw7Tw1E2VeSjl/4Xqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIFrIdSpv0WJ+lw9hy1GmBEbxQV/hLk6ZjmPF20vKcOlGAiBzEbjzvQ6WhNJVMbRv1PAss79X+1MpBjJ5KmoOyKHH2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.0.1-canary-20260827083225","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.0.1-canary-20260827083225.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6f9fd67f3698adac8402ca92b79e2d2f/solana-plugin-core-8.0.1-canary-20260827083225.tgz","_integrity":"sha512-d0BkZAkMEUVOlDO3+Z/NJ8X2v66b2uQt7QWKBgfDDR97Aqz5u4pqtTiFmkieBT2xshjrwy0aD3TlQ6ctnieOiw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.0.1-canary-20260827083225_1787819932516_0.04912027946574926","host":"s3://npm-registry-packages-npm-production"}},"8.1.0-canary-20260827105551":{"name":"@solana/plugin-core","version":"8.1.0-canary-20260827105551","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.1.0-canary-20260827105551","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"38dccaed7396d3bb2e3a1f790195d1a31b8fce42","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.1.0-canary-20260827105551.tgz","fileCount":19,"integrity":"sha512-n1P3kc8HtvrI9mGNvErOuE8Ke65H6AWvO2r+AJJkfxxk/mTNILvorYa/DyTRI7oWhOtZZNQFL5E+6Ik+E0TDJQ==","signatures":[{"sig":"MEUCIQCuSWeaZ6FBz71YYCIdWzYRjbxE90OxLhQl59WsyI4E2wIgNXxEQ2NDaCubZT9192hMXCBTYE+SCiU0JnQgxk7fLcM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIDqCrtHnWLz+Lcvp+hLQXf8CdznJEG2DCtvmua/MKZ3kAiAtmflS6v/j7838cmzA0ZM21FxfFLqVYk4xl73kjZJXAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.1.0-canary-20260827105551","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.1.0-canary-20260827105551.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/4e3662111b5036610b83a2b3725c5d58/solana-plugin-core-8.1.0-canary-20260827105551.tgz","_integrity":"sha512-n1P3kc8HtvrI9mGNvErOuE8Ke65H6AWvO2r+AJJkfxxk/mTNILvorYa/DyTRI7oWhOtZZNQFL5E+6Ik+E0TDJQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.1.0-canary-20260827105551_1787828498529_0.8802703498484996","host":"s3://npm-registry-packages-npm-production"}},"8.1.0-canary-20260827130934":{"name":"@solana/plugin-core","version":"8.1.0-canary-20260827130934","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.1.0-canary-20260827130934","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4e49ac171f149753979973487ce8548df00d8687","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.1.0-canary-20260827130934.tgz","fileCount":19,"integrity":"sha512-LoF7wPfWZRhlKkMvklBSO2jhUdoEjZ8kgSolar8fp0PfvvjslCEIahvjd34oqARcEHJRAnLE6dqTbDiRECCIlQ==","signatures":[{"sig":"MEUCIAdAxnCpekgTThJ8uaSwTK6akMeWI8Y1R/w20KIURimOAiEAxZG9mkIcBUwgEvGw6BBRtY4w+5k33A5QlyJL/ey36Dk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIBLpOscrygI+xN5jZ851zBBbWBf8fFkvAQMkTeraVRzbAiEA0C3euXAvgBxS7YNlMUejFvryzgoSFKWOWHRW6gliBQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.1.0-canary-20260827130934","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.1.0-canary-20260827130934.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0cdcef8c639e2e264e119a592eb6e3dd/solana-plugin-core-8.1.0-canary-20260827130934.tgz","_integrity":"sha512-LoF7wPfWZRhlKkMvklBSO2jhUdoEjZ8kgSolar8fp0PfvvjslCEIahvjd34oqARcEHJRAnLE6dqTbDiRECCIlQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.1.0-canary-20260827130934_1787836590171_0.5774138950262946","host":"s3://npm-registry-packages-npm-production"}},"8.1.0-canary-20260827140656":{"name":"@solana/plugin-core","version":"8.1.0-canary-20260827140656","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.1.0-canary-20260827140656","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"461ad74699f91dae28c3c2af34aed4faf1b07b97","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.1.0-canary-20260827140656.tgz","fileCount":19,"integrity":"sha512-ELzGPNxBTUTOj1cfvIDBTCKGuAkYUyh7ac5YFL3zhnvB236MXErOJVSsWY5MchL4nK0KdOv7bh5WRRdnmfTnqg==","signatures":[{"sig":"MEQCIBLvC+AW8/EwkNyg5OQaQa0hBWeKM7bpGdfjc7MMk1WHAiBKrCpa1FWkbimn8s/Vl1fV+kzwCFpraOPSIHECsUVP+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIFOboYspAmEHKloz5MLsVy90Qu7RSTaZd7gH7M51rertAiA8E0FHKnlMLSHbVkDbhv0iIPUD6jQ09uv1pZRRpsezQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.1.0-canary-20260827140656","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.1.0-canary-20260827140656.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6b063609df5f1bc022a555420c36121d/solana-plugin-core-8.1.0-canary-20260827140656.tgz","_integrity":"sha512-ELzGPNxBTUTOj1cfvIDBTCKGuAkYUyh7ac5YFL3zhnvB236MXErOJVSsWY5MchL4nK0KdOv7bh5WRRdnmfTnqg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.1.0-canary-20260827140656_1787840049699_0.0856905701499675","host":"s3://npm-registry-packages-npm-production"}},"8.1.0-canary-20260827164440":{"name":"@solana/plugin-core","version":"8.1.0-canary-20260827164440","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.1.0-canary-20260827164440","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"4c9fec382b2770709ab50486cbe4fbfcbe737f9f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.1.0-canary-20260827164440.tgz","fileCount":19,"integrity":"sha512-7ToicRBgMvf3FMtYDSJ93vUAzKyUiHigpvL5tngSsH+T2rsuXE80KnxsbgdAxOfNpJG7guUJ6UAM3bnU8Ag23w==","signatures":[{"sig":"MEQCIAGZmtS65AWH4OtBKpeFWjeFT7Vyn4EvZcEAVdLtjoWuAiBWH7wQ92PoVoxXxiSgm1V5RTKju118/QnOi90nqwd5OA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIG6cEvL8SNm7u6ML8D14YY/7ERug/iDpsS2rsCrZXW2EAiEAv/Re1GOdWZS2Rj4/RVnKIg4d7RkIjXsv0FfWIrCE7eE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.1.0-canary-20260827164440","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.1.0-canary-20260827164440.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d5ae9c05c7211b52df826d5a3ae020e2/solana-plugin-core-8.1.0-canary-20260827164440.tgz","_integrity":"sha512-7ToicRBgMvf3FMtYDSJ93vUAzKyUiHigpvL5tngSsH+T2rsuXE80KnxsbgdAxOfNpJG7guUJ6UAM3bnU8Ag23w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.1.0-canary-20260827164440_1787849380628_0.9052757093341406","host":"s3://npm-registry-packages-npm-production"}},"8.1.0-canary-20260827170043":{"name":"@solana/plugin-core","version":"8.1.0-canary-20260827170043","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.1.0-canary-20260827170043","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"7cc8235d5f5e3a3986267bf2123b46f26e35a86e","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.1.0-canary-20260827170043.tgz","fileCount":19,"integrity":"sha512-++RA2YhLI9M1yyHWHDtzyxFp8n6vBHEZ9nYhn2AAMXnS8/1q1XVV0EybFlAjoyvgar48i/TlmXk6nnLxrB1OHA==","signatures":[{"sig":"MEUCIQDkzlaAIGdu4aCG7ZkZXmtlErON53ZRv6iW6yPfs8klrwIgbYtZo2WC1rHduwoqeQ1dDsbrosg8nUUVp/Y/5Z8+Slg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDa7Lmm6a5Lp2dfjLr8POLGPxjesfUsfTuyNZtdD4hAlAIgGom+zDQwOfyH+QV/ejfjIRwBae83G9jzIN6Y+/JpI54=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.1.0-canary-20260827170043","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.1.0-canary-20260827170043.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/aa47cab000a2385be0da9d356f27f654/solana-plugin-core-8.1.0-canary-20260827170043.tgz","_integrity":"sha512-++RA2YhLI9M1yyHWHDtzyxFp8n6vBHEZ9nYhn2AAMXnS8/1q1XVV0EybFlAjoyvgar48i/TlmXk6nnLxrB1OHA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.1.0-canary-20260827170043_1787850379662_0.16467629150412555","host":"s3://npm-registry-packages-npm-production"}},"8.1.0":{"name":"@solana/plugin-core","version":"8.1.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.1.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ee207f68a518f6b570fd298453447231f55ce8d3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.1.0.tgz","fileCount":19,"integrity":"sha512-xrfErUO9WaUhxfmyMjVxoWHEVF1yxWQEAF491ur4CgDpfL8UnhV0tiWp1+6duOplgRkEIEnARuS83S4YZjSgOg==","signatures":[{"sig":"MEYCIQDioAZFalZw1ck7aOcqwX4PwHo3Vi04rLKP0C1+egLCQgIhAMOY7d+rMZHJdpNrZY3JtWbJUkbY6alNR6ZfKhgT0JBv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCayrvWQDrqQ0HSOUo54FDPOZd7TojmxZaCuiBf1+xikgIgTBVB+tHnd0IlBfR1eFzO2iYcdp1JsHOdxOkTicYu9AQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187542},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e8e4d48921fb689459429373c9442ee4/solana-plugin-core-8.1.0.tgz","_integrity":"sha512-xrfErUO9WaUhxfmyMjVxoWHEVF1yxWQEAF491ur4CgDpfL8UnhV0tiWp1+6duOplgRkEIEnARuS83S4YZjSgOg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.1.0_1787854777806_0.02846145701148295","host":"s3://npm-registry-packages-npm-production"}},"8.2.0-canary-20260829111831":{"name":"@solana/plugin-core","version":"8.2.0-canary-20260829111831","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.2.0-canary-20260829111831","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"97a2fba81d2b3e0f39023494138bb25244dac1ec","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.2.0-canary-20260829111831.tgz","fileCount":19,"integrity":"sha512-J67FbwV0RcMEDy+6/GMHLuNGTTAXHSuDLNBZNVR03Sz7UlxBLqTkvzr577qjNq8KV5abaHBSczFW1W8xZ9F9Kg==","signatures":[{"sig":"MEYCIQDq943msu6jBrQ0pfg1yihCn2qAGHSJmov54ETjhiEaBwIhALE/RoUsRl3gKmPKQOYhIkpwSYQetOrSL9iNNhFOSrOP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIFw+11CJdh2dssp/WTx3d/3CZTx0XyyZ7ZJlYv0GTZdSAiEAkcgYTe7AfIrhlWsBRXt3D0F+0MaYdyQTt9Bsha0W0K0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.2.0-canary-20260829111831","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.2.0-canary-20260829111831.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/db910296f325ec280876f5ac59cec639/solana-plugin-core-8.2.0-canary-20260829111831.tgz","_integrity":"sha512-J67FbwV0RcMEDy+6/GMHLuNGTTAXHSuDLNBZNVR03Sz7UlxBLqTkvzr577qjNq8KV5abaHBSczFW1W8xZ9F9Kg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.2.0-canary-20260829111831_1788002705809_0.46170200729500066","host":"s3://npm-registry-packages-npm-production"}},"8.2.0-canary-20260829114951":{"name":"@solana/plugin-core","version":"8.2.0-canary-20260829114951","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.2.0-canary-20260829114951","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"26341dbd6e12b3e8b738afe1566e860ef90b9374","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.2.0-canary-20260829114951.tgz","fileCount":19,"integrity":"sha512-zecryIpALemuqRU6LHqqw/6O/6l0APurCg5eBIxG4zz7kvgprhClzjp4wm7m/kD2a0tjLe7ArZpZIRhbabS3lw==","signatures":[{"sig":"MEUCID+8FvqQGDDw59Kq2S1OdMEpCYtQx3xRtUwGqZIV9aLLAiEA0iLGg01ZwaD6yH8SOcYqdJHS/gNevXqVi/v+lo4btVw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCjm0saeACgB8/HqWOptJQVYn1LM1qXm3r8SPI5jmqPxgIhAP759g1FtHFUuQekNlUw21ZAoYx+olzwr7w+6Fi11lM9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.2.0-canary-20260829114951","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.2.0-canary-20260829114951.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e369c8b09f0a59c305310661f14e56bc/solana-plugin-core-8.2.0-canary-20260829114951.tgz","_integrity":"sha512-zecryIpALemuqRU6LHqqw/6O/6l0APurCg5eBIxG4zz7kvgprhClzjp4wm7m/kD2a0tjLe7ArZpZIRhbabS3lw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.2.0-canary-20260829114951_1788004534308_0.39620542609130505","host":"s3://npm-registry-packages-npm-production"}},"8.2.0":{"name":"@solana/plugin-core","version":"8.2.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.2.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"bc518e21393bad2379600009c322d347f6c7fa5b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.2.0.tgz","fileCount":19,"integrity":"sha512-V7oSIhYXbUzjd5LUY4tbSUnyBka1hmULPFKuqxNzYxeY4eLI7S8GmTOg7xg6tOC0bJ+HLPvv64asuMXAn/PklQ==","signatures":[{"sig":"MEUCIH/e+YP8hrrP3zAovtL2h96BXgj/8Ze1K4D9vGE0MFGoAiEA/WQznRmX95t+BdtldRXQvIt1OFZlCMAYzDJNd74EoFk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIHFm1GbQIE02KUs2a0foISLt/cx6o6/BDo86CpFnEoj1AiEAiH84VLtLMmyyGEMSEghEa7pDUuAUY0FkHP/qJV0vSPg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187542},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/79c40ef88c885800f9a1784c0ad4a1ce/solana-plugin-core-8.2.0.tgz","_integrity":"sha512-V7oSIhYXbUzjd5LUY4tbSUnyBka1hmULPFKuqxNzYxeY4eLI7S8GmTOg7xg6tOC0bJ+HLPvv64asuMXAn/PklQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.2.0_1788007219293_0.6674697798199203","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260831211850":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260831211850","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260831211850","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"03068fe1912ddf1006b93b3f1d61243363103ffc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260831211850.tgz","fileCount":19,"integrity":"sha512-X+cfHbA84y5X7XkQ9Z9OepW3Nl88D7SqcXOobYu2SHuiY9+p0HPkdZfsm3FdYcg4OUuN+gYvPm6gQsjIqhdzRw==","signatures":[{"sig":"MEQCIDGIL4Yf6NkLb/rZEYLUh/mG1Ucy064BkCpkvr/k1PV3AiAbPk5ZGZ2CdLkbPvIMVH91lFSUasNjAzNklLyVSkiGxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIENSUjfMbiptRu8oW9DbcHhii4PN6iQosiy5aV/OZ62pAiBQ5wjVV9iNzJcXKvO21iMcgifyBY7dxQqWB0dxQ4ZGrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260831211850","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260831211850.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b30a4da2d8c9111b0f2a4cd23ef66045/solana-plugin-core-8.3.0-canary-20260831211850.tgz","_integrity":"sha512-X+cfHbA84y5X7XkQ9Z9OepW3Nl88D7SqcXOobYu2SHuiY9+p0HPkdZfsm3FdYcg4OUuN+gYvPm6gQsjIqhdzRw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260831211850_1788211633024_0.5966106818325208","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260902083314":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260902083314","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260902083314","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3356ebd3cedec311c5be9449606c508d0612d3c3","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260902083314.tgz","fileCount":19,"integrity":"sha512-iHHTZZ3Oa3ZNDGw0xgr5ENrUfWrfaYPAHC0ItSMMWVbtT9U12rTGZqOtjxOCINWZkQGEz9zmKNFStMI5Q3wY8w==","signatures":[{"sig":"MEUCIQDT21S3OBdGhm+FIEg7+gAMLgfh5igszyyGlDL0o6Ol3gIgS9BCtZieSIYtgQmV1R0GkZjXUkmWG4IYZ5oMyhbL2UM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIG3gHlKRuApNWsls8dTtt3ij9iNQLB9O/zgmBpBL4gPxAiEA71NXzL25SEIENw6FjwP7SOzIPOTNunTkkYBVykvYylc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260902083314","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260902083314.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/778b942bb80e828831ff0dca30f816a0/solana-plugin-core-8.3.0-canary-20260902083314.tgz","_integrity":"sha512-iHHTZZ3Oa3ZNDGw0xgr5ENrUfWrfaYPAHC0ItSMMWVbtT9U12rTGZqOtjxOCINWZkQGEz9zmKNFStMI5Q3wY8w==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260902083314_1788338260290_0.708752316847012","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260903084241":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260903084241","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260903084241","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cbd8aee845cbf004f6e6975624b7c2d50cca0c61","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260903084241.tgz","fileCount":19,"integrity":"sha512-yoaywpklxG6j/MavW8Kb+ISsqiFG5DYOxTXcp74ZlTkCa8wq7Rg5yW5amd8YVk77LaM9rlJgfT9dygr0V1MtgQ==","signatures":[{"sig":"MEQCIFPA03ZyFpn2swwpr/B3GKWDqCth9aMQoEhZMyZzhfSQAiBBLZ6QJXSuWv68SO1X6w7Y9wbZPLCIyXCqtgrQuH2Y6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIBY4eTiyyu2bBPf5KAoeUt53+ncW3kri2hFFsfkGKHDBAiEArc06ypPyokYvJ3PAtLDSLouL6rwML1nf+YTRUsE59fM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260903084241","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260903084241.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9e5f04ca0ccbe10b1b7b6c0d2aee32f4/solana-plugin-core-8.3.0-canary-20260903084241.tgz","_integrity":"sha512-yoaywpklxG6j/MavW8Kb+ISsqiFG5DYOxTXcp74ZlTkCa8wq7Rg5yW5amd8YVk77LaM9rlJgfT9dygr0V1MtgQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.17.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260903084241_1788425360316_0.7026138572574918","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260904084206":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260904084206","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260904084206","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"45070c8aa8090c3375b2b63842e9202c0f853714","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260904084206.tgz","fileCount":19,"integrity":"sha512-XDa+arV/6kJDlfkkBkgzVjUfLJP0aAuNBVkge8sVi1vIDMBpsj/J2RWBHuUb5iEZRHXsDCSG7SqSVnCcP8V/SQ==","signatures":[{"sig":"MEUCIQCvoC57sxycE77SiFX0RwrZnr4PNgsUGjwXfDTob07pcQIge4VStHEW2nPKPpdH0nebgaIBpnMDa7lpO6zrJKE5A1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIEDNTqDtHHSm1Z660ONWxEBKmExXoXDbeft/U5o4S6+GAiEAhO/ohjUn7E0mrGTbtrePSl4BuiiRTzgnHVNWmZ4Hn9Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260904084206","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260904084206.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/e773e1470d22b1716750f1e941625bd4/solana-plugin-core-8.3.0-canary-20260904084206.tgz","_integrity":"sha512-XDa+arV/6kJDlfkkBkgzVjUfLJP0aAuNBVkge8sVi1vIDMBpsj/J2RWBHuUb5iEZRHXsDCSG7SqSVnCcP8V/SQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260904084206_1788511569117_0.04818559734762351","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260904134301":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260904134301","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260904134301","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"e170801eb0adc081d36b842b2afc60c94c38d468","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260904134301.tgz","fileCount":19,"integrity":"sha512-FHKoygitAsYxMokB3IRYSi4NN3wM2vdqIZYBSSFc1XaZE4177ui27wIq7Ry07oQmSXNgYSFatpGh6TABGt2z0g==","signatures":[{"sig":"MEUCIDS3qnK8/JorbnkPcsaEzOHgaxzYahxTLVqrigm/P6grAiEArPtHiS3k9By+JXDiT2qzLaSRrm/tUnfmasQ+XPCRfcs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDmP4H0iGNVpcE5TmywLXlYasVqViq7Q68bTZDggNG2hwIgNB79YMrm0xfibjZVXYsfpGaGu7cMSQ4dKJTlYiCgDuA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260904134301","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260904134301.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/15e737874fa864ac9d459908b9175888/solana-plugin-core-8.3.0-canary-20260904134301.tgz","_integrity":"sha512-FHKoygitAsYxMokB3IRYSi4NN3wM2vdqIZYBSSFc1XaZE4177ui27wIq7Ry07oQmSXNgYSFatpGh6TABGt2z0g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260904134301_1788529772077_0.47614427803501025","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260908084754":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260908084754","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260908084754","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"72621205cee0bfced1486af9a5877602e1d9d9e8","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260908084754.tgz","fileCount":19,"integrity":"sha512-HUPxgapMhdS0ua9QKjNn6szxb6lzLBPqhPAsXu8O71ZizFvwMXlG2yDpjYOxSmjWnpqrKm1oUBKrEnctBUST0g==","signatures":[{"sig":"MEYCIQCoGOndxkQJu28f+8d0jnTF9Hn3VZu8yzrlZ2d9P6AX3wIhANgPtI6iEb0NhiZskKGH7SIzcEXBaznw3JduTtCBcTk3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCtvNj4jBNfEgH9urEUUNLfEIxbTvCZFyXWle4C0cExwQIgKN64vZ3SyDdpucn8xaBaMRYGS1wOwohrnHYUlqt14kw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260908084754","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260908084754.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/3bde7ce94e5aeb0ef1a12dc0bc436a02/solana-plugin-core-8.3.0-canary-20260908084754.tgz","_integrity":"sha512-HUPxgapMhdS0ua9QKjNn6szxb6lzLBPqhPAsXu8O71ZizFvwMXlG2yDpjYOxSmjWnpqrKm1oUBKrEnctBUST0g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260908084754_1788857786397_0.9398821575999319","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260908145145":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260908145145","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260908145145","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"246632d9d48fc147ba86548426edcdd193204285","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260908145145.tgz","fileCount":19,"integrity":"sha512-6XCpQxc2WhdBtvAZ7NKPgLuPEGgrqdpgFm6R1Z2ZmsNnhTApjFYDw1ojvPMjgSs/wX3O/QiVEXn97ck8pjZbTQ==","signatures":[{"sig":"MEUCIQCswetON939vjEqqR5Yefp56uc9ro5BHF8BumUXn/3zpgIgAUejUGXN7alwfeHFi6wJV5wsTiV61DSyzIcbjAy7r74=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIHJe8DsD2COeBiVSc2g9k+9PSw2AGP6zg7X6LBLFNnL7AiEA21bvqX6slKiqt++QLmdWOK3PvI9WwB+2mKbYz9QjaCA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260908145145","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260908145145.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/9111a4bda7e10c6b0df4800f030599a2/solana-plugin-core-8.3.0-canary-20260908145145.tgz","_integrity":"sha512-6XCpQxc2WhdBtvAZ7NKPgLuPEGgrqdpgFm6R1Z2ZmsNnhTApjFYDw1ojvPMjgSs/wX3O/QiVEXn97ck8pjZbTQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260908145145_1788879413105_0.38587149869369863","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909083853":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909083853","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909083853","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"5a51724890f4341387670c70ad719d71ae6c3b6c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909083853.tgz","fileCount":19,"integrity":"sha512-SVsiXVRMhEcrgFo5A93zWFrXP0fqUlYO3ONTnIL0CkvEQYMTNnXZEGUTtC8YOSVI/2DpEXI6F1wo34SbgkdDJg==","signatures":[{"sig":"MEUCIQCUY+5H8sDJ/aCmibldmGvUxjyz4X0biHFfoRxkVUhOIQIgNVG+Ew7yW/ANKFkCnbeDD/+Tx26UdsqDYVB6eMz6eTo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDBiSmx0WJk8JhsJ/xl+7Vf6WMemJHESUpO0Rz3JEizZQIhAPQ+9cXd4fErG58IUC4IAKhI2Nv9/v/6NVF4JUz/hLHI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909083853","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909083853.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/7b294d33356302f9d0f9b6d07c5dee0a/solana-plugin-core-8.3.0-canary-20260909083853.tgz","_integrity":"sha512-SVsiXVRMhEcrgFo5A93zWFrXP0fqUlYO3ONTnIL0CkvEQYMTNnXZEGUTtC8YOSVI/2DpEXI6F1wo34SbgkdDJg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909083853_1788943488424_0.06261882954525455","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909085821":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909085821","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909085821","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cf42b99f107742a48306e1fa031da1203fc776d0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909085821.tgz","fileCount":19,"integrity":"sha512-rEaqRL8G+rLLczhIEMLINIyGU1K/rOneDU7RlKryvvGidrtSSQ5dlYs4E7zFTN8EBbxbBkOTiUsfiaI6fKk1gg==","signatures":[{"sig":"MEUCIQDTKbh+fU64zRxlYc4bO+HegTNR2gUZjYS/yNVWA2Bu8wIgd1btV3lugw1itQhlchgM77OL4YsubWuXVQ74YKJjf9o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQC7gHwZUAPU2yvuuMkI5MHy7gdxa0CoP9yjJAO0wTrXmwIgCISCN/NAOc2Rjpad+pfrlJNTFslewQVmG7SRlq2Nwgg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909085821","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909085821.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/fdf0e75d1cb2e7a26d51d08427985220/solana-plugin-core-8.3.0-canary-20260909085821.tgz","_integrity":"sha512-rEaqRL8G+rLLczhIEMLINIyGU1K/rOneDU7RlKryvvGidrtSSQ5dlYs4E7zFTN8EBbxbBkOTiUsfiaI6fKk1gg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909085821_1788944600263_0.35424927178951116","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909091010":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909091010","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909091010","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"814ed47d0afa7c9c966e2a9aaab271da8e81ba07","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909091010.tgz","fileCount":19,"integrity":"sha512-lCDVy33RmY3YuvQNMTSAjKpHIfrVEOwLG0tIqWDJl/pBEK64CTL8JpTTlXarCVcq07D6wTqud4Yzp4FZt77hug==","signatures":[{"sig":"MEYCIQCpYwBN33LuEeGchib+JmqSKXEjFCH5WG4OnBJVsHDZkwIhAM6l42pzisSYqR1qD7WnoaWGDpOhE43bjUzq8mGRegE0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCVh9dX/uje065FGf/Rkrvunq4BowcHpiMFUxg+u28mcQIhAJWhMSeFq21TAl+MvuZsE0UYxus2lAcRWgNB8GnUDjVr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909091010","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909091010.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/52a1ff4fd7039a8e9a05379ce76a2d79/solana-plugin-core-8.3.0-canary-20260909091010.tgz","_integrity":"sha512-lCDVy33RmY3YuvQNMTSAjKpHIfrVEOwLG0tIqWDJl/pBEK64CTL8JpTTlXarCVcq07D6wTqud4Yzp4FZt77hug==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909091010_1788945266335_0.31514472028433715","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909091616":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909091616","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909091616","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"0375bddf5d7b7eb781780d8ef2095288fcf77e95","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909091616.tgz","fileCount":19,"integrity":"sha512-iquf2fxAc+qrS8rVYg2BAfLMp9dGlmtlx8vvmRUfpb10wSgzCpiMdzBwJtqa+2vxSfwrd+WQlDcnwpaGntPDPg==","signatures":[{"sig":"MEQCIE54z67krm3oISjxOy9cS2RlpPfhhcGS5PF/AlsP4/18AiB45xd+8QvDoEd8OkbOOlbc2YYlkyvB9X/opz5JhyNP9g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIHEHtwVv4NGv8PlPjHSTXweNYS9Dv2O4EO42abJ6Xz+DAiEA7cJZdCx+ZLnPIHhiQFx9r+SA40x+rL9bPq4dFV2kpD0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909091616","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909091616.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/1d2652932dcb233da170fd6feacbef13/solana-plugin-core-8.3.0-canary-20260909091616.tgz","_integrity":"sha512-iquf2fxAc+qrS8rVYg2BAfLMp9dGlmtlx8vvmRUfpb10wSgzCpiMdzBwJtqa+2vxSfwrd+WQlDcnwpaGntPDPg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909091616_1788945685126_0.7505792573068812","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909092549":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909092549","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909092549","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3fabed56395f39a91bdbb62dbc41e70458c1a3ca","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909092549.tgz","fileCount":19,"integrity":"sha512-rIqc/AqPn7uHrOJDR4Wik2byUZAKUP98bczvbSP66MWhpR4fyLTKoUXTKP91X3IzB5gfUKiDxiwscLC8pGdO3Q==","signatures":[{"sig":"MEQCIF/qiCsveNN5F+JB38WKdIKlK0soXfzPBHHQgWc99OZEAiBGD14vDhDvYlq3b3LdM5UjR3X4VGl5YFhs/DerHXWfMQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIQDHXpCuZLldjeMHUC2o0+LAnM4R25U9znlxDkFPUVlneAIfKV8kdtK7EbN+7RpNmM5FmrVzRpyjcJHwTmoSC0e+OA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909092549","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909092549.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/2e70b825cb4dce157450cef31930f6e1/solana-plugin-core-8.3.0-canary-20260909092549.tgz","_integrity":"sha512-rIqc/AqPn7uHrOJDR4Wik2byUZAKUP98bczvbSP66MWhpR4fyLTKoUXTKP91X3IzB5gfUKiDxiwscLC8pGdO3Q==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909092549_1788946281863_0.9313238853628716","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909093407":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909093407","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909093407","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"73c770fe780063b784bf53815be828059c794d48","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909093407.tgz","fileCount":19,"integrity":"sha512-ylbEN/tZr6t4R6op9+6bxXVduhFC20RyKbq0SlSBwAgZnuBbjdcHjm2GnMBte8/FYP99Kybtd0adOls6aSdSpg==","signatures":[{"sig":"MEUCIHIu9gaK2D0Vyx3LnNeSMeaJFxiWGbXneHEq44C2qcF3AiEA1iKJr8t7kuOoqsx2Xl0UWurmmLgxw7QZsJHzTNKgkCs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQD9Rlpz0FkijpbFkqlaGNX7/Udt1Fi6nxVpQf4sWBsgVgIhAPLgf4lZCyu1X66onlcUMQiUMgQUeoijr1mGFFrSC2U1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909093407","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909093407.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/d1f0e6bc0c7c89d6c2d005cb84393215/solana-plugin-core-8.3.0-canary-20260909093407.tgz","_integrity":"sha512-ylbEN/tZr6t4R6op9+6bxXVduhFC20RyKbq0SlSBwAgZnuBbjdcHjm2GnMBte8/FYP99Kybtd0adOls6aSdSpg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909093407_1788946783474_0.7125265945091928","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909093427":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909093427","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909093427","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f03f346a5f951847efa562e4a8921888dc5d6a4f","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909093427.tgz","fileCount":19,"integrity":"sha512-N4G1rvys6WMpP81haXy4+w50/Z36SMyna3dUGdZxIMVYpPIA4uaV6mVCGgf773wVq/9AB80WOdIVhP9cl7QLzA==","signatures":[{"sig":"MEUCIHK/zLrylfJls/pRmTRAcY8ivFk/uDiBgaf6YcQkZd/4AiEA6QfgqqWnDA7FJ8fQBxPbCkmqQtgqe7IamXnnyTsuUw0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCiJztMgiMmfuN1TLswsB8urZQLFqsdHreknlwhJWkwpgIgF/KXYEFrQUfIxKxcjmsD8R91fy9UUlRaQxHqr2F1ynI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909093427","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909093427.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/013fae142a743a3adcc1cfea49d362dc/solana-plugin-core-8.3.0-canary-20260909093427.tgz","_integrity":"sha512-N4G1rvys6WMpP81haXy4+w50/Z36SMyna3dUGdZxIMVYpPIA4uaV6mVCGgf773wVq/9AB80WOdIVhP9cl7QLzA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909093427_1788946944933_0.6602498945920741","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909094827":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909094827","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909094827","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"2ffbbd04781a157692d5f74c534acf4e9dfb93ea","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909094827.tgz","fileCount":19,"integrity":"sha512-uPQzu0gLnsAd/v/kT3XbfGAS2z9csO3HZbJzR6+/0TWWU9B+7ZpfdKnyHkh5OVHNn0q2Rmw5iqa3D3zvgyQyxA==","signatures":[{"sig":"MEUCIQDb8SK5RkMWPkZCx9l+eX1OcJgsurmFTmfF+2mQcBXeowIgEeQEBDFkPNDD+XZW2lMAlO3G4Aw/NpZYBINLF7I9IGM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCrhjYxPiOaLVnLWdgB05+eIloITNLVRG1hn76KlzhYWgIhAJBnfKCvd4R3rQr0NK/6mYAR2HvJcylUfVuUVFMjXYaV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909094827","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909094827.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/6ade0b43c543fc1a79faf9aa4830dd09/solana-plugin-core-8.3.0-canary-20260909094827.tgz","_integrity":"sha512-uPQzu0gLnsAd/v/kT3XbfGAS2z9csO3HZbJzR6+/0TWWU9B+7ZpfdKnyHkh5OVHNn0q2Rmw5iqa3D3zvgyQyxA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909094827_1788947722201_0.07360976470771186","host":"s3://npm-registry-packages-npm-production"}},"8.3.0-canary-20260909095052":{"name":"@solana/plugin-core","version":"8.3.0-canary-20260909095052","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0-canary-20260909095052","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ac4d49617db272a4fc5e9a0d5ec8e961db4fef0b","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0-canary-20260909095052.tgz","fileCount":19,"integrity":"sha512-PmmN5uwj4+bCC5KaawPANP9lFRD3JMuDyVjYbuz03hgwJL4alb/nl1mj5fhNyRzoSyS+IyusdEwUJ20hrzBAGg==","signatures":[{"sig":"MEUCIQDlWhE1OjLxxFvgGg5jGQHEDwCyolrt2zLKVkkiJoV2GwIgIdpwNPQ2IyFWqAO7w/YYTCCDoNrTQSZ5VgEx0KMgohQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIEciTuU2mPQGH6NaXmRTpxQzESSVcLP1Uhl2c/Q5ItehAiEA1PYPDp/w5LwAPRNPodsj9TXyH2ZCQAxhO61QwUHFsVQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0-canary-20260909095052","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.0-canary-20260909095052.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/52daa188c0d3374ca4ca8907e8dde5f9/solana-plugin-core-8.3.0-canary-20260909095052.tgz","_integrity":"sha512-PmmN5uwj4+bCC5KaawPANP9lFRD3JMuDyVjYbuz03hgwJL4alb/nl1mj5fhNyRzoSyS+IyusdEwUJ20hrzBAGg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0-canary-20260909095052_1788947803264_0.28663469180714407","host":"s3://npm-registry-packages-npm-production"}},"8.3.0":{"name":"@solana/plugin-core","version":"8.3.0","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.0","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"3a1848be9b4943eaf4cb78d41c72398dc647fb0c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.0.tgz","fileCount":19,"integrity":"sha512-cU5S9QR7C1Xsn9DDRSLN7Vq8+kWy6Fw6g2lwa+9yZqdSqABhmdH5HBJG/Zl8HULz2Ady0y8qHcu8fEZsehuU0g==","signatures":[{"sig":"MEYCIQCTlRnbcq+WF+lXz/1wPDbfS7Osp3UmCX/Pms9LzIt87wIhANqrm0pWSkP5QhYX+JFedIdfc45+K9jEhpGuf2tXq1cQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCXDpTEVOMwNF4+OiAwlMw/C5ju6GdZ7ToEb4fffmaA2QIgZWCztfNAf/Mvk3TN7ZfxcKCiVJxBxjwmEc72hHBrADw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187542},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8ea787c7be01c9aca332763547aa42ae/solana-plugin-core-8.3.0.tgz","_integrity":"sha512-cU5S9QR7C1Xsn9DDRSLN7Vq8+kWy6Fw6g2lwa+9yZqdSqABhmdH5HBJG/Zl8HULz2Ady0y8qHcu8fEZsehuU0g==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.0_1788952196145_0.14837817667659103","host":"s3://npm-registry-packages-npm-production"}},"8.3.1-canary-20260918111252":{"name":"@solana/plugin-core","version":"8.3.1-canary-20260918111252","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.3.1-canary-20260918111252","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d5ce8d5866bed3c32263711a6792e88687f899c1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.3.1-canary-20260918111252.tgz","fileCount":19,"integrity":"sha512-GDJn4XIGE48TQule9iIQ4mxHGG9DfatzFlfOQvJckSchvftNTfSscvxET/nAJeDvyoqQRC57Yd986anpOVaEmQ==","signatures":[{"sig":"MEQCIHDlSurMMkVFYRLoFyUEjb21u/4702T/YN02ghtDCfsrAiAszq2u7RcIkb7kffAyCKQcwSFobcFIa1JGLknwEyJjAQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIF07ouCY4MJuVaQEQYkVYUjPvN408Wu1vAC7skdnf5jlAiEAz4p+w4/qCUH/igvotNiqLkAV7cJDSCoJjVVERh6uXD0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.3.1-canary-20260918111252","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.3.1-canary-20260918111252.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/91e04b0b6726eae0742bb5c94aa01108/solana-plugin-core-8.3.1-canary-20260918111252.tgz","_integrity":"sha512-GDJn4XIGE48TQule9iIQ4mxHGG9DfatzFlfOQvJckSchvftNTfSscvxET/nAJeDvyoqQRC57Yd986anpOVaEmQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.3.1-canary-20260918111252_1789730345318_0.4482747028767393","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260918134912":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260918134912","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260918134912","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"585ff829a2ae3e35fa140be680123069c84cb345","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260918134912.tgz","fileCount":19,"integrity":"sha512-8NDMghhWBWOoGfuNbHMTPyFnpFPO14lU3NUJfbXcFCnQAx/4RxA8Ayd/Y8qtfYZzfXwIopthTPQr3adqttAocQ==","signatures":[{"sig":"MEUCIAehxvpmPxhjZRgOxt8ji++M7agv62VvHJekdSK5A14YAiEA1d/trxK/8JilboR/fHzOwOYbrGcD51vpAe5uq6T259s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQD7zqARgkAhPKY0n6ciiQE4nb2RYwlwmu+qtFBhJ1G7ogIgLOrgCGWwHUGEUggnNarMmdAmHKXMgI39GHBkPr+XzRo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260918134912","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260918134912.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/92a79c09c4c3f35c31148086cf0adf8e/solana-plugin-core-8.4.0-canary-20260918134912.tgz","_integrity":"sha512-8NDMghhWBWOoGfuNbHMTPyFnpFPO14lU3NUJfbXcFCnQAx/4RxA8Ayd/Y8qtfYZzfXwIopthTPQr3adqttAocQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260918134912_1789739623118_0.9532991681273868","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260921083658":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260921083658","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260921083658","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"d30869a1e2572c96f2f482f273b46ebd3d6d8ae2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260921083658.tgz","fileCount":19,"integrity":"sha512-lm+o5KCr/CZIl6cqqh/N0BukYc5165Qq0FdwsIYkg+hHOptcnsijFqBKr9Gr0jhXmv6vQ9SYKDvcbQD9+bpgug==","signatures":[{"sig":"MEQCIGMEqGk2omWBzQ1YswovByh2E3seqsMQKTDDWv1z59YHAiAH2MJMBFpM/JPSFHtIHVXeZFGtA974IidT4ClDmBrX1g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIGFTXGRYAuhTCyMDHiL+Bx48iZPkMffyT/OMyNo4l8ZuAiEA2x2d2STHxWrVJc/AZB6OBVSSIoJ3y16UMt5ESCDSwkM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260921083658","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260921083658.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/20d0f31553fa66b3fee22924fe21a466/solana-plugin-core-8.4.0-canary-20260921083658.tgz","_integrity":"sha512-lm+o5KCr/CZIl6cqqh/N0BukYc5165Qq0FdwsIYkg+hHOptcnsijFqBKr9Gr0jhXmv6vQ9SYKDvcbQD9+bpgug==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260921083658_1789980276122_0.5407831301588941","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260921085643":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260921085643","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260921085643","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"158a9520b79f7ec252b764fafba63e565e4fcd0a","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260921085643.tgz","fileCount":19,"integrity":"sha512-B6KfK1wfFZF/LGjQ+YoSXyT/MubWeZrP4JYmPwxFfXU0dOkAFLH7hei4QIuZHE0/PRhcqe3IWUgXJEmXck1yFw==","signatures":[{"sig":"MEUCICc6Pm3PHRizVdmgOieV1/00Nx7bOl1TzrJUtxLs8TMaAiEAqK7M4mZRskUO4I22zofqQIB5av/9PQJbQaPE6euZ7ao=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQD9Vem7oBHn7V16jzeWyFTyhMLdxq4OGgHANmlZ3T0tYgIgcRhe67SWyCSGirJDvPRB/6qWYeuVHSp2U9XIlmqQcgg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260921085643","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260921085643.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/02eff1d3a28d17844cda2935295d169b/solana-plugin-core-8.4.0-canary-20260921085643.tgz","_integrity":"sha512-B6KfK1wfFZF/LGjQ+YoSXyT/MubWeZrP4JYmPwxFfXU0dOkAFLH7hei4QIuZHE0/PRhcqe3IWUgXJEmXck1yFw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260921085643_1789981266171_0.23561191705366014","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260921145441":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260921145441","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260921145441","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f1d30e39610b12b09ced6229e82ab3a533c7afdc","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260921145441.tgz","fileCount":19,"integrity":"sha512-0fX8hOSZyDASVUJrWm1syL+76KJCN3iDv8yVG8lG6wXmXrmaU3sfiCNP18lZmmeNUKrgE+8q365RSsOqxLplCQ==","signatures":[{"sig":"MEQCIBK2p0fOserj3cTbvRFQ6TZPo7dotHD6tTgA1Rj9ocdTAiBW5dftbbq/HZaC8MiL3hRe5pyo9il6Mc6wJR+VP1vuGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIE2CLtPJTjC+FDbTVleqTfBNGf74jM4jx94qeIGRoYNmAiAquo14pxGz5gljnQJLpbcQZ1mpbb7lPxAxnkJjPZAniw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260921145441","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260921145441.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/c577710399287cf7120f9a9f1e3ecd55/solana-plugin-core-8.4.0-canary-20260921145441.tgz","_integrity":"sha512-0fX8hOSZyDASVUJrWm1syL+76KJCN3iDv8yVG8lG6wXmXrmaU3sfiCNP18lZmmeNUKrgE+8q365RSsOqxLplCQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260921145441_1790002759364_0.19092367227930263","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260922083419":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260922083419","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260922083419","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"6c9728a7f85c322723072cf177b82da8821287c2","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260922083419.tgz","fileCount":19,"integrity":"sha512-oQCZUCChKZ0Myj7U2SXVtunvQsq1ZSWb9UouCXngBex/jaqqlof/JoDFdBg9cy1Uj9JwSYeKAuol2HcSGHYP+A==","signatures":[{"sig":"MEUCID8QmtcdTYaaUdf/7FS3COtScVxOMdrzsIOw4eYyhtqyAiEAu0cCTrSwIZXkbFzx0+Ea+eu3bAzILcONM7v++2Ei6g0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIAH3DURmD/DlqLlvno/P/Bjm5PcZFtQUGfFkzmBoprf6AiEA01+NJFvLoAyJUDqduBq+0DQtX+SBfpfzv0Qxbasljuc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260922083419","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260922083419.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/b12b9481caf1b3b2d74d6b07c664c0e2/solana-plugin-core-8.4.0-canary-20260922083419.tgz","_integrity":"sha512-oQCZUCChKZ0Myj7U2SXVtunvQsq1ZSWb9UouCXngBex/jaqqlof/JoDFdBg9cy1Uj9JwSYeKAuol2HcSGHYP+A==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260922083419_1790066439266_0.5922051424146975","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260922084122":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260922084122","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260922084122","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"dc6a7e99ad0a0e70b8aa4170266813f671f837b1","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260922084122.tgz","fileCount":19,"integrity":"sha512-2jytr2RHZu2Xf3+BmLcICeaNBeQV88GAyvLGr2xPuekDl1G3BOEc8AVmkzxa3KgRCYt59MIe9JVYOUqzsU33xA==","signatures":[{"sig":"MEUCIAU0N/3e6z9NfDa6KqvkgVFdEjOuDoHC2K3Is2IrHkEYAiEA2POs3QPozOKnAkObcAqomYbNV25okKLJDJbyFmUd0tI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCx4c3Dc55XSj7T6mF+gxzKDf5L7GR4urYr5tE/NJEb0QIgS4OdVdc9FpnQq7t3TI8nliSKe03QupQrFSVU3pqWQrk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260922084122","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260922084122.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/964555f634f3b88bdb6f58e68d1eeceb/solana-plugin-core-8.4.0-canary-20260922084122.tgz","_integrity":"sha512-2jytr2RHZu2Xf3+BmLcICeaNBeQV88GAyvLGr2xPuekDl1G3BOEc8AVmkzxa3KgRCYt59MIe9JVYOUqzsU33xA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260922084122_1790066737567_0.9424150611107573","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260922151509":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260922151509","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260922151509","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f7a218a71bd3583cf85810833d4c820a22fae21c","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260922151509.tgz","fileCount":19,"integrity":"sha512-P5E+5WHVY/WN4OhgA7oend0By/wy0Bkcjb8SkGKtSDg4yF6VzFP8dUkbmK/6c470oczwcyCyy5/66ub1qMpJsw==","signatures":[{"sig":"MEQCICBw+NOmFUWBNN5SOa/gCG1yvWVYFIdn5BoKBpCv/kGCAiAgXk2C4IaC2BiC2q9K3EE/M5ZfoDyHjLcOXzJC4vIVvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIGQqu3wmZKf9ti6nVKMJB6azwOyDdUUZo1goTGRnDhLsAiEA65QbgZHWvvrhmfaHQxwhc0u7pv+zG2L7n8yVLJl3NAw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260922151509","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260922151509.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/0987ce177a6ae547a603b9095d30f832/solana-plugin-core-8.4.0-canary-20260922151509.tgz","_integrity":"sha512-P5E+5WHVY/WN4OhgA7oend0By/wy0Bkcjb8SkGKtSDg4yF6VzFP8dUkbmK/6c470oczwcyCyy5/66ub1qMpJsw==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260922151509_1790090329628_0.041885830780460376","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260922155338":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260922155338","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260922155338","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"ea8f07e64b6581d70e0adb13522b562ead1317a0","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260922155338.tgz","fileCount":19,"integrity":"sha512-L9k8B+MwRHxW4DtQ2Y/G39mV+Eu2bAsL35twEwO75LS7B0MAsQgUd7DQfzjXqXhslj6c7jHh50aMgIKjMFNlgQ==","signatures":[{"sig":"MEQCIBKGDCJz30CFTz72JqKyM4LT5UQXppBbYB7vAoAczZkZAiBXJxwSWeB8FIvpVRoGggBjIhmaM24UUWnoIrV/9wiTng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDoTZZnNOIis0Qd9oKOd4rTCst4Cuz9wS/Q7ytHLu6EwgIgcC2D3/iu18YG3paif1whpS6z+W037vlmy33AqaYebsU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260922155338","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260922155338.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/a5ccab3d076ed8f48106da554bb03cee/solana-plugin-core-8.4.0-canary-20260922155338.tgz","_integrity":"sha512-L9k8B+MwRHxW4DtQ2Y/G39mV+Eu2bAsL35twEwO75LS7B0MAsQgUd7DQfzjXqXhslj6c7jHh50aMgIKjMFNlgQ==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260922155338_1790092747757_0.07698924025658793","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260923083123":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260923083123","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260923083123","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"cbe8028e86cde5a2945d7b7284b8dfb561ee3208","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260923083123.tgz","fileCount":19,"integrity":"sha512-6QlshjXwunQtxQ7kNkwqlWnBKPOqSLlt4eeW4s+4e43TfoTCXjsbSKTKpPbSHZ02P0FZWTdzSditnRhlspxukA==","signatures":[{"sig":"MEQCIF1lIWOnhvhIO0wezjMGAtBBqAkAZnjNmRLkdwA6yFOpAiAZQHd65BF2GYaVmPNxH8lJWV/lQhanReRQN3+3PeTMbQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIAM0WML+k7j7Ixul+MTFGTcdN/kG3QRlGMbjaa1Ba2j3AiAD+ja3OzWjPLIG5W8WwI8WEFg/4KvgoiG5tz0S2ukVLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260923083123","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260923083123.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/8c471c3ee0991ddcee0b0f3dc59a1ec8/solana-plugin-core-8.4.0-canary-20260923083123.tgz","_integrity":"sha512-6QlshjXwunQtxQ7kNkwqlWnBKPOqSLlt4eeW4s+4e43TfoTCXjsbSKTKpPbSHZ02P0FZWTdzSditnRhlspxukA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.21.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260923083123_1790152569187_0.28598134653011376","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260924083259":{"name":"@solana/plugin-core","version":"8.4.0-canary-20260924083259","keywords":["blockchain","solana","web3"],"author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"license":"MIT","_id":"@solana/plugin-core@8.4.0-canary-20260924083259","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"homepage":"https://www.solanakit.com/api#solanaplugin-core","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"aed5d56c2d759f63d194fcb0d29b28e2fd6ddbca","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260924083259.tgz","fileCount":19,"integrity":"sha512-Qhpk7Zou93G+6YgLUwLz6tvRWKAKuX6BiHs5hqgNA3cO/nI/KKbrZsLORA2WHDnWHROWGcCuTYkG6IeiWpGVUA==","signatures":[{"sig":"MEYCIQDRu4OqFsv4moANG2PVSA9/QbhUznExgDM90PXAnsFMEwIhAKtsgq6TgIpEzjSf5Q6mpKg728yYg4LayReJTcVbt8bC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEhpYtQKiARvXMGrZGO2RDWZAlRCPfHbOg1MKaJAZyRUAiAR66XY3SbgPYmVrjoKJV+PCAT5pMO2wmSz3x4hViNW/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260924083259","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260924083259.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:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"_resolved":"/tmp/ba9697827beb508fc04c3e3c97e871a5/solana-plugin-core-8.4.0-canary-20260924083259.tgz","_integrity":"sha512-Qhpk7Zou93G+6YgLUwLz6tvRWKAKuX6BiHs5hqgNA3cO/nI/KKbrZsLORA2WHDnWHROWGcCuTYkG6IeiWpGVUA==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/plugin-core_8.4.0-canary-20260924083259_1790239150187_0.25165829503186","host":"s3://npm-registry-packages-npm-production"}},"8.4.0-canary-20260925083045":{"_id":"@solana/plugin-core@8.4.0-canary-20260925083045","bugs":{"url":"https://github.com/anza-xyz/kit/issues"},"dist":{"shasum":"f95c63a2580ba6e66a59f56ec1c8813bfa4a6244","tarball":"https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-8.4.0-canary-20260925083045.tgz","fileCount":19,"integrity":"sha512-hLThgzxPKYxGx6+fogklKDsrrt5FZ/Ydivjy6VOj2GzwUDgZZLf/qoGzj4A/PRrxspCAxRHKgVEMA7Guuwm9Pg==","signatures":[{"sig":"MEUCIQDYCvkMSuTxE/VW3Mg1ckgyn7zmPP+CxJrOSLQ4WLwdrAIgP3cHcauD1IvDD91xJHRjwChbT7ADAi9tXhRgEy0ZEBQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCID1W3KwAXJd63V579uMbrK50bz673OiJOXO1cT8JLQvdAiBKrfnEkIYXRjDQ7IK5PLOb7QaNJLueyffkx1Bh1mfZzQ=="}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@solana%2fplugin-core@8.4.0-canary-20260925083045","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":187564},"main":"./dist/index.node.cjs","name":"@solana/plugin-core","type":"commonjs","_from":"file:solana-plugin-core-8.4.0-canary-20260925083045.tgz","types":"./dist/types/index.d.ts","author":{"name":"Solana Labs Maintainers","email":"maintainers@solanalabs.com"},"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"},"license":"MIT","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"},"version":"8.4.0-canary-20260925083045","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2a3ecc4f-d39c-4a2d-b1a8-b797f94dad98"}},"homepage":"https://www.solanakit.com/api#solanaplugin-core","keywords":["blockchain","solana","web3"],"_resolved":"/tmp/dbf24247fbc7f30ef1188db26aa58ecd/solana-plugin-core-8.4.0-canary-20260925083045.tgz","_integrity":"sha512-hLThgzxPKYxGx6+fogklKDsrrt5FZ/Ydivjy6VOj2GzwUDgZZLf/qoGzj4A/PRrxspCAxRHKgVEMA7Guuwm9Pg==","repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"_npmVersion":"11.19.0","description":"Core helpers for creating and extending Kit clients with plugins","directories":{},"maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"sideEffects":false,"_nodeVersion":"24.21.0","browserslist":["supports bigint and not dead","maintained node versions"],"react-native":"./dist/index.native.mjs","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"typescript":">=5.4.0"},"peerDependenciesMeta":{"typescript":{"optional":true}},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/plugin-core_8.4.0-canary-20260925083045_1790325305855_0.9595144679427487"}}},"time":{"created":"2025-12-19T21:17:43.661Z","modified":"2026-09-25T08:35:06.308Z","0.0.0":"2025-12-19T21:17:43.878Z","5.2.0-canary-20251219213520":"2025-12-19T21:42:17.189Z","5.2.0-canary-20251228203229":"2025-12-28T20:39:01.636Z","5.2.0-canary-20260105191229":"2026-01-05T19:18:44.918Z","5.2.0-canary-20260105191915":"2026-01-05T19:27:06.786Z","5.2.0-canary-20260107102549":"2026-01-07T10:32:19.766Z","5.2.0-canary-20260107102938":"2026-01-07T10:37:12.718Z","5.2.0-canary-20260107103329":"2026-01-07T10:41:08.630Z","5.2.0-canary-20260107103736":"2026-01-07T10:43:45.508Z","5.2.0-canary-20260107104209":"2026-01-07T10:49:59.020Z","5.2.0-canary-20260107104556":"2026-01-07T10:51:57.974Z","5.2.0-canary-20260107104941":"2026-01-07T10:57:24.159Z","5.2.0-canary-20260107105344":"2026-01-07T11:01:22.001Z","5.2.0-canary-20260107151918":"2026-01-07T15:26:08.607Z","5.2.0-canary-20260107155943":"2026-01-07T16:06:14.733Z","5.2.0-canary-20260107161340":"2026-01-07T16:20:12.635Z","5.2.0-canary-20260107161525":"2026-01-07T16:21:23.169Z","5.2.0-canary-20260107161421":"2026-01-07T16:21:52.281Z","5.2.0":"2026-01-07T16:29:21.805Z","5.2.0-canary-20260107162439":"2026-01-07T16:30:43.209Z","5.2.0-canary-20260107162407":"2026-01-07T16:31:52.283Z","5.3.0-canary-20260107190742":"2026-01-07T19:15:50.248Z","5.3.0":"2026-01-07T19:50:36.870Z","5.4.0-canary-20260108130911":"2026-01-08T13:15:35.455Z","5.4.0-canary-20260108180834":"2026-01-08T18:16:29.509Z","5.4.0-canary-20260108182954":"2026-01-08T18:36:31.573Z","5.4.0-canary-20260112120205":"2026-01-12T12:10:11.983Z","5.4.0-canary-20260112131040":"2026-01-12T13:16:57.995Z","5.4.0-canary-20260112143430":"2026-01-12T14:40:30.014Z","5.4.0-canary-20260112173233":"2026-01-12T17:38:48.369Z","5.4.0-canary-20260112180915":"2026-01-12T18:14:14.732Z","5.4.0-canary-20260112181718":"2026-01-12T18:21:54.057Z","5.4.0-canary-20260112182716":"2026-01-12T18:32:13.206Z","5.4.0-canary-20260112182816":"2026-01-12T18:33:27.960Z","5.4.0-canary-20260113094436":"2026-01-13T09:49:17.660Z","5.4.0-canary-20260113094638":"2026-01-13T09:52:53.938Z","5.4.0-canary-20260113100235":"2026-01-13T10:09:07.092Z","5.4.0-canary-20260113121342":"2026-01-13T12:19:44.235Z","5.4.0-canary-20260113131012":"2026-01-13T13:15:28.018Z","5.4.0-canary-20260113162152":"2026-01-13T16:28:17.935Z","5.4.0":"2026-01-13T19:36:53.438Z","5.4.1-canary-20260119142836":"2026-01-19T14:33:26.683Z","5.4.1-canary-20260120093836":"2026-01-20T09:43:03.314Z","5.4.1-canary-20260120093824":"2026-01-20T09:43:23.134Z","5.4.1-canary-20260120093948":"2026-01-20T09:44:27.924Z","5.4.1-canary-20260121093848":"2026-01-21T09:44:46.199Z","5.4.1-canary-20260122093833":"2026-01-22T09:43:22.786Z","5.4.1-canary-20260122093927":"2026-01-22T09:45:11.457Z","5.4.1-canary-20260122095623":"2026-01-22T10:03:03.189Z","5.5.0-canary-20260123093609":"2026-01-23T09:41:55.681Z","5.5.0-canary-20260123093734":"2026-01-23T09:44:38.096Z","5.5.0-canary-20260123133003":"2026-01-23T13:36:51.357Z","5.5.0-canary-20260123165250":"2026-01-23T16:59:15.976Z","5.5.0-canary-20260124134456":"2026-01-24T13:50:42.074Z","5.5.0-canary-20260124195719":"2026-01-24T20:02:42.087Z","5.5.0-canary-20260126155005":"2026-01-26T15:56:30.908Z","5.5.0-canary-20260126155203":"2026-01-26T15:57:22.687Z","5.5.0-canary-20260126155926":"2026-01-26T16:05:31.685Z","5.5.0-canary-20260126160006":"2026-01-26T16:06:35.666Z","5.5.0-canary-20260126160220":"2026-01-26T16:07:31.151Z","5.5.0-canary-20260126161847":"2026-01-26T16:25:17.812Z","5.5.0-canary-20260126171216":"2026-01-26T17:17:02.580Z","5.5.0-canary-20260126190933":"2026-01-26T19:14:17.563Z","5.5.0-canary-20260127093615":"2026-01-27T09:41:08.900Z","5.5.0-canary-20260127093903":"2026-01-27T09:44:15.064Z","5.5.0-canary-20260127160020":"2026-01-27T16:05:31.599Z","5.5.0-canary-20260127160154":"2026-01-27T16:08:38.846Z","5.5.0-canary-20260127170312":"2026-01-27T17:08:07.505Z","5.5.0-canary-20260127170405":"2026-01-27T17:09:37.108Z","5.5.0-canary-20260127172033":"2026-01-27T17:26:34.925Z","5.5.0-canary-20260127173911":"2026-01-27T17:45:06.138Z","5.5.0-canary-20260127174108":"2026-01-27T17:47:21.196Z","5.5.0-canary-20260127175739":"2026-01-27T18:02:30.591Z","5.5.0-canary-20260127190017":"2026-01-27T19:05:00.258Z","5.5.0":"2026-01-27T19:13:17.813Z","5.5.1-canary-20260128113821":"2026-01-28T11:42:55.261Z","5.5.1-canary-20260128113732":"2026-01-28T11:43:49.934Z","5.5.1":"2026-01-28T12:03:23.848Z","5.5.2-canary-20260202175916":"2026-02-02T18:05:42.796Z","5.5.2-canary-20260202181652":"2026-02-02T18:21:27.352Z","6.0.0-canary-20260202183506":"2026-02-02T18:40:00.933Z","6.0.0-canary-20260202234124":"2026-02-02T23:46:15.761Z","6.0.0-canary-20260203004417":"2026-02-03T00:50:51.825Z","6.0.0-canary-20260203150246":"2026-02-03T15:09:19.613Z","6.0.0-canary-20260203152936":"2026-02-03T15:34:46.275Z","6.0.0-canary-20260203155342":"2026-02-03T15:58:50.739Z","6.0.0-canary-20260203155517":"2026-02-03T16:00:21.153Z","6.0.0-canary-20260203163631":"2026-02-03T16:41:14.867Z","6.0.0-canary-20260203165304":"2026-02-03T16:58:58.705Z","6.0.0-canary-20260203165501":"2026-02-03T17:00:04.902Z","6.0.0-canary-20260203165809":"2026-02-03T17:03:00.760Z","6.0.0-canary-20260203165842":"2026-02-03T17:03:05.641Z","6.0.0-canary-20260203172420":"2026-02-03T17:29:37.913Z","6.0.0-canary-20260203193005":"2026-02-03T19:36:25.830Z","6.0.0-canary-20260203202414":"2026-02-03T20:30:34.072Z","6.0.0":"2026-02-04T10:12:58.188Z","6.0.1-canary-20260204234617":"2026-02-04T23:49:57.216Z","6.0.1-canary-20260204235414":"2026-02-04T23:57:25.893Z","6.0.1-canary-20260205000238":"2026-02-05T00:05:48.367Z","6.0.1-canary-20260205022651":"2026-02-05T02:29:45.704Z","6.0.1":"2026-02-05T15:33:40.299Z","6.1.0-canary-20260209201302":"2026-02-09T20:16:28.741Z","6.1.0-canary-20260209202622":"2026-02-09T20:29:45.015Z","6.1.0-canary-20260210143521":"2026-02-10T14:38:15.288Z","6.1.0-canary-20260210150856":"2026-02-10T15:11:56.295Z","6.1.0-canary-20260210172116":"2026-02-10T17:24:56.262Z","6.1.0-canary-20260210183638":"2026-02-10T18:39:30.288Z","6.1.0-canary-20260210184000":"2026-02-10T18:43:23.539Z","6.1.0-canary-20260211172626":"2026-02-11T17:29:13.003Z","6.1.0-canary-20260211172657":"2026-02-11T17:29:48.986Z","6.1.0-canary-20260211182221":"2026-02-11T18:25:56.353Z","6.1.0-canary-20260211183015":"2026-02-11T18:33:01.781Z","6.1.0-canary-20260211184616":"2026-02-11T18:49:34.046Z","6.1.0-canary-20260211185417":"2026-02-11T18:57:56.606Z","6.1.0-canary-20260211190217":"2026-02-11T19:05:58.298Z","6.1.0-canary-20260211191026":"2026-02-11T19:13:27.552Z","6.1.0-canary-20260212115508":"2026-02-12T11:57:52.215Z","6.1.0-canary-20260212173545":"2026-02-12T17:39:20.211Z","6.1.0-canary-20260212174325":"2026-02-12T17:46:20.761Z","6.1.0-canary-20260212175323":"2026-02-12T17:56:14.262Z","6.1.0-canary-20260213100440":"2026-02-13T10:07:58.631Z","6.1.0-canary-20260213100553":"2026-02-13T10:08:45.178Z","6.1.0-canary-20260213100638":"2026-02-13T10:10:02.160Z","6.1.0-canary-20260213105038":"2026-02-13T10:53:57.065Z","6.1.0-canary-20260213173406":"2026-02-13T17:37:23.895Z","6.1.0-canary-20260213174333":"2026-02-13T17:46:19.187Z","6.1.0-canary-20260216153232":"2026-02-16T15:35:29.555Z","6.1.0-canary-20260216154209":"2026-02-16T15:45:45.600Z","6.1.0-canary-20260216194225":"2026-02-16T19:45:50.002Z","6.1.0":"2026-02-16T20:34:23.684Z","6.2.0-canary-20260223182006":"2026-02-23T18:22:56.019Z","6.2.0-canary-20260223183038":"2026-02-23T18:33:56.313Z","6.2.0-canary-20260224195010":"2026-02-24T19:53:16.721Z","6.2.0-canary-20260224195921":"2026-02-24T20:02:13.201Z","6.2.0-canary-20260225135329":"2026-02-25T13:56:16.564Z","6.2.0-canary-20260225135448":"2026-02-25T13:58:24.002Z","6.2.0-canary-20260225144004":"2026-02-25T14:42:49.319Z","6.2.0-canary-20260225175001":"2026-02-25T17:53:10.559Z","6.2.0-canary-20260226115423":"2026-02-26T11:57:46.620Z","6.2.0-canary-20260226120422":"2026-02-26T12:08:01.169Z","6.2.0-canary-20260226121434":"2026-02-26T12:17:27.284Z","6.2.0-canary-20260302093820":"2026-03-02T09:41:26.614Z","6.2.0-canary-20260302094822":"2026-03-02T09:52:08.892Z","6.2.0-canary-20260302100151":"2026-03-02T10:04:45.360Z","6.2.0-canary-20260302101235":"2026-03-02T10:15:22.515Z","6.2.0-canary-20260302200813":"2026-03-02T20:11:11.046Z","6.2.0-canary-20260303123640":"2026-03-03T12:40:05.584Z","6.2.0-canary-20260303124521":"2026-03-03T12:48:46.643Z","6.2.0-canary-20260303191300":"2026-03-03T19:15:56.949Z","6.2.0-canary-20260304155327":"2026-03-04T15:56:18.342Z","6.2.0-canary-20260304155504":"2026-03-04T15:58:42.907Z","6.2.0-canary-20260304180933":"2026-03-04T18:12:50.046Z","6.2.0-canary-20260305081532":"2026-03-05T08:18:22.614Z","6.2.0-canary-20260305082327":"2026-03-05T08:26:21.557Z","6.2.0-canary-20260305083234":"2026-03-05T08:35:31.951Z","6.2.0-canary-20260305084229":"2026-03-05T08:46:02.727Z","6.2.0-canary-20260305105248":"2026-03-05T10:56:33.970Z","6.2.0-canary-20260306112919":"2026-03-06T11:33:09.049Z","6.2.0-canary-20260306113819":"2026-03-06T11:41:51.968Z","6.2.0-canary-20260306114817":"2026-03-06T11:50:57.511Z","6.2.0":"2026-03-09T14:29:55.907Z","6.3.0-canary-20260310111724":"2026-03-10T11:21:07.572Z","6.3.0-canary-20260310152357":"2026-03-10T15:26:46.611Z","6.3.0-canary-20260310153053":"2026-03-10T15:34:05.362Z","6.3.0-canary-20260311115221":"2026-03-11T11:56:02.248Z","6.3.0-canary-20260311133054":"2026-03-11T13:33:39.609Z","6.3.0-canary-20260311134115":"2026-03-11T13:44:19.107Z","6.3.0":"2026-03-11T13:57:48.717Z","6.3.1-canary-20260312155211":"2026-03-12T15:55:01.476Z","6.3.1":"2026-03-12T16:42:00.769Z","6.3.2-canary-20260313112147":"2026-03-13T11:25:17.060Z","6.3.2-canary-20260313143218":"2026-03-13T14:35:43.525Z","6.3.2-canary-20260313143817":"2026-03-13T14:41:42.214Z","6.3.2-canary-20260313144721":"2026-03-13T14:50:36.254Z","6.3.2-canary-20260313145857":"2026-03-13T15:01:54.070Z","6.3.2-canary-20260313150314":"2026-03-13T15:06:24.111Z","6.3.2-canary-20260316105822":"2026-03-16T11:01:16.554Z","6.4.0-canary-20260316134847":"2026-03-16T13:51:43.723Z","6.4.0-canary-20260316175347":"2026-03-16T17:57:01.818Z","6.4.0-canary-20260317134505":"2026-03-17T13:48:06.657Z","6.4.0-canary-20260317151320":"2026-03-17T15:16:34.276Z","6.4.0-canary-20260317152346":"2026-03-17T15:29:21.423Z","6.4.0-canary-20260317173533":"2026-03-17T17:38:30.450Z","6.4.0-canary-20260317174557":"2026-03-17T17:49:48.496Z","6.4.0-canary-20260318093613":"2026-03-18T09:39:14.904Z","6.4.0":"2026-03-18T14:11:13.735Z","6.4.1-canary-20260319133445":"2026-03-19T13:37:34.185Z","6.5.0-canary-20260319134241":"2026-03-19T13:46:04.512Z","6.5.0-canary-20260319143440":"2026-03-19T14:37:41.305Z","6.5.0":"2026-03-19T15:55:37.095Z","6.5.1-canary-20260325141317":"2026-03-25T14:16:27.096Z","6.5.1-canary-20260326131250":"2026-03-26T13:15:56.834Z","6.5.1-canary-20260326150212":"2026-03-26T15:05:35.239Z","6.6.0-canary-20260327174646":"2026-03-27T17:49:42.798Z","6.6.0-canary-20260331110244":"2026-03-31T11:05:42.115Z","6.6.0-canary-20260331111113":"2026-03-31T11:14:45.688Z","6.6.0-canary-20260401085854":"2026-04-01T09:01:47.197Z","6.6.0":"2026-04-01T13:48:22.393Z","6.7.0-canary-20260402094946":"2026-04-02T09:53:00.089Z","6.7.0-canary-20260402095331":"2026-04-02T09:56:29.999Z","6.7.0-canary-20260402115728":"2026-04-02T12:00:31.986Z","6.7.0":"2026-04-02T16:33:49.794Z","6.8.0-canary-20260408130407":"2026-04-08T13:07:39.359Z","6.8.0-canary-20260408131515":"2026-04-08T13:18:38.714Z","6.8.0-canary-20260408132536":"2026-04-08T13:28:34.867Z","6.8.0-canary-20260408134212":"2026-04-08T13:45:39.814Z","6.8.0-canary-20260408155708":"2026-04-08T16:00:38.271Z","6.8.0-canary-20260408160226":"2026-04-08T16:05:14.698Z","6.8.0-canary-20260408162000":"2026-04-08T16:22:54.055Z","6.8.0-canary-20260409074127":"2026-04-09T07:44:29.753Z","6.8.0-canary-20260409153007":"2026-04-09T15:33:58.815Z","6.8.0-canary-20260409170718":"2026-04-09T17:10:46.090Z","6.8.0-canary-20260409214344":"2026-04-09T21:46:34.042Z","6.8.0-canary-20260409215240":"2026-04-09T21:55:32.394Z","6.8.0-canary-20260410075736":"2026-04-10T08:00:38.798Z","6.8.0":"2026-04-10T10:38:54.142Z","6.9.0-canary-20260416132420":"2026-04-16T13:27:49.412Z","6.9.0-canary-20260416164237":"2026-04-16T16:46:47.209Z","6.9.0-canary-20260417140535":"2026-04-17T14:09:06.135Z","6.9.0-canary-20260420151455":"2026-04-20T15:18:53.862Z","6.9.0-canary-20260421124237":"2026-04-21T12:46:11.054Z","6.9.0-canary-20260421154415":"2026-04-21T15:47:46.797Z","6.9.0-canary-20260424160726":"2026-04-24T16:11:50.267Z","6.9.0-canary-20260428230221":"2026-04-28T23:05:49.088Z","6.9.0-canary-20260429180950":"2026-04-29T18:13:12.648Z","6.9.0-canary-20260501161644":"2026-05-01T16:20:30.679Z","6.9.0-canary-20260501213538":"2026-05-01T21:40:01.898Z","6.9.0-canary-20260502225324":"2026-05-02T22:56:50.628Z","6.9.0-canary-20260504023938":"2026-05-04T02:43:17.050Z","6.9.0-canary-20260504034704":"2026-05-04T03:50:50.807Z","6.9.0-canary-20260504034824":"2026-05-04T03:51:53.968Z","6.9.0-canary-20260504034940":"2026-05-04T03:53:06.621Z","6.9.0-canary-20260504035521":"2026-05-04T03:58:48.868Z","6.9.0-canary-20260504035654":"2026-05-04T04:00:25.715Z","6.9.0-canary-20260504035944":"2026-05-04T04:02:59.933Z","6.9.0-canary-20260504035952":"2026-05-04T04:03:19.187Z","6.9.0-canary-20260504040240":"2026-05-04T04:05:35.883Z","6.9.0-canary-20260504040844":"2026-05-04T04:12:17.251Z","6.9.0-canary-20260504143358":"2026-05-04T14:38:29.491Z","6.9.0-canary-20260504144157":"2026-05-04T14:46:26.104Z","6.9.0-canary-20260504163128":"2026-05-04T16:35:55.088Z","6.9.0-canary-20260505132156":"2026-05-05T13:25:31.641Z","6.9.0-canary-20260505133431":"2026-05-05T13:38:09.311Z","6.9.0-canary-20260505202922":"2026-05-05T20:33:41.155Z","6.9.0-canary-20260505204033":"2026-05-05T20:44:24.055Z","6.9.0-canary-20260505212004":"2026-05-05T21:23:55.036Z","6.9.0-canary-20260505213027":"2026-05-05T21:35:02.599Z","6.9.0-canary-20260505214228":"2026-05-05T21:46:12.459Z","6.9.0-canary-20260505215425":"2026-05-05T21:58:51.248Z","6.9.0-canary-20260505220518":"2026-05-05T22:09:24.486Z","6.9.0-canary-20260505221731":"2026-05-05T22:21:49.611Z","6.9.0-canary-20260505222841":"2026-05-05T22:33:12.320Z","6.9.0-canary-20260505224023":"2026-05-05T22:44:53.616Z","6.9.0-canary-20260505225241":"2026-05-05T22:56:03.292Z","6.9.0-canary-20260505230336":"2026-05-05T23:07:22.739Z","6.9.0-canary-20260505231441":"2026-05-05T23:18:07.431Z","6.9.0":"2026-05-06T11:19:25.754Z","6.10.0-canary-20260507145824":"2026-05-07T15:02:03.711Z","6.10.0-canary-20260507151050":"2026-05-07T15:15:28.671Z","6.10.0-canary-20260507152156":"2026-05-07T15:25:27.911Z","6.10.0-canary-20260507153337":"2026-05-07T15:38:01.889Z","6.10.0-canary-20260507154437":"2026-05-07T15:49:10.869Z","6.10.0-canary-20260508101121":"2026-05-08T10:15:55.902Z","6.10.0-canary-20260508114519":"2026-05-08T11:48:59.281Z","6.10.0-canary-20260508125653":"2026-05-08T13:00:48.391Z","6.10.0-canary-20260508152137":"2026-05-08T15:25:58.291Z","6.10.0-canary-20260508162238":"2026-05-08T16:26:09.333Z","6.10.0-canary-20260508180811":"2026-05-08T18:12:16.848Z","6.10.0-canary-20260508184829":"2026-05-08T18:52:46.764Z","6.10.0-canary-20260511110747":"2026-05-11T11:11:11.350Z","6.10.0-canary-20260512102455":"2026-05-12T10:28:40.731Z","6.10.0-canary-20260512133223":"2026-05-12T13:55:31.079Z","6.10.0-canary-20260512141024":"2026-05-12T14:13:32.968Z","6.10.0-canary-20260512145212":"2026-05-12T14:56:44.269Z","6.10.0-canary-20260513084610":"2026-05-13T08:49:46.266Z","6.10.0-canary-20260513084756":"2026-05-13T08:52:27.501Z","6.10.0-canary-20260513085208":"2026-05-13T08:55:45.421Z","6.10.0-canary-20260513155120":"2026-05-13T15:54:24.608Z","6.10.0-canary-20260513161744":"2026-05-13T16:21:12.523Z","6.10.0-canary-20260513161708":"2026-05-13T16:21:21.252Z","6.10.0-canary-20260513162048":"2026-05-13T16:24:10.923Z","6.10.0-canary-20260514084615":"2026-05-14T08:50:20.664Z","6.10.0-canary-20260615173250":"2026-06-15T17:37:33.965Z","6.10.0":"2026-06-16T07:35:09.539Z","6.10.1-canary-20260618143316":"2026-06-18T14:36:47.997Z","6.10.1-canary-20260618145150":"2026-06-18T14:55:32.925Z","6.10.1-canary-20260619083234":"2026-06-19T08:37:07.703Z","6.10.1-canary-20260622083154":"2026-06-22T08:35:19.139Z","6.10.1-canary-20260622090915":"2026-06-22T09:13:26.943Z","6.10.1-canary-20260622145401":"2026-06-22T14:57:20.472Z","6.10.1-canary-20260624124700":"2026-06-24T12:50:17.419Z","6.10.1-canary-20260624124654":"2026-06-24T12:51:14.634Z","6.10.1-canary-20260624150704":"2026-06-24T15:11:30.012Z","6.10.1-canary-20260624170709":"2026-06-24T17:11:11.928Z","6.10.1-canary-20260624190127":"2026-06-24T19:04:53.126Z","6.11.0-canary-20260625113002":"2026-06-25T11:32:36.825Z","6.11.0-canary-20260625173512":"2026-06-25T17:38:27.163Z","6.11.0-canary-20260625180053":"2026-06-25T18:05:26.333Z","6.11.0-canary-20260626112407":"2026-06-26T11:27:12.212Z","6.11.0-canary-20260626112506":"2026-06-26T11:28:19.587Z","7.0.0-canary-20260626145339":"2026-06-26T14:57:39.189Z","7.0.0-canary-20260626153924":"2026-06-26T15:43:44.947Z","7.0.0-canary-20260626155145":"2026-06-26T15:55:07.857Z","7.0.0-canary-20260626160252":"2026-06-26T16:07:14.295Z","7.0.0-canary-20260626181342":"2026-06-26T18:17:32.531Z","7.0.0-canary-20260626184919":"2026-06-26T18:53:08.588Z","7.0.0-canary-20260626190159":"2026-06-26T19:06:06.710Z","7.0.0-canary-20260626191340":"2026-06-26T19:17:42.268Z","7.0.0-canary-20260626192438":"2026-06-26T19:28:06.858Z","7.0.0-canary-20260626193642":"2026-06-26T19:40:35.644Z","7.0.0-canary-20260626194833":"2026-06-26T19:52:23.604Z","7.0.0-canary-20260626203936":"2026-06-26T20:43:00.810Z","7.0.0-canary-20260629121139":"2026-06-29T12:15:03.843Z","7.0.0-canary-20260629132846":"2026-06-29T13:32:07.554Z","7.0.0-canary-20260629141819":"2026-06-29T14:21:45.562Z","7.0.0-canary-20260629172020":"2026-06-29T17:24:10.555Z","7.0.0-canary-20260629174025":"2026-06-29T17:44:47.220Z","7.0.0-canary-20260629180224":"2026-06-29T18:06:37.626Z","7.0.0-canary-20260629180406":"2026-06-29T18:08:12.906Z","7.0.0-canary-20260630075708":"2026-06-30T08:01:19.402Z","7.0.0-canary-20260630081135":"2026-06-30T08:15:29.458Z","7.0.0-canary-20260630082225":"2026-06-30T08:26:39.862Z","7.0.0-canary-20260630083350":"2026-06-30T08:38:43.676Z","7.0.0-canary-20260630094417":"2026-06-30T09:48:14.470Z","7.0.0-canary-20260630094500":"2026-06-30T09:49:15.182Z","7.0.0-canary-20260630095418":"2026-06-30T09:58:21.136Z","7.0.0-canary-20260630104357":"2026-06-30T10:48:27.958Z","7.0.0":"2026-06-30T11:33:40.046Z","8.0.0-canary-20260713121915":"2026-07-13T12:22:49.037Z","8.0.0-canary-20260713122432":"2026-07-13T12:28:27.850Z","8.0.0-canary-20260713122613":"2026-07-13T12:29:35.019Z","8.0.0-canary-20260713122650":"2026-07-13T12:30:11.122Z","8.0.0-canary-20260713125308":"2026-07-13T12:56:38.887Z","8.0.0-canary-20260713145338":"2026-07-13T14:58:03.327Z","8.0.0-canary-20260713145801":"2026-07-13T15:02:11.062Z","8.0.0-canary-20260714083345":"2026-07-14T08:36:24.881Z","8.0.0-canary-20260714083314":"2026-07-14T08:36:30.119Z","8.0.0-canary-20260715083226":"2026-07-15T08:37:04.292Z","8.0.0-canary-20260715084125":"2026-07-15T08:45:07.865Z","8.0.0-canary-20260716145129":"2026-07-16T14:55:30.587Z","8.0.0-canary-20260720145501":"2026-07-20T14:58:22.569Z","8.0.0-canary-20260721145211":"2026-07-21T14:56:13.712Z","8.0.0-canary-20260724145330":"2026-07-24T14:57:49.583Z","8.0.0-canary-20260724151329":"2026-07-24T15:16:54.564Z","8.0.0-canary-20260727082657":"2026-07-27T08:30:44.044Z","8.0.0-canary-20260727083025":"2026-07-27T08:33:50.016Z","8.0.0-canary-20260727084454":"2026-07-27T08:48:10.198Z","8.0.0-canary-20260727145353":"2026-07-27T14:58:28.263Z","8.0.0-canary-20260728082254":"2026-07-28T08:25:38.009Z","8.0.0-canary-20260729082243":"2026-07-29T08:26:18.757Z","8.0.0-canary-20260730082400":"2026-07-30T08:30:34.949Z","8.0.0-canary-20260730145116":"2026-07-30T15:02:58.799Z","8.0.0-canary-20260731154134":"2026-07-31T15:47:59.425Z","8.0.0-canary-20260803145445":"2026-08-03T15:03:22.213Z","8.0.0-canary-20260803224602":"2026-08-03T22:52:40.178Z","8.0.0-canary-20260804155834":"2026-08-04T16:03:04.271Z","8.0.0-canary-20260804161719":"2026-08-04T16:23:37.459Z","8.0.0-canary-20260804171342":"2026-08-04T17:21:48.856Z","8.0.0-canary-20260804175221":"2026-08-04T17:57:17.038Z","8.0.0-canary-20260804182719":"2026-08-04T18:33:59.153Z","8.0.0-canary-20260805074928":"2026-08-05T07:56:03.756Z","8.0.0-canary-20260805080748":"2026-08-05T08:12:24.387Z","8.0.0-canary-20260805083325":"2026-08-05T08:41:44.820Z","8.0.0-canary-20260805165614":"2026-08-05T17:01:48.661Z","8.0.0-canary-20260805170947":"2026-08-05T17:14:27.631Z","8.0.0-canary-20260805172253":"2026-08-05T17:30:11.619Z","8.0.0-canary-20260805182521":"2026-08-05T18:30:51.630Z","8.0.0-canary-20260805183741":"2026-08-05T18:43:00.858Z","8.0.0-canary-20260805185044":"2026-08-05T18:57:47.439Z","8.0.0-canary-20260806083718":"2026-08-06T08:41:06.033Z","8.0.0-canary-20260806085056":"2026-08-06T08:56:16.476Z","8.0.0-canary-20260806145328":"2026-08-06T15:07:49.073Z","8.0.0-canary-20260806145224":"2026-08-06T15:12:33.039Z","8.0.0-canary-20260807083617":"2026-08-07T08:50:05.035Z","8.0.0-canary-20260807084747":"2026-08-07T08:53:45.236Z","8.0.0-canary-20260807090653":"2026-08-07T09:13:10.324Z","8.0.0-canary-20260807123619":"2026-08-07T13:06:10.761Z","8.0.0-canary-20260807145236":"2026-08-07T15:00:01.918Z","8.0.0-canary-20260807161918":"2026-08-07T16:23:16.655Z","8.0.0-canary-20260809083822":"2026-08-09T08:44:43.628Z","8.0.0-canary-20260810084449":"2026-08-10T08:52:29.983Z","8.0.0-canary-20260811083145":"2026-08-11T08:40:19.358Z","8.0.0-canary-20260812084455":"2026-08-12T08:51:45.416Z","7.1.0-canary-20260812151931":"2026-08-12T15:25:31.527Z","7.1.0-canary-20260812160611":"2026-08-12T16:12:06.393Z","7.1.0-canary-20260813074914":"2026-08-13T07:54:51.170Z","7.1.0-canary-20260814084407":"2026-08-14T08:52:51.216Z","7.1.0-canary-20260814105820":"2026-08-14T11:03:59.938Z","7.1.0-canary-20260814124550":"2026-08-14T12:51:03.088Z","7.1.0":"2026-08-14T13:40:28.347Z","7.1.1-canary-20260814143621":"2026-08-14T14:42:43.078Z","7.1.1-canary-20260814145310":"2026-08-14T14:59:02.609Z","7.1.1-canary-20260817094016":"2026-08-17T09:45:53.443Z","7.1.1-canary-20260817111556":"2026-08-17T11:21:21.307Z","7.1.1-canary-20260818090756":"2026-08-18T09:13:42.053Z","7.1.1-canary-20260818091931":"2026-08-18T09:26:24.472Z","7.1.1-canary-20260818092340":"2026-08-18T09:30:51.515Z","7.1.1-canary-20260818092700":"2026-08-18T09:33:07.711Z","7.1.1-canary-20260818093505":"2026-08-18T09:40:44.347Z","7.1.1-canary-20260818093706":"2026-08-18T09:46:00.546Z","7.1.1-canary-20260818095434":"2026-08-18T10:01:47.007Z","7.1.1-canary-20260818095857":"2026-08-18T10:02:54.603Z","7.1.1-canary-20260818095256":"2026-08-18T10:03:53.525Z","7.1.1-canary-20260818100554":"2026-08-18T10:11:35.959Z","7.1.1-canary-20260818100628":"2026-08-18T10:11:59.652Z","7.1.1-canary-20260818105625":"2026-08-18T11:03:24.510Z","7.1.1-canary-20260818110048":"2026-08-18T11:06:09.872Z","7.1.1-canary-20260818123219":"2026-08-18T12:39:01.224Z","7.1.1-canary-20260818124118":"2026-08-18T12:45:59.736Z","7.1.1-canary-20260818124227":"2026-08-18T12:50:52.515Z","7.1.1-canary-20260818130138":"2026-08-18T13:06:16.929Z","7.1.1-canary-20260818130017":"2026-08-18T13:07:13.076Z","7.1.1":"2026-08-18T13:57:21.158Z","8.0.0-canary-20260818150405":"2026-08-18T15:10:55.895Z","8.0.0-canary-20260818150904":"2026-08-18T15:13:49.176Z","8.0.0-canary-20260818151503":"2026-08-18T15:20:22.489Z","8.0.0-canary-20260818152039":"2026-08-18T15:27:17.840Z","8.0.0-canary-20260819081434":"2026-08-19T08:19:22.351Z","8.0.0-canary-20260819081535":"2026-08-19T08:20:06.565Z","8.0.0-canary-20260819083503":"2026-08-19T08:40:10.200Z","8.0.0-canary-20260819114136":"2026-08-19T11:46:04.198Z","8.0.0-canary-20260819142543":"2026-08-19T14:33:33.286Z","8.0.0-canary-20260819144513":"2026-08-19T14:49:36.585Z","8.0.0-canary-20260819144333":"2026-08-19T14:50:07.958Z","8.0.0-canary-20260819190144":"2026-08-19T19:07:33.401Z","8.0.0-canary-20260820081716":"2026-08-20T08:23:49.895Z","8.0.0-canary-20260820084527":"2026-08-20T08:50:10.294Z","8.0.0-canary-20260820132648":"2026-08-20T13:33:12.391Z","8.0.0-canary-20260820133127":"2026-08-20T13:40:38.766Z","8.0.0-canary-20260821081538":"2026-08-21T08:20:40.627Z","8.0.0-canary-20260821081635":"2026-08-21T08:22:03.988Z","8.0.0-canary-20260821083331":"2026-08-21T08:44:33.211Z","8.0.0":"2026-08-21T11:16:14.910Z","8.0.1-canary-20260824185106":"2026-08-24T19:01:47.268Z","8.0.1-canary-20260825081546":"2026-08-25T08:21:00.852Z","8.0.1-canary-20260825083531":"2026-08-25T08:40:58.016Z","8.0.1-canary-20260826081624":"2026-08-26T08:22:49.465Z","8.0.1-canary-20260826084616":"2026-08-26T08:52:26.355Z","8.0.1-canary-20260826113332":"2026-08-26T11:39:56.369Z","8.0.1-canary-20260826175936":"2026-08-26T18:05:38.131Z","8.0.1-canary-20260826181059":"2026-08-26T18:20:53.828Z","8.0.1-canary-20260826181553":"2026-08-26T18:24:54.861Z","8.0.1-canary-20260826182619":"2026-08-26T18:32:13.731Z","8.0.1-canary-20260826184103":"2026-08-26T18:48:49.985Z","8.0.1-canary-20260827081626":"2026-08-27T08:20:46.645Z","8.0.1-canary-20260827081558":"2026-08-27T08:21:36.435Z","8.0.1-canary-20260827083225":"2026-08-27T08:38:52.590Z","8.1.0-canary-20260827105551":"2026-08-27T11:01:38.617Z","8.1.0-canary-20260827130934":"2026-08-27T13:16:30.282Z","8.1.0-canary-20260827140656":"2026-08-27T14:14:09.775Z","8.1.0-canary-20260827164440":"2026-08-27T16:49:40.736Z","8.1.0-canary-20260827170043":"2026-08-27T17:06:19.773Z","8.1.0":"2026-08-27T18:19:37.903Z","8.2.0-canary-20260829111831":"2026-08-29T11:25:05.898Z","8.2.0-canary-20260829114951":"2026-08-29T11:55:34.405Z","8.2.0":"2026-08-29T12:40:19.377Z","8.3.0-canary-20260831211850":"2026-08-31T21:27:13.106Z","8.3.0-canary-20260902083314":"2026-09-02T08:37:40.388Z","8.3.0-canary-20260903084241":"2026-09-03T08:49:20.407Z","8.3.0-canary-20260904084206":"2026-09-04T08:46:09.207Z","8.3.0-canary-20260904134301":"2026-09-04T13:49:32.161Z","8.3.0-canary-20260908084754":"2026-09-08T08:56:26.472Z","8.3.0-canary-20260908145145":"2026-09-08T14:56:53.242Z","8.3.0-canary-20260909083853":"2026-09-09T08:44:48.513Z","8.3.0-canary-20260909085821":"2026-09-09T09:03:20.387Z","8.3.0-canary-20260909091010":"2026-09-09T09:14:26.420Z","8.3.0-canary-20260909091616":"2026-09-09T09:21:25.208Z","8.3.0-canary-20260909092549":"2026-09-09T09:31:21.946Z","8.3.0-canary-20260909093407":"2026-09-09T09:39:43.572Z","8.3.0-canary-20260909093427":"2026-09-09T09:42:25.025Z","8.3.0-canary-20260909094827":"2026-09-09T09:55:22.303Z","8.3.0-canary-20260909095052":"2026-09-09T09:56:43.396Z","8.3.0":"2026-09-09T11:09:56.242Z","8.3.1-canary-20260918111252":"2026-09-18T11:19:05.404Z","8.4.0-canary-20260918134912":"2026-09-18T13:53:43.219Z","8.4.0-canary-20260921083658":"2026-09-21T08:44:36.209Z","8.4.0-canary-20260921085643":"2026-09-21T09:01:06.265Z","8.4.0-canary-20260921145441":"2026-09-21T14:59:19.456Z","8.4.0-canary-20260922083419":"2026-09-22T08:40:39.368Z","8.4.0-canary-20260922084122":"2026-09-22T08:45:37.655Z","8.4.0-canary-20260922151509":"2026-09-22T15:18:49.702Z","8.4.0-canary-20260922155338":"2026-09-22T15:59:07.834Z","8.4.0-canary-20260923083123":"2026-09-23T08:36:09.264Z","8.4.0-canary-20260924083259":"2026-09-24T08:39:10.283Z","8.4.0-canary-20260925083045":"2026-09-25T08:35:05.940Z"},"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#solanaplugin-core","keywords":["blockchain","solana","web3"],"repository":{"url":"git+https://github.com/anza-xyz/kit.git","type":"git"},"description":"Core helpers for creating and extending Kit clients with plugins","maintainers":[{"name":"solana-devs","email":"npm@solana.org"}],"readme":"","readmeFilename":""}