exportc 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/commands/init.js +1 -1
  2. package/package.json +1 -1
package/commands/init.js CHANGED
@@ -124,7 +124,7 @@ export class Counter {
124
124
  deploy: "generate-export-types && wrangler deploy",
125
125
  },
126
126
  dependencies: {
127
- "export-runtime": "^0.0.14",
127
+ "export-runtime": "^0.0.15",
128
128
  },
129
129
  devDependencies: {
130
130
  wrangler: "^4.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exportc",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "CLI to add export to existing projects",
5
5
  "scripts": {
6
6
  "test": "node --test test/init.test.mjs",