@xyo-network/crypto-contract-plugin 7.0.0 → 7.0.1

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.
Files changed (1) hide show
  1. package/package.json +32 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-contract-plugin",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,40 +31,41 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/crypto-contract-function-read-plugin": "~7.0.0"
34
+ "@xyo-network/crypto-contract-function-read-plugin": "~7.0.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@bitauth/libauth": "~3.0.0",
38
- "@metamask/providers": "^22.1.1",
39
38
  "@noble/post-quantum": "~0.6.1",
40
39
  "@opentelemetry/api": "^1.9.1",
41
40
  "@opentelemetry/sdk-trace-base": "^2.8.0",
42
41
  "@scure/base": "^2.2.0",
43
42
  "@scure/bip39": "~2.2.0",
44
- "@xylabs/geo": "^6.1.3",
45
- "@xylabs/sdk-js": "^6.1.3",
46
- "@xylabs/threads": "^6.1.3",
47
- "@xylabs/toolchain": "~8.2.7",
48
- "@xylabs/tsconfig": "~8.2.7",
49
- "@xylabs/vitest-extended": "^6.1.3",
50
- "@xyo-network/diviner-boundwitness": "^7.0.0",
51
- "@xyo-network/diviner-jsonpatch": "^7.0.0",
52
- "@xyo-network/diviner-jsonpath-aggregate-memory": "^7.0.0",
53
- "@xyo-network/diviner-payload-generic": "^7.0.0",
54
- "@xyo-network/diviner-payload-model": "^7.0.0",
55
- "@xyo-network/diviner-range": "^7.0.0",
56
- "@xyo-network/diviner-temporal-indexing": "^7.0.0",
43
+ "@xylabs/geo": "^7.0.1",
44
+ "@xylabs/sdk": "^7.0.1",
45
+ "@xylabs/threads": "^7.0.1",
46
+ "@xylabs/toolchain": "~8.5.3",
47
+ "@xylabs/tsconfig": "~8.5.3",
48
+ "@xylabs/vitest-extended": "^7.0.1",
49
+ "@xyo-network/diviner-boundwitness": "^7.0.3",
50
+ "@xyo-network/diviner-jsonpatch": "^7.0.3",
51
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "^7.0.3",
52
+ "@xyo-network/diviner-payload-generic": "^7.0.3",
53
+ "@xyo-network/diviner-payload-model": "^7.0.3",
54
+ "@xyo-network/diviner-range": "^7.0.3",
55
+ "@xyo-network/diviner-temporal-indexing": "^7.0.3",
57
56
  "@xyo-network/open-zeppelin-typechain": "^4.1.3",
58
- "@xyo-network/payload-utils": "~7.0",
59
- "@xyo-network/sdk-js": "^7.0.0",
60
- "@xyo-network/sdk-protocol-js": "~7.0",
61
- "@xyo-network/witness-blockchain-abstract": "^7.0.0",
62
- "@xyo-network/witness-timestamp": "^7.0.0",
57
+ "@xyo-network/payload-utils": "~7.0.4",
58
+ "@xyo-network/sdk": "~7.0.3",
59
+ "@xyo-network/sdk-protocol": "^7.0.4",
60
+ "@xyo-network/witness-blockchain-abstract": "^7.0.3",
61
+ "@xyo-network/witness-timestamp": "^7.0.3",
63
62
  "ajv": "^8.20.0",
64
63
  "async-mutex": "^0.5.0",
64
+ "browserslist": "4.28.4",
65
65
  "debug": "~4.4.3",
66
- "eslint": "^10.5.0",
67
- "ethers": "^6.16.0",
66
+ "eslint": "^10.6.0",
67
+ "eslint-import-resolver-typescript": "^4.4.5",
68
+ "ethers": "^6.17.0",
68
69
  "fast-json-patch": "~3.1.1",
69
70
  "hash-wasm": "^4.12.0",
70
71
  "idb": "^8.0.3",
@@ -72,27 +73,24 @@
72
73
  "lru-cache": "^11.5.1",
73
74
  "observable-fns": "~0.6.1",
74
75
  "typescript": "~6.0.3",
75
- "vite": "^8.0.16",
76
+ "vite": "^8.1.0",
76
77
  "vitest": "^4.1.9",
77
- "webextension-polyfill": "^0.12.0",
78
78
  "zod": "^4.4.3",
79
- "@xyo-network/crypto-contract-function-read-payload-plugin": "~7.0.0",
80
- "@xyo-network/evm-nft-id-payload-plugin": "~7.0.0",
81
- "@xyo-network/crypto-nft-payload-plugin": "~7.0.0"
79
+ "@xyo-network/crypto-nft-payload-plugin": "~7.0.1",
80
+ "@xyo-network/evm-nft-id-payload-plugin": "~7.0.1",
81
+ "@xyo-network/crypto-contract-function-read-payload-plugin": "~7.0.1"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "@bitauth/libauth": "~3.0",
85
- "@metamask/providers": "^22.1",
86
85
  "@noble/post-quantum": "~0.6.1",
87
86
  "@opentelemetry/api": "^1.9",
88
87
  "@opentelemetry/sdk-trace-base": "^2.7",
89
88
  "@scure/base": "^2.2",
90
89
  "@scure/bip39": "~2.2",
91
- "@xylabs/geo": "^6.0",
92
- "@xylabs/sdk-js": "^6.0",
93
- "@xylabs/threads": "^6.0",
94
- "@xyo-network/sdk-js": "^7.0",
95
- "@xyo-network/sdk-protocol-js": "^7.0",
90
+ "@xylabs/geo": "^7.0",
91
+ "@xylabs/sdk": "^7.0",
92
+ "@xylabs/threads": "^7.0",
93
+ "@xyo-network/sdk": "^7.0",
96
94
  "ajv": "^8.20",
97
95
  "async-mutex": "^0.5",
98
96
  "debug": "~4.4",
@@ -101,7 +99,6 @@
101
99
  "idb": "^8.0",
102
100
  "lru-cache": "^11.3",
103
101
  "observable-fns": "~0.6",
104
- "webextension-polyfill": "^0.12",
105
102
  "zod": "^4.4"
106
103
  },
107
104
  "engines": {