agnosticui-cli 2.0.0-alpha.14 → 2.0.0-alpha.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +7 -5
package/dist/cli.js CHANGED
@@ -39,7 +39,7 @@ const program = new Command();
39
39
  program
40
40
  .name("ag")
41
41
  .description("AgnosticUI Local - The UI kit that lives in your codebase")
42
- .version("2.0.0-alpha.14");
42
+ .version("2.0.0-alpha.15");
43
43
  // ag init command
44
44
  program
45
45
  .command("init")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agnosticui-cli",
3
- "version": "2.0.0-alpha.14",
3
+ "version": "2.0.0-alpha.15",
4
4
  "description": "CLI for AgnosticUI Local - The UI kit that lives in your codebase",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -16,7 +16,8 @@
16
16
  "scripts": {
17
17
  "build": "tsc",
18
18
  "dev": "tsc --watch",
19
- "test": "echo \"Tests coming soon\"",
19
+ "test": "vitest run",
20
+ "test:watch": "vitest",
20
21
  "lint": "eslint .",
21
22
  "typecheck": "tsc --noEmit"
22
23
  },
@@ -39,12 +40,13 @@
39
40
  "devDependencies": {
40
41
  "@types/node": "^22.10.1",
41
42
  "@types/tar": "^6.1.13",
42
- "typescript": "^5.7.2"
43
+ "typescript": "^5.7.2",
44
+ "vitest": "^2.1.9"
43
45
  },
44
46
  "peerDependencies": {
45
- "lit": "^3.0.0",
47
+ "@floating-ui/dom": "^1.0.0",
46
48
  "focus-trap": "^7.0.0",
47
- "@floating-ui/dom": "^1.0.0"
49
+ "lit": "^3.0.0"
48
50
  },
49
51
  "peerDependenciesMeta": {
50
52
  "focus-trap": {