durable-x 0.1.1 → 0.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "durable-x",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Lightweight durable execution with checkpoint memoization and saga cleanup—no sidecar required. Add Temporal/Dapr-style durability to Windmill workflows, APIs, background jobs, and CLI tools.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -9,14 +9,10 @@
9
9
  ".": {
10
10
  "import": "./dist/index.js",
11
11
  "types": "./dist/index.d.ts"
12
- },
13
- "./adapters/windmill": {
14
- "import": "./dist/adapters/windmill.js",
15
- "types": "./dist/adapters/windmill.d.ts"
16
12
  }
17
13
  },
18
14
  "files": [
19
- "dist/**",
15
+ "dist/**/*",
20
16
  "README.md",
21
17
  "LICENSE"
22
18
  ],