@vocab/core 1.1.1 → 1.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @vocab/core
2
2
 
3
+ ## 1.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e5a066c`](https://github.com/seek-oss/vocab/commit/e5a066c8a7539a62a9c1c4d813aa87461ba43cdc) [#96](https://github.com/seek-oss/vocab/pull/96) Thanks [@askoufis](https://github.com/askoufis)! - Update `intl-messageformat` dependencies
8
+
9
+ - Updated dependencies [[`e5a066c`](https://github.com/seek-oss/vocab/commit/e5a066c8a7539a62a9c1c4d813aa87461ba43cdc)]:
10
+ - @vocab/types@1.1.1
11
+
3
12
  ## 1.1.1
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -432,6 +432,7 @@ Vocab can be used to synchronize your translations with translations from a remo
432
432
 
433
433
  ```bash
434
434
  $ vocab push --branch my-branch
435
+ $ vocab push --branch my-branch --delete-unused-keys
435
436
  $ vocab pull --branch my-branch
436
437
  ```
437
438
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vocab/core",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "main": "dist/vocab-core.cjs.js",
5
5
  "module": "dist/vocab-core.esm.js",
6
6
  "exports": {
@@ -40,14 +40,14 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@formatjs/icu-messageformat-parser": "^2.0.10",
43
- "@vocab/types": "^1.1.0",
43
+ "@vocab/types": "^1.1.1",
44
44
  "chalk": "^4.1.0",
45
45
  "chokidar": "^3.4.3",
46
46
  "debug": "^4.3.1",
47
47
  "fast-glob": "^3.2.4",
48
48
  "fastest-validator": "^1.9.0",
49
49
  "find-up": "^5.0.0",
50
- "intl-messageformat": "^9.9.0",
50
+ "intl-messageformat": "^10.0.0",
51
51
  "prettier": "^2.1.2"
52
52
  },
53
53
  "devDependencies": {