@h3ravel/config 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @h3ravel/config
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix dependency.
8
+
9
+ ## 1.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - chore: require the latest dependencies from the framework
14
+ - Updated dependencies
15
+ - @h3ravel/support@0.7.3
16
+ - @h3ravel/core@1.1.2
17
+
3
18
  ## 1.1.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/config",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Environment/config loading and management system for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,13 +25,13 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@h3ravel/core": "1.1.1",
29
- "@h3ravel/shared": "0.14.0",
30
- "@h3ravel/support": "0.7.2"
28
+ "@h3ravel/core": "^1.1.2",
29
+ "@h3ravel/shared": "^0.14.0",
30
+ "@h3ravel/support": "^0.7.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "^5.4.0",
34
- "@h3ravel/core": "shared:*"
34
+ "@h3ravel/core": "^1.1.2"
35
35
  },
36
36
  "scripts": {
37
37
  "barrel": "barrelsby --directory src --delete --singleQuotes",