@xyo-network/diviner-coin-user-locations 6.0.0 → 6.0.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.
Files changed (1) hide show
  1. package/package.json +29 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-coin-user-locations",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,76 +34,66 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-coin-user-locations-model": "~6.0.0",
38
- "@xyo-network/diviner-coin-user-locations-abstract": "~6.0.0"
37
+ "@xyo-network/diviner-coin-user-locations-abstract": "~6.0.2",
38
+ "@xyo-network/diviner-coin-user-locations-model": "~6.0.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@bitauth/libauth": "~3.0.0",
42
+ "@metamask/providers": "^22.1.1",
43
+ "@noble/post-quantum": "~0.6.1",
42
44
  "@opentelemetry/api": "^1.9.1",
43
45
  "@opentelemetry/sdk-trace-base": "^2.7.1",
44
46
  "@scure/base": "~2.2.0",
45
- "@xylabs/sdk-js": "^6.0.0",
46
- "@xylabs/threads": "~6.0.0",
47
- "@xylabs/toolchain": "~8.0.17",
48
- "@xylabs/tsconfig": "~8.0.17",
49
- "@xyo-network/account": "~6.0",
50
- "@xyo-network/account-model": "~6.0",
51
- "@xyo-network/boundwitness-builder": "~6.0",
52
- "@xyo-network/boundwitness-model": "~6.0",
53
- "@xyo-network/boundwitness-wrapper": "~6.0",
54
- "@xyo-network/config-payload-plugin": "~6.0",
55
- "@xyo-network/manifest-model": "~6.0",
56
- "@xyo-network/payload-builder": "~6.0.0",
57
- "@xyo-network/payload-model": "~6.0.0",
58
- "@xyo-network/query-payload-plugin": "~6.0",
59
- "@xyo-network/wallet-model": "~6.0",
47
+ "@scure/bip39": "~2.2.0",
48
+ "@xylabs/geo": "^6.0.6",
49
+ "@xylabs/sdk-js": "^6.0.6",
50
+ "@xylabs/threads": "^6.0.6",
51
+ "@xylabs/toolchain": "~8.1.8",
52
+ "@xylabs/tsconfig": "~8.1.8",
53
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
54
+ "ajv": "^8.20.0",
60
55
  "async-mutex": "^0.5.0",
61
56
  "bn.js": "^5.2.3",
62
57
  "buffer": "^6.0.3",
63
- "chalk": "^5.6.2",
64
58
  "debug": "~4.4.3",
65
- "eslint": "^10.4.0",
59
+ "eslint": "^10.4.1",
66
60
  "ethers": "^6.16.0",
67
61
  "hash-wasm": "~4.12.0",
68
- "lru-cache": "^11.5.0",
62
+ "idb": "^8.0.3",
63
+ "lru-cache": "^11.5.1",
69
64
  "observable-fns": "~0.6.1",
70
65
  "pako": "~2.1.0",
71
66
  "typescript": "~6.0.3",
72
- "wasm-feature-detect": "~1.8.0",
67
+ "webextension-polyfill": "^0.12.0",
73
68
  "zod": "^4.4.3",
74
- "@xyo-network/diviner-abstract": "~6.0.0",
75
- "@xyo-network/diviner-model": "~6.0.0",
76
- "@xyo-network/module-model": "~6.0.0"
69
+ "@xyo-network/diviner-abstract": "~6.0.2",
70
+ "@xyo-network/diviner-model": "~6.0.2",
71
+ "@xyo-network/module-model": "~6.0.2"
77
72
  },
78
73
  "peerDependencies": {
79
74
  "@bitauth/libauth": "~3.0",
75
+ "@metamask/providers": "^22.1",
76
+ "@noble/post-quantum": "~0.6.1",
80
77
  "@opentelemetry/api": "^1.9",
81
78
  "@opentelemetry/sdk-trace-base": "^2.7",
82
79
  "@scure/base": "~2.2",
80
+ "@scure/bip39": "~2.2",
81
+ "@xylabs/geo": "^6.0",
83
82
  "@xylabs/sdk-js": "^6.0",
84
- "@xylabs/threads": "~6.0",
85
- "@xyo-network/account": "~6.0",
86
- "@xyo-network/account-model": "~6.0",
87
- "@xyo-network/boundwitness-builder": "~6.0",
88
- "@xyo-network/boundwitness-model": "~6.0",
89
- "@xyo-network/boundwitness-wrapper": "~6.0",
90
- "@xyo-network/config-payload-plugin": "~6.0",
91
- "@xyo-network/manifest-model": "~6.0",
92
- "@xyo-network/payload-builder": "~6.0",
93
- "@xyo-network/payload-model": "~6.0",
94
- "@xyo-network/query-payload-plugin": "~6.0",
95
- "@xyo-network/wallet-model": "~6.0",
83
+ "@xylabs/threads": "^6.0",
84
+ "@xyo-network/sdk-protocol-js": "~6.0",
85
+ "ajv": "^8.20",
96
86
  "async-mutex": "^0.5",
97
87
  "bn.js": "^5.2",
98
88
  "buffer": "^6.0",
99
- "chalk": "^5.6",
100
89
  "debug": "~4.4",
101
90
  "ethers": "^6.16",
102
91
  "hash-wasm": "~4.12",
92
+ "idb": "^8.0",
103
93
  "lru-cache": "^11.3",
104
94
  "observable-fns": "~0.6",
105
95
  "pako": "~2.1",
106
- "wasm-feature-detect": "~1.8",
96
+ "webextension-polyfill": "^0.12",
107
97
  "zod": "^4.4"
108
98
  },
109
99
  "publishConfig": {