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

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-contract-plugin",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -35,13 +35,48 @@
35
35
  "!**/*.spec.*",
36
36
  "!**/*.test.*"
37
37
  ],
38
- "dependencies": {
39
- "@xyo-network/crypto-contract-function-read-plugin": "5.3.1"
40
- },
41
38
  "devDependencies": {
42
- "@xylabs/ts-scripts-yarn3": "~7.3.2",
43
- "@xylabs/tsconfig": "~7.3.2",
44
- "typescript": "~5.9.3"
39
+ "@xylabs/sdk-js": "^5.0.90",
40
+ "@xylabs/ts-scripts-yarn3": "~7.5.10",
41
+ "@xylabs/tsconfig": "~7.5.10",
42
+ "@xylabs/vitest-extended": "~5.0.90",
43
+ "@xyo-network/abstract-witness": "~5.3.5",
44
+ "@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",
48
+ "@xyo-network/diviner-abstract": "~5.3.5",
49
+ "@xyo-network/diviner-boundwitness-memory": "~5.3.5",
50
+ "@xyo-network/diviner-jsonpatch": "~5.3.5",
51
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "~5.3.5",
52
+ "@xyo-network/diviner-model": "~5.3.5",
53
+ "@xyo-network/diviner-payload-generic": "~5.3.5",
54
+ "@xyo-network/diviner-payload-model": "~5.3.5",
55
+ "@xyo-network/diviner-range": "~5.3.5",
56
+ "@xyo-network/diviner-temporal-indexing": "~5.3.5",
57
+ "@xyo-network/evm-nft-id-payload-plugin": "~5.3.2",
58
+ "@xyo-network/module-factory-locator": "~5.3.5",
59
+ "@xyo-network/module-model": "~5.3.5",
60
+ "@xyo-network/node-memory": "~5.3.5",
61
+ "@xyo-network/open-zeppelin-typechain": "~4.1.1",
62
+ "@xyo-network/payload-model": "~5.3.5",
63
+ "@xyo-network/payloadset-plugin": "~5.3.5",
64
+ "@xyo-network/sdk-js": "~5.3.5",
65
+ "@xyo-network/sentinel-model": "~5.3.5",
66
+ "@xyo-network/wallet": "~5.3.5",
67
+ "@xyo-network/wallet-model": "~5.3.5",
68
+ "@xyo-network/witness-blockchain-abstract": "~5.3.5",
69
+ "@xyo-network/witness-model": "~5.3.5",
70
+ "@xyo-network/witness-timestamp": "~5.3.5",
71
+ "async-mutex": "~0.5.0",
72
+ "ethers": "^6.16.0",
73
+ "typescript": "~5.9.3",
74
+ "vitest": "~4.1.2",
75
+ "zod": "^4.3.6"
76
+ },
77
+ "peerDependencies": {
78
+ "@xylabs/sdk-js": "^5",
79
+ "zod": "^4"
45
80
  },
46
81
  "publishConfig": {
47
82
  "access": "public"
@@ -1,2 +0,0 @@
1
- export * from '@xyo-network/crypto-contract-function-read-plugin';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA"}
@@ -1,3 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-contract-function-read-plugin";
3
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-contract-function-read-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
@@ -1,2 +0,0 @@
1
- export * from '@xyo-network/crypto-contract-function-read-plugin';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA"}
@@ -1,3 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-contract-function-read-plugin";
3
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-contract-function-read-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
@@ -1,2 +0,0 @@
1
- export * from '@xyo-network/crypto-contract-function-read-plugin';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA"}
@@ -1,3 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-contract-function-read-plugin";
3
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-contract-function-read-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}