create-export 0.0.13 → 0.0.15

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": "create-export",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Cloudflare Workers ESM Export Framework",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -12,7 +12,7 @@
12
12
  "auth:list": "node node_modules/export-runtime/bin/auth.mjs list"
13
13
  },
14
14
  "dependencies": {
15
- "export-runtime": "^0.0.12"
15
+ "export-runtime": "^0.0.14"
16
16
  },
17
17
  "devDependencies": {
18
18
  "wrangler": "^4.0.0"
@@ -12,7 +12,7 @@
12
12
  "auth:list": "node node_modules/export-runtime/bin/auth.mjs list"
13
13
  },
14
14
  "dependencies": {
15
- "export-runtime": "^0.0.12"
15
+ "export-runtime": "^0.0.14"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@cloudflare/workers-types": "^4.20241127.0",
@@ -8,5 +8,5 @@
8
8
  "lib": ["ESNext"],
9
9
  "types": ["@cloudflare/workers-types"]
10
10
  },
11
- "include": ["src"]
11
+ "include": ["src", ".export-client.d.ts", "export.d.ts"]
12
12
  }