@ferricstore/ferricstore 0.13.1 → 0.13.2
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 +11 -1
- 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 +9 -1
- package/docs/api/media/design.md +10 -0
- package/docs/api/variables/FERRICSTORE_SDK_VERSION.html +1 -1
- package/docs/design.md +10 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2677,7 +2677,7 @@ declare class WorkflowWorker {
|
|
|
2677
2677
|
}
|
|
2678
2678
|
|
|
2679
2679
|
/** TypeScript SDK package version. */
|
|
2680
|
-
declare const FERRICSTORE_SDK_VERSION = "0.13.
|
|
2680
|
+
declare const FERRICSTORE_SDK_VERSION = "0.13.2";
|
|
2681
2681
|
/** Oldest FerricStore server supported by this breaking beta contract. */
|
|
2682
2682
|
declare const FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.4";
|
|
2683
2683
|
/** Native framing and opcode ABI version; unchanged by FerricStore 0.11. */
|
package/dist/index.d.ts
CHANGED
|
@@ -2677,7 +2677,7 @@ declare class WorkflowWorker {
|
|
|
2677
2677
|
}
|
|
2678
2678
|
|
|
2679
2679
|
/** TypeScript SDK package version. */
|
|
2680
|
-
declare const FERRICSTORE_SDK_VERSION = "0.13.
|
|
2680
|
+
declare const FERRICSTORE_SDK_VERSION = "0.13.2";
|
|
2681
2681
|
/** Oldest FerricStore server supported by this breaking beta contract. */
|
|
2682
2682
|
declare const FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.4";
|
|
2683
2683
|
/** Native framing and opcode ABI version; unchanged by FerricStore 0.11. */
|
package/dist/index.js
CHANGED
|
@@ -21880,7 +21880,7 @@ function throwError(value) {
|
|
|
21880
21880
|
}
|
|
21881
21881
|
|
|
21882
21882
|
// src/version.ts
|
|
21883
|
-
var FERRICSTORE_SDK_VERSION = "0.13.
|
|
21883
|
+
var FERRICSTORE_SDK_VERSION = "0.13.2";
|
|
21884
21884
|
var FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.4";
|
|
21885
21885
|
var FERRICSTORE_NATIVE_PROTOCOL_VERSION = 1;
|
|
21886
21886
|
export {
|