@zoahhq/cli 0.1.0 → 0.1.3

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 (3) hide show
  1. package/README.md +28 -17
  2. package/dist/cli.mjs +5960 -5564
  3. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoahhq/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "Zoah CLI: import React components, publish via Zoah, swap local imports",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zoah Inc.",
@@ -41,8 +41,8 @@
41
41
  "tsup": "^8.3.5",
42
42
  "typescript": "^5.8.3",
43
43
  "vitest": "^2.1.8",
44
- "@opacityapp/opaque": "0.0.1",
45
- "@opacityapp/shared": "0.1.0"
44
+ "@opacityapp/shared": "0.1.0",
45
+ "@opacityapp/opaque": "0.0.1"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup",