@moku-labs/web 1.0.0 → 1.1.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
@@ -110,7 +110,8 @@
110
110
  "test": "vitest run",
111
111
  "test:unit": "vitest run --project unit",
112
112
  "test:integration": "vitest run --project integration",
113
+ "test:cli-e2e": "bun test src/plugins/cli/__tests__/e2e/",
113
114
  "test:coverage": "vitest run --project unit --project integration --coverage"
114
115
  },
115
- "version": "1.0.0"
116
+ "version": "1.1.0"
116
117
  }