@vocoder/cli 0.14.0 → 0.14.1

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/dist/lib.d.mts CHANGED
@@ -97,7 +97,6 @@ interface LocalConfig {
97
97
  interface APIAppConfig {
98
98
  projectName: string;
99
99
  organizationName: string;
100
- shortCode: string;
101
100
  sourceLocale: string;
102
101
  targetLocales: string[];
103
102
  targetBranches: string[];
package/dist/lib.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  readAuthData,
13
13
  verifyStoredAuth,
14
14
  writeAuthData
15
- } from "./chunk-T4BLNDJ3.mjs";
15
+ } from "./chunk-LLEMSC3X.mjs";
16
16
 
17
17
  // ../config/src/index.ts
18
18
  function defineConfig(config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vocoder/cli",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "CLI tool for Vocoder translation workflow",
5
5
  "files": [
6
6
  "dist"
@@ -51,8 +51,8 @@
51
51
  "tsup": "^8.0.0",
52
52
  "typescript": "^5.4.0",
53
53
  "vitest": "^1.0.0",
54
- "@vocoder/config": "0.14.0",
55
- "@vocoder/extractor": "0.14.0"
54
+ "@vocoder/extractor": "0.14.1",
55
+ "@vocoder/config": "0.14.1"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=18"