@xyo-network/diviner-coin-user-locations 5.6.4 → 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.
@@ -1,4 +1,4 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/diviner-coin-user-locations-abstract";
3
3
  export * from "@xyo-network/diviner-coin-user-locations-model";
4
- //# sourceMappingURL=index.mjs.map
4
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1,7 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/diviner-coin-user-locations-abstract'\nexport * from '@xyo-network/diviner-coin-user-locations-model'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["export * from '@xyo-network/diviner-coin-user-locations-abstract'\nexport * from '@xyo-network/diviner-coin-user-locations-model'\n"],
5
+ "mappings": ";AAAA,cAAc;AACd,cAAc;",
6
+ "names": []
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-coin-user-locations",
3
- "version": "5.6.4",
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-abstract": "~5.6.4",
38
- "@xyo-network/diviner-coin-user-locations-model": "~5.6.4"
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": "^5.1.2",
46
- "@xylabs/threads": "~5.1.2",
47
- "@xylabs/toolchain": "~7.13.15",
48
- "@xylabs/tsconfig": "~7.13.15",
49
- "@xyo-network/account": "~5.6.2",
50
- "@xyo-network/account-model": "~5.6.3",
51
- "@xyo-network/boundwitness-builder": "~5.6.2",
52
- "@xyo-network/boundwitness-model": "~5.6.3",
53
- "@xyo-network/boundwitness-wrapper": "~5.6.2",
54
- "@xyo-network/config-payload-plugin": "~5.6.3",
55
- "@xyo-network/manifest-model": "~5.6.3",
56
- "@xyo-network/payload-builder": "~5.6.2",
57
- "@xyo-network/payload-model": "~5.6.3",
58
- "@xyo-network/query-payload-plugin": "~5.6.3",
59
- "@xyo-network/wallet-model": "~5.6.3",
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
- "eslint": "^10.3.0",
59
+ "eslint": "^10.4.0",
66
60
  "ethers": "^6.16.0",
67
61
  "hash-wasm": "~4.12.0",
68
- "lru-cache": "^11.3.6",
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",
71
- "typescript": "~5.9.3",
67
+ "store2": "~2.14",
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/module-model": "~5.6.4",
75
- "@xyo-network/diviner-model": "~5.6.4",
76
- "@xyo-network/diviner-abstract": "~5.6.4"
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
- "@xylabs/sdk-js": "^5.1",
84
- "@xylabs/threads": "~5.1",
85
- "@xyo-network/account": "~5.6",
86
- "@xyo-network/account-model": "~5.6",
87
- "@xyo-network/boundwitness-builder": "~5.6",
88
- "@xyo-network/boundwitness-model": "~5.6",
89
- "@xyo-network/boundwitness-wrapper": "~5.6",
90
- "@xyo-network/config-payload-plugin": "~5.6",
91
- "@xyo-network/manifest-model": "~5.6",
92
- "@xyo-network/payload-builder": "~5.6",
93
- "@xyo-network/payload-model": "~5.6",
94
- "@xyo-network/query-payload-plugin": "~5.6",
95
- "@xyo-network/wallet-model": "~5.6",
83
+ "@scure/bip39": "~2.2",
84
+ "@xylabs/geo": "^6.0",
85
+ "@xylabs/sdk-js": "^6.0",
86
+ "@xylabs/threads": "~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": {