@vocab/cli 1.3.4 → 1.3.6
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -450,7 +450,7 @@ $ vocab pull --branch my-branch
|
|
|
450
450
|
|
|
451
451
|
When uploading translations, Phrase identifies keys that exist in the Phrase project, but were not
|
|
452
452
|
referenced in the upload. These keys can be deleted from Phrase by providing the
|
|
453
|
-
|
|
453
|
+
`--delete-unused-keys` flag to `vocab push`. E.g.
|
|
454
454
|
|
|
455
455
|
```sh
|
|
456
456
|
$ vocab push --branch my-branch --delete-unused-keys
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vocab/cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"main": "dist/vocab-cli.cjs.js",
|
|
5
5
|
"module": "dist/vocab-cli.esm.js",
|
|
6
6
|
"bin": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@types/env-ci": "^3.1.0",
|
|
17
17
|
"@vocab/core": "^1.3.1",
|
|
18
|
-
"@vocab/phrase": "^1.2.
|
|
18
|
+
"@vocab/phrase": "^1.2.7",
|
|
19
19
|
"env-ci": "^5.0.2",
|
|
20
20
|
"fast-glob": "^3.2.4",
|
|
21
21
|
"form-data": "^3.0.0",
|