@solana/kit 5.0.1-canary-20251119225544 → 5.1.0-canary-20251204151413
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/dist/index.browser.cjs +7 -0
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.mjs +1 -0
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.development.js +947 -25
- package/dist/index.development.js.map +1 -1
- package/dist/index.native.mjs +1 -0
- package/dist/index.native.mjs.map +1 -1
- package/dist/index.node.cjs +7 -0
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.mjs +1 -0
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.production.min.js +691 -644
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +21 -20
package/dist/types/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from '@solana/functional';
|
|
|
14
14
|
export * from '@solana/instructions';
|
|
15
15
|
export * from '@solana/instruction-plans';
|
|
16
16
|
export * from '@solana/keys';
|
|
17
|
+
export * from '@solana/offchain-messages';
|
|
17
18
|
export * from '@solana/programs';
|
|
18
19
|
export * from '@solana/rpc';
|
|
19
20
|
export * from '@solana/rpc-parsed-types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,wDAAwD,CAAC;AACvE,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AAEtD,YAAY,EACR,UAAU,EACV,qBAAqB,EACrB,WAAW,EACX,eAAe,EACf,sBAAsB,GACzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,wDAAwD,CAAC;AACvE,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AAEtD,YAAY,EACR,UAAU,EACV,qBAAqB,EACrB,WAAW,EACX,eAAe,EACf,sBAAsB,GACzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/kit",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0-canary-20251204151413",
|
|
4
4
|
"description": "Solana Javascript API",
|
|
5
5
|
"homepage": "https://www.solanakit.com",
|
|
6
6
|
"exports": {
|
|
@@ -58,25 +58,26 @@
|
|
|
58
58
|
"maintained node versions"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@solana/accounts": "5.0
|
|
62
|
-
"@solana/addresses": "5.0
|
|
63
|
-
"@solana/
|
|
64
|
-
"@solana/
|
|
65
|
-
"@solana/functional": "5.0
|
|
66
|
-
"@solana/instruction-plans": "5.0
|
|
67
|
-
"@solana/
|
|
68
|
-
"@solana/
|
|
69
|
-
"@solana/programs": "5.0
|
|
70
|
-
"@solana/rpc
|
|
71
|
-
"@solana/
|
|
72
|
-
"@solana/rpc-
|
|
73
|
-
"@solana/rpc-spec-types": "5.0
|
|
74
|
-
"@solana/rpc-
|
|
75
|
-
"@solana/
|
|
76
|
-
"@solana/
|
|
77
|
-
"@solana/transaction-confirmation": "5.0
|
|
78
|
-
"@solana/
|
|
79
|
-
"@solana/
|
|
61
|
+
"@solana/accounts": "5.1.0-canary-20251204151413",
|
|
62
|
+
"@solana/addresses": "5.1.0-canary-20251204151413",
|
|
63
|
+
"@solana/codecs": "5.1.0-canary-20251204151413",
|
|
64
|
+
"@solana/errors": "5.1.0-canary-20251204151413",
|
|
65
|
+
"@solana/functional": "5.1.0-canary-20251204151413",
|
|
66
|
+
"@solana/instruction-plans": "5.1.0-canary-20251204151413",
|
|
67
|
+
"@solana/instructions": "5.1.0-canary-20251204151413",
|
|
68
|
+
"@solana/offchain-messages": "5.1.0-canary-20251204151413",
|
|
69
|
+
"@solana/programs": "5.1.0-canary-20251204151413",
|
|
70
|
+
"@solana/rpc": "5.1.0-canary-20251204151413",
|
|
71
|
+
"@solana/keys": "5.1.0-canary-20251204151413",
|
|
72
|
+
"@solana/rpc-parsed-types": "5.1.0-canary-20251204151413",
|
|
73
|
+
"@solana/rpc-spec-types": "5.1.0-canary-20251204151413",
|
|
74
|
+
"@solana/rpc-subscriptions": "5.1.0-canary-20251204151413",
|
|
75
|
+
"@solana/rpc-types": "5.1.0-canary-20251204151413",
|
|
76
|
+
"@solana/signers": "5.1.0-canary-20251204151413",
|
|
77
|
+
"@solana/transaction-confirmation": "5.1.0-canary-20251204151413",
|
|
78
|
+
"@solana/sysvars": "5.1.0-canary-20251204151413",
|
|
79
|
+
"@solana/transaction-messages": "5.1.0-canary-20251204151413",
|
|
80
|
+
"@solana/transactions": "5.1.0-canary-20251204151413"
|
|
80
81
|
},
|
|
81
82
|
"peerDependencies": {
|
|
82
83
|
"typescript": ">=5.3.3"
|