@xyo-network/module-abstract 6.0.2 → 6.0.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.
@@ -34,7 +34,7 @@ export declare abstract class AbstractModule<TParams extends QueryableModulePara
34
34
  private _logger;
35
35
  get account(): AccountInstance;
36
36
  get additionalSigners(): AccountInstance[];
37
- get address(): import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
37
+ get address(): import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
38
38
  readonly __hex: true;
39
39
  } & {
40
40
  readonly __address: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/module-abstract",
3
- "version": "6.0.2",
3
+ "version": "6.0.4",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,10 +34,10 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/module-model": "~6.0.2",
38
- "@xyo-network/archivist-model": "~6.0.2",
39
- "@xyo-network/node-model": "~6.0.2",
40
- "@xyo-network/module-resolver": "~6.0.2"
37
+ "@xyo-network/archivist-model": "~6.0.4",
38
+ "@xyo-network/module-model": "~6.0.4",
39
+ "@xyo-network/module-resolver": "~6.0.4",
40
+ "@xyo-network/node-model": "~6.0.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@bitauth/libauth": "~3.0.0",
@@ -47,14 +47,13 @@
47
47
  "@opentelemetry/sdk-trace-base": "^2.7.1",
48
48
  "@scure/base": "~2.2.0",
49
49
  "@scure/bip39": "~2.2.0",
50
- "@types/node": "^25.9.1",
51
- "@xylabs/geo": "^6.0.6",
52
- "@xylabs/sdk-js": "^6.0.6",
53
- "@xylabs/threads": "^6.0.6",
54
- "@xylabs/toolchain": "~8.1.8",
55
- "@xylabs/tsconfig": "~8.1.8",
56
- "@xylabs/vitest-extended": "~6.0.6",
57
- "@xyo-network/sdk-protocol-js": "~6.0.7",
50
+ "@xylabs/geo": "^6.0.8",
51
+ "@xylabs/sdk-js": "^6.0.8",
52
+ "@xylabs/threads": "^6.0.8",
53
+ "@xylabs/toolchain": "~8.1.16",
54
+ "@xylabs/tsconfig": "~8.1.16",
55
+ "@xylabs/vitest-extended": "~6.0.8",
56
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
58
57
  "ajv": "^8.20.0",
59
58
  "async-mutex": "^0.5.0",
60
59
  "bn.js": "^5.2.3",
@@ -66,7 +65,6 @@
66
65
  "idb": "^8.0.3",
67
66
  "lru-cache": "^11.5.1",
68
67
  "observable-fns": "~0.6.1",
69
- "pako": "~2.1.0",
70
68
  "typescript": "~6.0.3",
71
69
  "vite": "^8.0.16",
72
70
  "vitest": "~4.1.8",
@@ -95,7 +93,6 @@
95
93
  "idb": "^8.0",
96
94
  "lru-cache": "^11.3",
97
95
  "observable-fns": "~0.6",
98
- "pako": "~2.1",
99
96
  "webextension-polyfill": "^0.12",
100
97
  "zod": "^4.4"
101
98
  },