intlayer-cli 3.5.2 → 3.5.4
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 +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -48,11 +48,11 @@ pnpm add intlayer-cli
|
|
|
48
48
|
|
|
49
49
|
## intlayer-cli package
|
|
50
50
|
|
|
51
|
-
`intlayer-cli` package intend to transpile your [intlayer](https://github.com/aymericzip/intlayer/blob/main/packages/intlayer/
|
|
51
|
+
`intlayer-cli` package intend to transpile your [intlayer](https://github.com/aymericzip/intlayer/blob/main/packages/intlayer/readme.md) declarations into dictionaries.
|
|
52
52
|
|
|
53
|
-
This package will transpile all intlayer files, such as `src/**/*.content.{ts|js|mjs|cjs|json}`. [See how to declare your Intlayer declaration files](https://github.com/aymericzip/intlayer/blob/main/packages/intlayer/
|
|
53
|
+
This package will transpile all intlayer files, such as `src/**/*.content.{ts|js|mjs|cjs|json}`. [See how to declare your Intlayer declaration files](https://github.com/aymericzip/intlayer/blob/main/packages/intlayer/readme.md
|
|
54
54
|
|
|
55
|
-
To interpret intlayer dictionaries you can interpreters, such as [react-intlayer](https://github.com/aymericzip/intlayer/blob/main/packages/react-intlayer/
|
|
55
|
+
To interpret intlayer dictionaries you can interpreters, such as [react-intlayer](https://github.com/aymericzip/intlayer/blob/main/packages/react-intlayer/readme.mdor [next-intlayer](https://github.com/aymericzip/intlayer/blob/main/packages/next-intlayer/readme.md.md
|
|
56
56
|
|
|
57
57
|
## Configuration File Support
|
|
58
58
|
|
|
@@ -65,7 +65,7 @@ Intlayer accepts multiple configuration file formats:
|
|
|
65
65
|
- `intlayer.config.mjs`
|
|
66
66
|
- `.intlayerrc`
|
|
67
67
|
|
|
68
|
-
To see how to configure available locales, or other parameters, refer to the [configuration documentation here](https://github.com/aymericzip/intlayer/blob/main/docs/docs/
|
|
68
|
+
To see how to configure available locales, or other parameters, refer to the [configuration documentation here](https://github.com/aymericzip/intlayer/blob/main/docs/docs/configuration.md
|
|
69
69
|
|
|
70
70
|
### Run intlayer commands
|
|
71
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-cli",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "IntLayer is a layer of abstraction between the business logic and the data access layer. Manage internationalization in a simple way, through TypeScript, JavaScript or JSON declaration file.",
|
|
6
6
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"webpack": "^5.96.1",
|
|
62
|
-
"@intlayer/cli": "^3.5.
|
|
62
|
+
"@intlayer/cli": "^3.5.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@changesets/changelog-github": "0.5.0",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"tsc-alias": "^1.8.10",
|
|
73
73
|
"tsup": "^8.3.5",
|
|
74
74
|
"typescript": "^5.7.2",
|
|
75
|
-
"@utils/tsup-config": "^1.0.4",
|
|
76
75
|
"@utils/eslint-config": "^1.0.4",
|
|
76
|
+
"@utils/ts-config-types": "^1.0.4",
|
|
77
77
|
"@utils/ts-config": "^1.0.4",
|
|
78
|
-
"@utils/
|
|
78
|
+
"@utils/tsup-config": "^1.0.4"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|
|
81
81
|
"node": ">=14.18"
|