@vocab/cli 2.2.1 → 2.2.2
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/index.cjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -17,7 +17,7 @@ function getGitBranch() {
|
|
|
17
17
|
}
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region package.json
|
|
20
|
-
var version = "2.2.
|
|
20
|
+
var version = "2.2.2";
|
|
21
21
|
var description = "A CLI for generating typed Vocab translations and interacting with 3rd-party localization services";
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/index.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vocab/cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "A CLI for generating typed Vocab translations and interacting with 3rd-party localization services",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"commander": "^14.0.2",
|
|
27
|
-
"@vocab/core": "^1.8.
|
|
28
|
-
"@vocab/phrase": "^2.2.
|
|
27
|
+
"@vocab/core": "^1.8.1",
|
|
28
|
+
"@vocab/phrase": "^2.2.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.0.0"
|