@fireproof/core-protocols-cloud 0.24.2-dev-clerk → 0.24.3-dev-ensure-cloud-token-1

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.
@@ -12,7 +12,7 @@ export declare class HttpConnection extends MsgRawConnectionBase implements MsgR
12
12
  in: URI;
13
13
  cleaned: URI;
14
14
  }[];
15
- readonly isReady: boolean;
15
+ readonly isReady = true;
16
16
  constructor(sthis: SuperThis, uris: URI[], msgP: MsgerParamsWithEnDe, exGestalt: ExchangedGestalt);
17
17
  send<S extends MsgBase, Q extends MsgBase>(_msg: Q): Promise<MsgWithError<S>>;
18
18
  start(): Promise<Result<void>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireproof/core-protocols-cloud",
3
- "version": "0.24.2-dev-clerk",
3
+ "version": "0.24.3-dev-ensure-cloud-token-1",
4
4
  "description": "Live ledger for the web.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@adviser/cement": "0.5.5",
35
- "@fireproof/core-runtime": "0.24.2-dev-clerk",
36
- "@fireproof/core-types-base": "0.24.2-dev-clerk",
37
- "@fireproof/core-types-protocols-cloud": "0.24.2-dev-clerk",
38
- "@fireproof/vendor": "0.24.2-dev-clerk",
35
+ "@fireproof/core-runtime": "0.24.3-dev-ensure-cloud-token-1",
36
+ "@fireproof/core-types-base": "0.24.3-dev-ensure-cloud-token-1",
37
+ "@fireproof/core-types-protocols-cloud": "0.24.3-dev-ensure-cloud-token-1",
38
+ "@fireproof/vendor": "0.24.3-dev-ensure-cloud-token-1",
39
39
  "@types/ws": "8.18.1",
40
40
  "ws": "8.18.3"
41
41
  },