@viberails/config 0.3.1 → 0.3.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/index.cjs CHANGED
@@ -702,7 +702,7 @@ var configSchema = {
702
702
  };
703
703
 
704
704
  // src/index.ts
705
- var VERSION = "0.3.1";
705
+ var VERSION = "0.3.2";
706
706
  // Annotate the CommonJS export names for ESM import in node:
707
707
  0 && (module.exports = {
708
708
  DEFAULT_IGNORE,
package/dist/index.js CHANGED
@@ -659,7 +659,7 @@ var configSchema = {
659
659
  };
660
660
 
661
661
  // src/index.ts
662
- var VERSION = "0.3.1";
662
+ var VERSION = "0.3.2";
663
663
  export {
664
664
  DEFAULT_IGNORE,
665
665
  DEFAULT_RULES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/config",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
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.1"
29
+ "@viberails/types": "0.3.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^25.3.5"