@intlayer/config 2.0.7 → 2.0.9

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.
@@ -23,7 +23,7 @@ __export(editor_exports, {
23
23
  });
24
24
  module.exports = __toCommonJS(editor_exports);
25
25
  const PORT = 4e3;
26
- const IS_ENABLED = true;
26
+ const IS_ENABLED = false;
27
27
  // Annotate the CommonJS export names for ESM import in node:
28
28
  0 && (module.exports = {
29
29
  IS_ENABLED,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/defaultValues/editor.ts"],"sourcesContent":["export const PORT = 4000;\n\nexport const IS_ENABLED = true;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,OAAO;AAEb,MAAM,aAAa;","names":[]}
1
+ {"version":3,"sources":["../../../src/defaultValues/editor.ts"],"sourcesContent":["export const PORT = 4000;\n\nexport const IS_ENABLED = false;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,OAAO;AAEb,MAAM,aAAa;","names":[]}
@@ -1,4 +1,4 @@
1
1
  declare const PORT = 4000;
2
- declare const IS_ENABLED = true;
2
+ declare const IS_ENABLED = false;
3
3
 
4
4
  export { IS_ENABLED, PORT };
@@ -1,4 +1,4 @@
1
1
  declare const PORT = 4000;
2
- declare const IS_ENABLED = true;
2
+ declare const IS_ENABLED = false;
3
3
 
4
4
  export { IS_ENABLED, PORT };
@@ -1,5 +1,5 @@
1
1
  const PORT = 4e3;
2
- const IS_ENABLED = true;
2
+ const IS_ENABLED = false;
3
3
  export {
4
4
  IS_ENABLED,
5
5
  PORT
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/defaultValues/editor.ts"],"sourcesContent":["export const PORT = 4000;\n\nexport const IS_ENABLED = true;\n"],"mappings":"AAAO,MAAM,OAAO;AAEb,MAAM,aAAa;","names":[]}
1
+ {"version":3,"sources":["../../../src/defaultValues/editor.ts"],"sourcesContent":["export const PORT = 4000;\n\nexport const IS_ENABLED = false;\n"],"mappings":"AAAO,MAAM,OAAO;AAEb,MAAM,aAAa;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
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": [
@@ -55,7 +55,7 @@
55
55
  "@types/node": "^20.14.9",
56
56
  "esbuild": "^0.20.2",
57
57
  "swc-loader": "^0.2.6",
58
- "intlayer": "^2.0.7"
58
+ "intlayer": "^2.0.9"
59
59
  },
60
60
  "devDependencies": {
61
61
  "rimraf": "5.0.5",