@xyo-network/bridge-model 2.67.0-rc.2 → 2.67.0-rc.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.
@@ -41,7 +41,7 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
41
41
  };
42
42
  ephemeralQueryAccountEnabled?: boolean | undefined;
43
43
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
44
- }, import("@xyo-network/module-model").ModuleEventData>>;
44
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>;
45
45
  export declare const asBridgeModule: {
46
46
  (obj: any, config?: import("@xyo-network/object-identity").ObjectTypeConfig | undefined): BridgeModule<import("@xyo-network/core").BaseParamsFields & {
47
47
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
@@ -84,7 +84,7 @@ export declare const asBridgeModule: {
84
84
  };
85
85
  ephemeralQueryAccountEnabled?: boolean | undefined;
86
86
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
87
- }, import("@xyo-network/module-model").ModuleEventData> | undefined;
87
+ }, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
88
88
  (obj: any, assert: string | (() => string), config?: import("@xyo-network/object-identity").ObjectTypeConfig | undefined): BridgeModule<import("@xyo-network/core").BaseParamsFields & {
89
89
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
90
90
  accountDerivationPath?: string | undefined;
@@ -126,7 +126,7 @@ export declare const asBridgeModule: {
126
126
  };
127
127
  ephemeralQueryAccountEnabled?: boolean | undefined;
128
128
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
129
- }, import("@xyo-network/module-model").ModuleEventData>;
129
+ }, import("@xyo-network/module-model").ModuleEventData<object>>;
130
130
  };
131
131
  export declare const asBridgeInstance: {
132
132
  (obj: any, config?: import("@xyo-network/object-identity").ObjectTypeConfig | undefined): BridgeInstance | undefined;
@@ -173,6 +173,6 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
173
173
  };
174
174
  ephemeralQueryAccountEnabled?: boolean | undefined;
175
175
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
176
- }, import("@xyo-network/module-model").ModuleEventData>) => R) => R | undefined;
176
+ }, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
177
177
  export declare const withBridgeInstance: <R>(module: any, closure: (module: BridgeInstance) => R) => R | undefined;
178
178
  //# sourceMappingURL=typeChecks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAGvD,eAAO,MAAM,gBAAgB,wEAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+EAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAGvD,eAAO,MAAM,gBAAgB,wEAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/boundwitness-builder": "~2.67.0-rc.2",
14
- "@xyo-network/core": "~2.67.0-rc.2",
15
- "@xyo-network/module": "~2.67.0-rc.2",
16
- "@xyo-network/module-model": "~2.67.0-rc.2",
17
- "@xyo-network/object-identity": "~2.67.0-rc.2",
18
- "@xyo-network/payload-model": "~2.67.0-rc.2",
19
- "@xyo-network/promise": "~2.67.0-rc.2"
13
+ "@xyo-network/boundwitness-builder": "~2.67.0-rc.4",
14
+ "@xyo-network/core": "~2.67.0-rc.4",
15
+ "@xyo-network/module": "~2.67.0-rc.4",
16
+ "@xyo-network/module-model": "~2.67.0-rc.4",
17
+ "@xyo-network/object-identity": "~2.67.0-rc.4",
18
+ "@xyo-network/payload-model": "~2.67.0-rc.4",
19
+ "@xyo-network/promise": "~2.67.0-rc.4"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.19.0",
@@ -56,6 +56,6 @@
56
56
  },
57
57
  "sideEffects": false,
58
58
  "types": "dist/types/index.d.ts",
59
- "version": "2.67.0-rc.2",
59
+ "version": "2.67.0-rc.4",
60
60
  "stableVersion": "2.66.9"
61
61
  }