@viberails/config 0.6.1 → 0.6.3

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
@@ -958,7 +958,7 @@ var configSchema = {
958
958
  };
959
959
 
960
960
  // src/index.ts
961
- var VERSION = "0.6.1";
961
+ var VERSION = "0.6.3";
962
962
  // Annotate the CommonJS export names for ESM import in node:
963
963
  0 && (module.exports = {
964
964
  BUILTIN_IGNORE,
package/dist/index.js CHANGED
@@ -911,7 +911,7 @@ var configSchema = {
911
911
  };
912
912
 
913
913
  // src/index.ts
914
- var VERSION = "0.6.1";
914
+ var VERSION = "0.6.3";
915
915
  export {
916
916
  BUILTIN_IGNORE,
917
917
  DEFAULT_IGNORE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/config",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
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.6.1"
28
+ "@viberails/types": "0.6.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "ajv": "^8.18.0",