@ferricstore/ferricstore 0.5.0 → 0.5.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.
- package/README.md +7 -6
- 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 +7 -6
- package/docs/api/variables/FERRICSTORE_SDK_VERSION.html +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2567,7 +2567,7 @@ declare class WorkflowWorker {
|
|
|
2567
2567
|
}
|
|
2568
2568
|
|
|
2569
2569
|
/** TypeScript SDK package version. */
|
|
2570
|
-
declare const FERRICSTORE_SDK_VERSION = "0.5.
|
|
2570
|
+
declare const FERRICSTORE_SDK_VERSION = "0.5.1";
|
|
2571
2571
|
/** Oldest FerricStore server supported by this breaking beta contract. */
|
|
2572
2572
|
declare const FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.0";
|
|
2573
2573
|
/** Native framing and opcode ABI version; unchanged by FerricStore 0.11. */
|
package/dist/index.d.ts
CHANGED
|
@@ -2567,7 +2567,7 @@ declare class WorkflowWorker {
|
|
|
2567
2567
|
}
|
|
2568
2568
|
|
|
2569
2569
|
/** TypeScript SDK package version. */
|
|
2570
|
-
declare const FERRICSTORE_SDK_VERSION = "0.5.
|
|
2570
|
+
declare const FERRICSTORE_SDK_VERSION = "0.5.1";
|
|
2571
2571
|
/** Oldest FerricStore server supported by this breaking beta contract. */
|
|
2572
2572
|
declare const FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.0";
|
|
2573
2573
|
/** Native framing and opcode ABI version; unchanged by FerricStore 0.11. */
|
package/dist/index.js
CHANGED
|
@@ -18630,7 +18630,7 @@ var WorkflowWorker = class {
|
|
|
18630
18630
|
};
|
|
18631
18631
|
|
|
18632
18632
|
// src/version.ts
|
|
18633
|
-
var FERRICSTORE_SDK_VERSION = "0.5.
|
|
18633
|
+
var FERRICSTORE_SDK_VERSION = "0.5.1";
|
|
18634
18634
|
var FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.0";
|
|
18635
18635
|
var FERRICSTORE_NATIVE_PROTOCOL_VERSION = 1;
|
|
18636
18636
|
export {
|