@viberails/config 0.5.0 → 0.5.1

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
@@ -942,7 +942,7 @@ var configSchema = {
942
942
  };
943
943
 
944
944
  // src/index.ts
945
- var VERSION = "0.5.0";
945
+ var VERSION = "0.5.1";
946
946
  // Annotate the CommonJS export names for ESM import in node:
947
947
  0 && (module.exports = {
948
948
  BUILTIN_IGNORE,
package/dist/index.js CHANGED
@@ -895,7 +895,7 @@ var configSchema = {
895
895
  };
896
896
 
897
897
  // src/index.ts
898
- var VERSION = "0.5.0";
898
+ var VERSION = "0.5.1";
899
899
  export {
900
900
  BUILTIN_IGNORE,
901
901
  DEFAULT_IGNORE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/config",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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.0"
28
+ "@viberails/types": "0.5.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "ajv": "^8.18.0",