intlayer 3.5.8 → 3.5.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.
- package/dist/cjs/index.cjs +3 -3
- package/package.json +16 -15
package/dist/cjs/index.cjs
CHANGED
|
@@ -16,8 +16,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var index_exports = {};
|
|
20
|
+
__export(index_exports, {
|
|
21
21
|
Locales: () => import_client2.Locales,
|
|
22
22
|
enu: () => import_core2.enu,
|
|
23
23
|
getConfiguration: () => import_client.getConfiguration,
|
|
@@ -32,7 +32,7 @@ __export(src_exports, {
|
|
|
32
32
|
localeList: () => import_core2.localeList,
|
|
33
33
|
t: () => t
|
|
34
34
|
});
|
|
35
|
-
module.exports = __toCommonJS(
|
|
35
|
+
module.exports = __toCommonJS(index_exports);
|
|
36
36
|
var import_core = require("@intlayer/core");
|
|
37
37
|
var import_core2 = require("@intlayer/core");
|
|
38
38
|
var import_client = require("@intlayer/config/client");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Manage internationalization in a simple way, through TypeScript, declaration file, declare your multilingual every where in your code.",
|
|
6
6
|
"keywords": [
|
|
@@ -58,30 +58,31 @@
|
|
|
58
58
|
"./package.json"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@intlayer/cli": "3.5.
|
|
62
|
-
"@intlayer/config": "3.5.
|
|
63
|
-
"@intlayer/core": "^3.5.
|
|
61
|
+
"@intlayer/cli": "3.5.10",
|
|
62
|
+
"@intlayer/config": "3.5.10",
|
|
63
|
+
"@intlayer/core": "^3.5.10"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@changesets/changelog-github": "0.5.0",
|
|
67
|
-
"@changesets/cli": "2.27.
|
|
68
|
-
"@types/node": "^22.10.
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
67
|
+
"@changesets/cli": "2.27.11",
|
|
68
|
+
"@types/node": "^22.10.6",
|
|
69
|
+
"@typescript-eslint/parser": "^8.20.0",
|
|
70
|
+
"concurrently": "^9.1.2",
|
|
71
|
+
"eslint": "^9.18.0",
|
|
72
|
+
"prettier": "^3.4.2",
|
|
72
73
|
"rimraf": "^6.0.1",
|
|
73
74
|
"tsc-alias": "^1.8.10",
|
|
74
75
|
"tsup": "^8.3.5",
|
|
75
|
-
"typescript": "^5.7.
|
|
76
|
-
"@utils/ts-config-types": "1.0.4",
|
|
77
|
-
"@utils/eslint-config": "1.0.4",
|
|
76
|
+
"typescript": "^5.7.3",
|
|
78
77
|
"@utils/ts-config": "1.0.4",
|
|
78
|
+
"@utils/eslint-config": "1.0.4",
|
|
79
|
+
"@utils/ts-config-types": "1.0.4",
|
|
79
80
|
"@utils/tsup-config": "1.0.4"
|
|
80
81
|
},
|
|
81
82
|
"peerDependencies": {
|
|
82
|
-
"@intlayer/cli": "3.5.
|
|
83
|
-
"@intlayer/
|
|
84
|
-
"@intlayer/
|
|
83
|
+
"@intlayer/cli": "3.5.10",
|
|
84
|
+
"@intlayer/config": "3.5.10",
|
|
85
|
+
"@intlayer/core": "^3.5.10"
|
|
85
86
|
},
|
|
86
87
|
"engines": {
|
|
87
88
|
"node": ">=14.18"
|