intlayer 5.4.0-canary.0 → 5.4.0

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/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -117,7 +117,7 @@ export default clientComponentContent;
117
117
  You can build your dictionaries using the [intlayer-cli](https://github.com/aymericzip/intlayer/blob/main/packages/intlayer-cli/readme.md).
118
118
 
119
119
  ```bash packageManager="npm"
120
- npx intlayer build
120
+ npx intlayer dictionaries build
121
121
  ```
122
122
 
123
123
  ```bash packageManager="yarn"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer",
3
- "version": "5.4.0-canary.0",
3
+ "version": "5.4.0",
4
4
  "private": false,
5
5
  "description": "Manage internationalization i18n in a simple way, through TypeScript, declaration file, declare your multilingual content every where in your code.",
6
6
  "keywords": [
@@ -59,9 +59,9 @@
59
59
  "./package.json"
60
60
  ],
61
61
  "dependencies": {
62
- "@intlayer/cli": "5.4.0-canary.0",
63
- "@intlayer/core": "5.4.0-canary.0",
64
- "@intlayer/config": "5.4.0-canary.0"
62
+ "@intlayer/cli": "5.4.0",
63
+ "@intlayer/config": "5.4.0",
64
+ "@intlayer/core": "5.4.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@changesets/changelog-github": "0.5.1",
@@ -75,15 +75,15 @@
75
75
  "tsc-alias": "^1.8.11",
76
76
  "tsup": "^8.4.0",
77
77
  "typescript": "^5.8.2",
78
- "@utils/ts-config": "1.0.4",
79
78
  "@utils/eslint-config": "1.0.4",
80
- "@utils/ts-config-types": "1.0.4",
81
- "@utils/tsup-config": "1.0.4"
79
+ "@utils/ts-config": "1.0.4",
80
+ "@utils/tsup-config": "1.0.4",
81
+ "@utils/ts-config-types": "1.0.4"
82
82
  },
83
83
  "peerDependencies": {
84
- "@intlayer/cli": "5.4.0-canary.0",
85
- "@intlayer/core": "5.4.0-canary.0",
86
- "@intlayer/config": "5.4.0-canary.0"
84
+ "@intlayer/cli": "5.4.0",
85
+ "@intlayer/config": "5.4.0",
86
+ "@intlayer/core": "5.4.0"
87
87
  },
88
88
  "engines": {
89
89
  "node": ">=14.18"