@viberails/config 0.5.3 → 0.5.5

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
@@ -954,7 +954,7 @@ var configSchema = {
954
954
  };
955
955
 
956
956
  // src/index.ts
957
- var VERSION = "0.5.3";
957
+ var VERSION = "0.5.5";
958
958
  // Annotate the CommonJS export names for ESM import in node:
959
959
  0 && (module.exports = {
960
960
  BUILTIN_IGNORE,
package/dist/index.js CHANGED
@@ -907,7 +907,7 @@ var configSchema = {
907
907
  };
908
908
 
909
909
  // src/index.ts
910
- var VERSION = "0.5.3";
910
+ var VERSION = "0.5.5";
911
911
  export {
912
912
  BUILTIN_IGNORE,
913
913
  DEFAULT_IGNORE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/config",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "Config generation and loading for viberails",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -25,7 +25,7 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@viberails/types": "0.5.3"
28
+ "@viberails/types": "0.5.5"
29
29
  },
30
30
  "devDependencies": {
31
31
  "ajv": "^8.18.0",