@helium/spl-utils 0.9.15 → 0.9.17
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/lib/cjs/fetchBackwardsCompatibleIdl.js +15093 -0
- package/lib/cjs/fetchBackwardsCompatibleIdl.js.map +1 -0
- package/lib/cjs/index.js +3 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/src/fetchBackwardsCompatibleIdl.js +15078 -0
- package/lib/esm/src/fetchBackwardsCompatibleIdl.js.map +1 -0
- package/lib/esm/src/index.js +1 -0
- package/lib/esm/src/index.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/fetchBackwardsCompatibleIdl.d.ts +4 -0
- package/lib/types/src/fetchBackwardsCompatibleIdl.d.ts.map +1 -0
- package/lib/types/src/index.d.ts +1 -0
- package/lib/types/src/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetchBackwardsCompatibleIdl.d.ts","sourceRoot":"","sources":["../../../src/fetchBackwardsCompatibleIdl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,wBAAsB,2BAA2B,CAC/C,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,QAAQ,gBAUnB"}
|
package/lib/types/src/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from "./utils";
|
|
|
6
6
|
export * from "./token";
|
|
7
7
|
export * from "./constants";
|
|
8
8
|
export * from "./draft";
|
|
9
|
+
export { fetchBackwardsCompatibleIdl } from "./fetchBackwardsCompatibleIdl";
|
|
9
10
|
export type { AssetProof, Asset, AssetsByOwnerOpts, SearchAssetsOpts, } from "./mplAssetAPI";
|
|
10
11
|
export { getAsset, getAssets, getAssetProof, getAssetsByOwner, searchAssets, getAssetBatch, getAssetProofBatch, searchAssetsWithPageInfo, } from "./mplAssetAPI";
|
|
11
12
|
export { estimatePrioritizationFee, withPriorityFees } from "./priorityFees";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E,YAAY,EACV,UAAU,EACV,KAAK,EACL,iBAAiB,EACjB,gBAAgB,GACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,QAAQ,EACR,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,YAAY,EACZ,aAAa,EACb,kBAAkB,EAClB,wBAAwB,GACzB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAE7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helium/spl-utils",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.17",
|
|
4
4
|
"description": "Utils shared across spl suite",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@coral-xyz/anchor": "^0.28.0",
|
|
35
|
-
"@helium/account-fetch-cache": "^0.9.
|
|
35
|
+
"@helium/account-fetch-cache": "^0.9.17",
|
|
36
36
|
"@helium/address": "^4.10.2",
|
|
37
|
-
"@helium/anchor-resolvers": "^0.9.
|
|
37
|
+
"@helium/anchor-resolvers": "^0.9.17",
|
|
38
38
|
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
|
|
39
39
|
"@solana/spl-account-compression": "^0.1.7",
|
|
40
40
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"ts-loader": "^9.2.3",
|
|
50
50
|
"typescript": "^5.2.2"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "9e54c10ec2ac8fe69a76f59feb39999ab9025887"
|
|
53
53
|
}
|