@localess/cli 3.0.1-dev.20260410071322 → 3.0.1-dev.20260412201733

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": "@localess/cli",
3
- "version": "3.0.1-dev.20260410071322",
3
+ "version": "3.0.1-dev.20260412201733",
4
4
  "description": "Localess Command Line.",
5
5
  "keywords": [
6
6
  "localess",
@@ -36,23 +36,24 @@
36
36
  "url": "https://github.com/Lessify/localess-js/issues"
37
37
  },
38
38
  "scripts": {
39
- "build": "tsup src/index.ts --format cjs,esm --dts --shims",
39
+ "build": "vite build",
40
40
  "typecheck": "tsc --noEmit",
41
41
  "test": "vitest"
42
42
  },
43
43
  "license": "MIT",
44
44
  "dependencies": {
45
45
  "@inquirer/prompts": "^8.3.0",
46
- "commander": "^14.0.3",
47
46
  "chalk": "^5.6.2",
47
+ "commander": "^14.0.3",
48
48
  "orval": "^8.6.2",
49
49
  "zod": "^4.3.6"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^20",
53
53
  "openapi3-ts": "^4.5.0",
54
- "tsup": "^8.5.1",
55
- "typescript": "^5.0.0"
54
+ "typescript": "^5.0.0",
55
+ "vite": "^8.0.8",
56
+ "vite-plugin-dts": "^4.5.4"
56
57
  },
57
58
  "engines": {
58
59
  "node": ">= 20.0.0"
package/dist/index.d.mts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node