@xyo-network/crypto-contract-plugin 5.3.2 → 5.3.4

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.
@@ -1 +1,2 @@
1
- export * from '@xyo-network/crypto-contract-function-read-plugin'
1
+ export * from '@xyo-network/crypto-contract-function-read-plugin';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/index.ts
2
+ export * from "@xyo-network/crypto-contract-function-read-plugin";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-contract-function-read-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from '@xyo-network/crypto-contract-function-read-plugin';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/index.ts
2
+ export * from "@xyo-network/crypto-contract-function-read-plugin";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-contract-function-read-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from '@xyo-network/crypto-contract-function-read-plugin';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/index.ts
2
+ export * from "@xyo-network/crypto-contract-function-read-plugin";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-contract-function-read-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-contract-plugin",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,21 +30,21 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
33
- "src",
34
- "!**/*.bench.*",
35
- "!**/*.spec.*",
36
- "!**/*.test.*"
33
+ "README.md"
37
34
  ],
35
+ "dependencies": {
36
+ "@xyo-network/crypto-contract-function-read-plugin": "~5.3.4"
37
+ },
38
38
  "devDependencies": {
39
39
  "@xylabs/sdk-js": "^5.0.90",
40
+ "@xylabs/ts-scripts-common": "~7.5.10",
40
41
  "@xylabs/ts-scripts-yarn3": "~7.5.10",
41
42
  "@xylabs/tsconfig": "~7.5.10",
42
43
  "@xylabs/vitest-extended": "~5.0.90",
43
44
  "@xyo-network/abstract-witness": "~5.3.5",
44
45
  "@xyo-network/archivist-memory": "~5.3.5",
45
- "@xyo-network/crypto-contract-function-read-payload-plugin": "~5.3.2",
46
- "@xyo-network/crypto-contract-function-read-plugin": "~5.3.2",
47
- "@xyo-network/crypto-nft-payload-plugin": "~5.3.2",
46
+ "@xyo-network/crypto-contract-function-read-payload-plugin": "~5.3.4",
47
+ "@xyo-network/crypto-nft-payload-plugin": "~5.3.4",
48
48
  "@xyo-network/diviner-abstract": "~5.3.5",
49
49
  "@xyo-network/diviner-boundwitness-memory": "~5.3.5",
50
50
  "@xyo-network/diviner-jsonpatch": "~5.3.5",
@@ -54,7 +54,7 @@
54
54
  "@xyo-network/diviner-payload-model": "~5.3.5",
55
55
  "@xyo-network/diviner-range": "~5.3.5",
56
56
  "@xyo-network/diviner-temporal-indexing": "~5.3.5",
57
- "@xyo-network/evm-nft-id-payload-plugin": "~5.3.2",
57
+ "@xyo-network/evm-nft-id-payload-plugin": "~5.3.4",
58
58
  "@xyo-network/module-factory-locator": "~5.3.5",
59
59
  "@xyo-network/module-model": "~5.3.5",
60
60
  "@xyo-network/node-memory": "~5.3.5",