@ferricstore/ferricstore 0.11.5 → 0.11.8
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.
- package/README.md +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/docs/api/index.html +3 -3
- package/docs/api/variables/FERRICSTORE_SDK_VERSION.html +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2716,7 +2716,7 @@ declare class WorkflowWorker {
|
|
|
2716
2716
|
}
|
|
2717
2717
|
|
|
2718
2718
|
/** TypeScript SDK package version. */
|
|
2719
|
-
declare const FERRICSTORE_SDK_VERSION = "0.11.
|
|
2719
|
+
declare const FERRICSTORE_SDK_VERSION = "0.11.8";
|
|
2720
2720
|
/** Oldest FerricStore server supported by this breaking beta contract. */
|
|
2721
2721
|
declare const FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.4";
|
|
2722
2722
|
/** Native framing and opcode ABI version; unchanged by FerricStore 0.11. */
|
package/dist/index.d.ts
CHANGED
|
@@ -2716,7 +2716,7 @@ declare class WorkflowWorker {
|
|
|
2716
2716
|
}
|
|
2717
2717
|
|
|
2718
2718
|
/** TypeScript SDK package version. */
|
|
2719
|
-
declare const FERRICSTORE_SDK_VERSION = "0.11.
|
|
2719
|
+
declare const FERRICSTORE_SDK_VERSION = "0.11.8";
|
|
2720
2720
|
/** Oldest FerricStore server supported by this breaking beta contract. */
|
|
2721
2721
|
declare const FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.4";
|
|
2722
2722
|
/** Native framing and opcode ABI version; unchanged by FerricStore 0.11. */
|
package/dist/index.js
CHANGED
|
@@ -20429,7 +20429,7 @@ var WorkflowWorker = class {
|
|
|
20429
20429
|
};
|
|
20430
20430
|
|
|
20431
20431
|
// src/version.ts
|
|
20432
|
-
var FERRICSTORE_SDK_VERSION = "0.11.
|
|
20432
|
+
var FERRICSTORE_SDK_VERSION = "0.11.8";
|
|
20433
20433
|
var FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.4";
|
|
20434
20434
|
var FERRICSTORE_NATIVE_PROTOCOL_VERSION = 1;
|
|
20435
20435
|
export {
|