@gabox-labs/sdk 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/{index-CQcBMEah.d.ts → index-BKsLgsz8.d.ts} +4 -2
- package/dist/index.d.ts +15 -8
- package/dist/index.js +45 -10
- package/dist/index.js.map +1 -1
- package/dist/raydium/index.d.ts +1 -1
- package/dist/raydium/index.js +1 -1
- package/dist/{raydium-DXUJ-g1p.js → raydium-BZT4-i79.js} +13 -9
- package/dist/raydium-BZT4-i79.js.map +1 -0
- package/package.json +2 -2
- package/dist/raydium-DXUJ-g1p.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gabox-labs/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The Solana Kit SDK for gabox: generated instruction builders, PDAs, Raydium LaunchLab and CPMM venue accounts, and the pack flow.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"codegen": "node scripts/codegen.mjs",
|
|
62
62
|
"typecheck": "tsc --noEmit",
|
|
63
63
|
"test": "node --import tsx --test 'test/**/*.test.ts'",
|
|
64
|
-
"probe": "node --import tsx scripts/
|
|
64
|
+
"probe": "node --import tsx scripts/probe.ts",
|
|
65
65
|
"sync": "node scripts/sync-to-app.mjs",
|
|
66
66
|
"check:surface": "node scripts/check-surface.mjs",
|
|
67
67
|
"check:program": "node scripts/check-program.mjs",
|