@intlayer/config 5.2.0 → 5.2.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/dist/cjs/built.cjs
CHANGED
|
@@ -21,7 +21,7 @@ __export(built_exports, {
|
|
|
21
21
|
default: () => built_default
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(built_exports);
|
|
24
|
-
var
|
|
25
|
-
const configuration = (0,
|
|
24
|
+
var import_getConfiguration = require('./configFile/getConfiguration.cjs');
|
|
25
|
+
const configuration = (0, import_getConfiguration.getConfiguration)();
|
|
26
26
|
var built_default = configuration;
|
|
27
27
|
//# sourceMappingURL=built.cjs.map
|
package/dist/cjs/built.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/built.ts"],"sourcesContent":["/**\n * @intlayer/config/built is a package that only returns the configuration file as a JSON object.\n * Using an external package allow to alias it in the bundle configuration (such as webpack).\n */\n\nimport { getConfiguration } from '
|
|
1
|
+
{"version":3,"sources":["../../src/built.ts"],"sourcesContent":["/**\n * @intlayer/config/built is a package that only returns the configuration file as a JSON object.\n * Using an external package allow to alias it in the bundle configuration (such as webpack).\n */\n\nimport { getConfiguration } from './configFile/getConfiguration';\n\nconst configuration = getConfiguration();\n\nexport default configuration;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAKA,8BAAiC;AAEjC,MAAM,oBAAgB,0CAAiB;AAEvC,IAAO,gBAAQ;","names":[]}
|
package/dist/esm/built.mjs
CHANGED
package/dist/esm/built.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/built.ts"],"sourcesContent":["/**\n * @intlayer/config/built is a package that only returns the configuration file as a JSON object.\n * Using an external package allow to alias it in the bundle configuration (such as webpack).\n */\n\nimport { getConfiguration } from '
|
|
1
|
+
{"version":3,"sources":["../../src/built.ts"],"sourcesContent":["/**\n * @intlayer/config/built is a package that only returns the configuration file as a JSON object.\n * Using an external package allow to alias it in the bundle configuration (such as webpack).\n */\n\nimport { getConfiguration } from './configFile/getConfiguration';\n\nconst configuration = getConfiguration();\n\nexport default configuration;\n"],"mappings":"AAKA,SAAS,wBAAwB;AAEjC,MAAM,gBAAgB,iBAAiB;AAEvC,IAAO,gBAAQ;","names":[]}
|
package/dist/types/built.d.ts
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
* @intlayer/config/built is a package that only returns the configuration file as a JSON object.
|
|
3
3
|
* Using an external package allow to alias it in the bundle configuration (such as webpack).
|
|
4
4
|
*/
|
|
5
|
-
declare const configuration: import("
|
|
5
|
+
declare const configuration: import("./client").IntlayerConfig;
|
|
6
6
|
export default configuration;
|
|
7
7
|
//# sourceMappingURL=built.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"built.d.ts","sourceRoot":"","sources":["../../src/built.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,QAAA,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"built.d.ts","sourceRoot":"","sources":["../../src/built.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,QAAA,MAAM,aAAa,mCAAqB,CAAC;AAEzC,eAAe,aAAa,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/config",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.",
|
|
6
6
|
"keywords": [
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/node": "^22.10.6",
|
|
76
|
-
"@types/react": "^19.0.0",
|
|
77
76
|
"@typescript-eslint/parser": "^8.24.0",
|
|
78
77
|
"concurrently": "^9.1.2",
|
|
79
78
|
"eslint": "^9.20.0",
|
|
@@ -83,13 +82,13 @@
|
|
|
83
82
|
"tsup": "^8.3.5",
|
|
84
83
|
"typescript": "^5.7.3",
|
|
85
84
|
"@utils/eslint-config": "1.0.4",
|
|
86
|
-
"@utils/tsup-config": "1.0.4",
|
|
87
85
|
"@utils/ts-config": "1.0.4",
|
|
88
|
-
"@utils/ts-config-types": "1.0.4"
|
|
86
|
+
"@utils/ts-config-types": "1.0.4",
|
|
87
|
+
"@utils/tsup-config": "1.0.4"
|
|
89
88
|
},
|
|
90
89
|
"peerDependencies": {
|
|
91
90
|
"react": ">=16.0.0",
|
|
92
|
-
"intlayer": "5.2.
|
|
91
|
+
"intlayer": "5.2.2"
|
|
93
92
|
},
|
|
94
93
|
"engines": {
|
|
95
94
|
"node": ">=14.18"
|