@xyo-network/diviner-coin-user-locations 6.0.0 → 6.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 +31 -35
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.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,76 +34,72 @@
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.1",
38
+ "@xyo-network/diviner-coin-user-locations-model": "~6.0.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@bitauth/libauth": "~3.0.0",
42
+ "@metamask/providers": "^22.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",
48
+ "@xylabs/geo": "^6.0",
49
+ "@xylabs/sdk-js": "^6.0.4",
50
+ "@xylabs/threads": "~6.0.4",
51
+ "@xylabs/toolchain": "~8.1.6",
52
+ "@xylabs/tsconfig": "~8.1.6",
53
+ "@xyo-network/sdk-protocol-js": "~6.0.5",
54
+ "ajv": "^8.20",
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
59
  "eslint": "^10.4.0",
66
60
  "ethers": "^6.16.0",
67
61
  "hash-wasm": "~4.12.0",
68
- "lru-cache": "^11.5.0",
62
+ "idb": "^8.0",
63
+ "lru-cache": "^11.5.1",
64
+ "mapbox-gl": "^3.23",
69
65
  "observable-fns": "~0.6.1",
70
66
  "pako": "~2.1.0",
67
+ "store2": "~2.14",
71
68
  "typescript": "~6.0.3",
72
69
  "wasm-feature-detect": "~1.8.0",
70
+ "webextension-polyfill": "^0.12",
73
71
  "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"
72
+ "@xyo-network/diviner-abstract": "~6.0.1",
73
+ "@xyo-network/diviner-model": "~6.0.1",
74
+ "@xyo-network/module-model": "~6.0.1"
77
75
  },
78
76
  "peerDependencies": {
79
77
  "@bitauth/libauth": "~3.0",
78
+ "@metamask/providers": "^22.1",
79
+ "@noble/post-quantum": "~0.6.1",
80
80
  "@opentelemetry/api": "^1.9",
81
81
  "@opentelemetry/sdk-trace-base": "^2.7",
82
82
  "@scure/base": "~2.2",
83
+ "@scure/bip39": "~2.2",
84
+ "@xylabs/geo": "^6.0",
83
85
  "@xylabs/sdk-js": "^6.0",
84
86
  "@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",
87
+ "@xyo-network/sdk-protocol-js": "~6.0",
88
+ "ajv": "^8.20",
96
89
  "async-mutex": "^0.5",
97
90
  "bn.js": "^5.2",
98
91
  "buffer": "^6.0",
99
- "chalk": "^5.6",
100
92
  "debug": "~4.4",
101
93
  "ethers": "^6.16",
102
94
  "hash-wasm": "~4.12",
95
+ "idb": "^8.0",
103
96
  "lru-cache": "^11.3",
97
+ "mapbox-gl": "^3.23",
104
98
  "observable-fns": "~0.6",
105
99
  "pako": "~2.1",
100
+ "store2": "~2.14",
106
101
  "wasm-feature-detect": "~1.8",
102
+ "webextension-polyfill": "^0.12",
107
103
  "zod": "^4.4"
108
104
  },
109
105
  "publishConfig": {