@viberails/config 0.3.3 → 0.4.0

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/index.cjs CHANGED
@@ -704,7 +704,7 @@ var configSchema = {
704
704
  };
705
705
 
706
706
  // src/index.ts
707
- var VERSION = "0.3.3";
707
+ var VERSION = "0.4.0";
708
708
  // Annotate the CommonJS export names for ESM import in node:
709
709
  0 && (module.exports = {
710
710
  DEFAULT_IGNORE,
package/dist/index.js CHANGED
@@ -661,7 +661,7 @@ var configSchema = {
661
661
  };
662
662
 
663
663
  // src/index.ts
664
- var VERSION = "0.3.3";
664
+ var VERSION = "0.4.0";
665
665
  export {
666
666
  DEFAULT_IGNORE,
667
667
  DEFAULT_RULES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/config",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "description": "Config generation and loading for viberails",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "ajv": "^8.18.0",
29
- "@viberails/types": "0.3.3"
29
+ "@viberails/types": "0.4.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^25.3.5"