@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/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.1";
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.1";
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.1";
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 {