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

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 +50 -38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-coin-user-locations",
3
- "version": "5.6.2",
3
+ "version": "5.6.4",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,29 +34,29 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-coin-user-locations-abstract": "~5.6.2",
38
- "@xyo-network/diviner-coin-user-locations-model": "~5.6.2"
37
+ "@xyo-network/diviner-coin-user-locations-abstract": "~5.6.4",
38
+ "@xyo-network/diviner-coin-user-locations-model": "~5.6.4"
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.0",
46
- "@xylabs/threads": "~5.1.0",
47
- "@xylabs/toolchain": "~7.12.3",
48
- "@xylabs/tsconfig": "~7.12.3",
49
- "@xyo-network/account": "~5.5.2",
50
- "@xyo-network/account-model": "~5.5.2",
51
- "@xyo-network/boundwitness-builder": "~5.5.2",
52
- "@xyo-network/boundwitness-model": "~5.5.2",
53
- "@xyo-network/boundwitness-wrapper": "~5.5.2",
54
- "@xyo-network/config-payload-plugin": "~5.5.2",
55
- "@xyo-network/manifest-model": "~5.5.2",
56
- "@xyo-network/payload-builder": "~5.5.2",
57
- "@xyo-network/payload-model": "~5.5.2",
58
- "@xyo-network/query-payload-plugin": "~5.5.2",
59
- "@xyo-network/wallet-model": "~5.5.2",
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",
60
60
  "async-mutex": "^0.5.0",
61
61
  "bn.js": "^5.2.3",
62
62
  "buffer": "^6.0.3",
@@ -71,28 +71,40 @@
71
71
  "typescript": "~5.9.3",
72
72
  "wasm-feature-detect": "~1.8.0",
73
73
  "zod": "^4.4.3",
74
- "@xyo-network/module-model": "~5.6.2",
75
- "@xyo-network/diviner-abstract": "~5.6.2",
76
- "@xyo-network/diviner-model": "~5.6.2"
74
+ "@xyo-network/module-model": "~5.6.4",
75
+ "@xyo-network/diviner-model": "~5.6.4",
76
+ "@xyo-network/diviner-abstract": "~5.6.4"
77
77
  },
78
78
  "peerDependencies": {
79
- "@scure/base": ">=2.2.0 <2.3",
80
- "@xylabs/sdk-js": ">=5.1.0 <6",
81
- "@xyo-network/account": ">=5.5.2 <5.6",
82
- "@xyo-network/account-model": ">=5.5.2 <5.6",
83
- "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
84
- "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
85
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
86
- "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
87
- "@xyo-network/manifest-model": ">=5.5.2 <5.6",
88
- "@xyo-network/payload-builder": ">=5.5.2 <5.6",
89
- "@xyo-network/payload-model": ">=5.5.2 <5.6",
90
- "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
91
- "@xyo-network/wallet-model": ">=5.5.2 <5.6",
92
- "async-mutex": ">=0.5.0 <1",
93
- "ethers": ">=6.16.0 <7",
94
- "lru-cache": ">=11.3.6 <12",
95
- "zod": ">=4.4.3 <5"
79
+ "@bitauth/libauth": "~3.0",
80
+ "@opentelemetry/api": "^1.9",
81
+ "@opentelemetry/sdk-trace-base": "^2.7",
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",
96
+ "async-mutex": "^0.5",
97
+ "bn.js": "^5.2",
98
+ "buffer": "^6.0",
99
+ "chalk": "^5.6",
100
+ "debug": "~4.4",
101
+ "ethers": "^6.16",
102
+ "hash-wasm": "~4.12",
103
+ "lru-cache": "^11.3",
104
+ "observable-fns": "~0.6",
105
+ "pako": "~2.1",
106
+ "wasm-feature-detect": "~1.8",
107
+ "zod": "^4.4"
96
108
  },
97
109
  "publishConfig": {
98
110
  "access": "public"