@xyo-network/bridge-abstract 6.0.2 → 6.0.3

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.
@@ -22,7 +22,7 @@ export declare abstract class AbstractModuleProxy<TWrappedModule extends ModuleI
22
22
  protected _state: Payload[] | undefined;
23
23
  protected _stateInProcess: boolean;
24
24
  private _spamTrap;
25
- get address(): import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
25
+ get address(): import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
26
26
  readonly __hex: true;
27
27
  } & {
28
28
  readonly __address: true;
@@ -15,7 +15,7 @@ export declare class ModuleProxyResolver<T extends ModuleProxyResolverOptions =
15
15
  constructor(options: T);
16
16
  get priority(): 0;
17
17
  get root(): ModuleInstance<import("@xyo-network/module-model").QueryableModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>;
18
- protected get childAddressMap(): Record<import("@xyo-network/sdk-protocol-js").XyoQuant1Address | (Lowercase<string> & {
18
+ protected get childAddressMap(): Record<import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
19
19
  readonly __hex: true;
20
20
  } & {
21
21
  readonly __address: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-abstract",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,21 +34,21 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/archivist-wrapper": "~6.0.2",
38
- "@xyo-network/archivist-model": "~6.0.2",
39
- "@xyo-network/diviner-model": "~6.0.2",
40
- "@xyo-network/diviner-wrapper": "~6.0.2",
41
- "@xyo-network/module-abstract": "~6.0.2",
42
- "@xyo-network/bridge-model": "~6.0.2",
43
- "@xyo-network/module-resolver": "~6.0.2",
44
- "@xyo-network/node-model": "~6.0.2",
45
- "@xyo-network/module-wrapper": "~6.0.2",
46
- "@xyo-network/node-wrapper": "~6.0.2",
47
- "@xyo-network/sentinel-model": "~6.0.2",
48
- "@xyo-network/sentinel-wrapper": "~6.0.2",
49
- "@xyo-network/witness-model": "~6.0.2",
50
- "@xyo-network/witness-wrapper": "~6.0.2",
51
- "@xyo-network/module-model": "~6.0.2"
37
+ "@xyo-network/bridge-model": "~6.0.3",
38
+ "@xyo-network/archivist-model": "~6.0.3",
39
+ "@xyo-network/diviner-model": "~6.0.3",
40
+ "@xyo-network/archivist-wrapper": "~6.0.3",
41
+ "@xyo-network/module-abstract": "~6.0.3",
42
+ "@xyo-network/module-model": "~6.0.3",
43
+ "@xyo-network/module-resolver": "~6.0.3",
44
+ "@xyo-network/module-wrapper": "~6.0.3",
45
+ "@xyo-network/node-model": "~6.0.3",
46
+ "@xyo-network/sentinel-model": "~6.0.3",
47
+ "@xyo-network/sentinel-wrapper": "~6.0.3",
48
+ "@xyo-network/diviner-wrapper": "~6.0.3",
49
+ "@xyo-network/witness-model": "~6.0.3",
50
+ "@xyo-network/witness-wrapper": "~6.0.3",
51
+ "@xyo-network/node-wrapper": "~6.0.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@bitauth/libauth": "~3.0.0",
@@ -58,13 +58,12 @@
58
58
  "@opentelemetry/sdk-trace-base": "^2.7.1",
59
59
  "@scure/base": "~2.2.0",
60
60
  "@scure/bip39": "~2.2.0",
61
- "@types/node": "^25.9.1",
62
- "@xylabs/geo": "^6.0.6",
63
- "@xylabs/sdk-js": "^6.0.6",
64
- "@xylabs/threads": "^6.0.6",
65
- "@xylabs/toolchain": "~8.1.8",
66
- "@xylabs/tsconfig": "~8.1.8",
67
- "@xyo-network/sdk-protocol-js": "~6.0.7",
61
+ "@xylabs/geo": "^6.0.7",
62
+ "@xylabs/sdk-js": "^6.0.7",
63
+ "@xylabs/threads": "^6.0.7",
64
+ "@xylabs/toolchain": "~8.1.15",
65
+ "@xylabs/tsconfig": "~8.1.15",
66
+ "@xyo-network/sdk-protocol-js": "~6.0.8",
68
67
  "ajv": "^8.20.0",
69
68
  "async-mutex": "^0.5.0",
70
69
  "bn.js": "^5.2.3",