@intlayer/config 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.
Files changed (2) hide show
  1. package/dist/cjs/index.cjs +3 -3
  2. package/package.json +11 -14
@@ -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 src_exports = {};
20
- __export(src_exports, {
19
+ var index_exports = {};
20
+ __export(index_exports, {
21
21
  ESMxCJSRequire: () => import_ESMxCJSRequire.ESMxCJSRequire,
22
22
  Locales: () => import_locales.Locales,
23
23
  appLogger: () => import_appLoggerServer.appLogger,
@@ -28,7 +28,7 @@ __export(src_exports, {
28
28
  loadEnvFile: () => import_envVariables.loadEnvFile,
29
29
  logger: () => import_logger.logger
30
30
  });
31
- module.exports = __toCommonJS(src_exports);
31
+ module.exports = __toCommonJS(index_exports);
32
32
  var import_getConfiguration = require('./configFile/getConfiguration.cjs');
33
33
  var import_locales = require('./types/locales.cjs');
34
34
  var import_envVariables = require('./envVariables/index.cjs');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "3.5.8",
3
+ "version": "3.5.10",
4
4
  "private": false,
5
5
  "description": "Shared configuration package for IntLayer - 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": [
@@ -63,23 +63,20 @@
63
63
  "./package.json"
64
64
  ],
65
65
  "dependencies": {
66
- "@swc-node/register": "^1.10.9",
67
- "@swc/cli": "^0.5.2",
68
- "dotenv": "^16.4.5",
69
- "esbuild": "^0.24.0",
70
- "swc-loader": "^0.2.6",
71
- "intlayer": "3.5.8"
66
+ "dotenv": "^16.4.7",
67
+ "esbuild": "^0.24.2"
72
68
  },
73
69
  "devDependencies": {
74
- "@types/node": "^22.10.1",
75
- "@types/react": "^18.3.12",
76
- "concurrently": "^9.1.0",
77
- "eslint": "^9.16.0",
78
- "prettier": "^3.4.1",
70
+ "@types/node": "^22.10.6",
71
+ "@types/react": "^18.3.1",
72
+ "@typescript-eslint/parser": "^8.20.0",
73
+ "concurrently": "^9.1.2",
74
+ "eslint": "^9.18.0",
75
+ "prettier": "^3.4.2",
79
76
  "rimraf": "^6.0.1",
80
77
  "tsc-alias": "^1.8.10",
81
78
  "tsup": "^8.3.5",
82
- "typescript": "^5.7.2",
79
+ "typescript": "^5.7.3",
83
80
  "@utils/eslint-config": "1.0.4",
84
81
  "@utils/ts-config": "1.0.4",
85
82
  "@utils/ts-config-types": "1.0.4",
@@ -87,7 +84,7 @@
87
84
  },
88
85
  "peerDependencies": {
89
86
  "react": ">=16.0.0",
90
- "intlayer": "3.5.8"
87
+ "intlayer": "3.5.10"
91
88
  },
92
89
  "engines": {
93
90
  "node": ">=14.18"