@coji/durably 0.6.0 → 0.6.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.
@@ -1,9 +1,6 @@
1
- // src/plugins/index.ts
2
- function withLogPersistence() {
3
- throw new Error(
4
- "durably is not yet implemented. This is a placeholder package. See https://github.com/coji/durably for updates."
5
- );
6
- }
1
+ import {
2
+ withLogPersistence
3
+ } from "../chunk-UCUP6NMJ.js";
7
4
  export {
8
5
  withLogPersistence
9
6
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/plugins/index.ts"],"sourcesContent":["/**\n * durably plugins\n *\n * This package is under development. See https://github.com/coji/durably for updates.\n */\n\nexport function withLogPersistence(): unknown {\n throw new Error(\n 'durably is not yet implemented. This is a placeholder package. See https://github.com/coji/durably for updates.',\n )\n}\n"],"mappings":";AAMO,SAAS,qBAA8B;AAC5C,QAAM,IAAI;AAAA,IACR;AAAA,EACF;AACF;","names":[]}
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coji/durably",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Step-oriented resumable batch execution for Node.js and browsers using SQLite",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",