@h3ravel/config 1.1.1 → 1.1.4

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