@formatjs/cli 6.2.8 → 6.2.10

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.
Files changed (2) hide show
  1. package/bin/formatjs +463 -376
  2. package/package.json +31 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/cli",
3
- "version": "6.2.8",
3
+ "version": "6.2.10",
4
4
  "description": "A CLI for formatjs.",
5
5
  "keywords": [
6
6
  "intl",
@@ -33,14 +33,42 @@
33
33
  "url": "https://github.com/formatjs/formatjs/issues"
34
34
  },
35
35
  "devDependencies": {
36
- "@formatjs/cli-lib": "6.3.7"
36
+ "@formatjs/cli-lib": "6.4.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "vue": "^3.3.4"
39
+ "@glimmer/env": "^0.1.7",
40
+ "@glimmer/reference": "^0.91.1",
41
+ "@glimmer/syntax": "^0.91.1",
42
+ "@glimmer/validator": "^0.91.1",
43
+ "@vue/compiler-core": "^3.4.0",
44
+ "content-tag": "^2.0.1",
45
+ "ember-template-recast": "^6.1.4",
46
+ "vue": "^3.4.0"
40
47
  },
41
48
  "peerDependenciesMeta": {
42
49
  "vue": {
43
50
  "optional": true
51
+ },
52
+ "@vue/compiler-core": {
53
+ "optional": true
54
+ },
55
+ "@glimmer/env": {
56
+ "optional": true
57
+ },
58
+ "@glimmer/reference": {
59
+ "optional": true
60
+ },
61
+ "@glimmer/syntax": {
62
+ "optional": true
63
+ },
64
+ "@glimmer/validator": {
65
+ "optional": true
66
+ },
67
+ "ember-template-recast": {
68
+ "optional": true
69
+ },
70
+ "content-tag": {
71
+ "optional": true
44
72
  }
45
73
  },
46
74
  "engines": {