@xyo-network/diviner-coin-user-locations 5.6.4 → 6.0.0

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.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,65 +34,65 @@
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-model": "~6.0.0",
38
+ "@xyo-network/diviner-coin-user-locations-abstract": "~6.0.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@bitauth/libauth": "~3.0.0",
42
42
  "@opentelemetry/api": "^1.9.1",
43
43
  "@opentelemetry/sdk-trace-base": "^2.7.1",
44
44
  "@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",
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",
60
60
  "async-mutex": "^0.5.0",
61
61
  "bn.js": "^5.2.3",
62
62
  "buffer": "^6.0.3",
63
63
  "chalk": "^5.6.2",
64
64
  "debug": "~4.4.3",
65
- "eslint": "^10.3.0",
65
+ "eslint": "^10.4.0",
66
66
  "ethers": "^6.16.0",
67
67
  "hash-wasm": "~4.12.0",
68
- "lru-cache": "^11.3.6",
68
+ "lru-cache": "^11.5.0",
69
69
  "observable-fns": "~0.6.1",
70
70
  "pako": "~2.1.0",
71
- "typescript": "~5.9.3",
71
+ "typescript": "~6.0.3",
72
72
  "wasm-feature-detect": "~1.8.0",
73
73
  "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"
74
+ "@xyo-network/diviner-abstract": "~6.0.0",
75
+ "@xyo-network/diviner-model": "~6.0.0",
76
+ "@xyo-network/module-model": "~6.0.0"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@bitauth/libauth": "~3.0",
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
+ "@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",
96
96
  "async-mutex": "^0.5",
97
97
  "bn.js": "^5.2",
98
98
  "buffer": "^6.0",