@h3ravel/core 1.0.2 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @h3ravel/core
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @h3ravel/shared@0.8.0
9
+
10
+ ## 1.0.3
11
+
12
+ ### Patch Changes
13
+
14
+ - chore: add download count to readme
15
+ - Updated dependencies
16
+ - @h3ravel/shared@0.7.1
17
+
3
18
  ## 1.0.2
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Framework][ix]][lx]
4
4
  [![Core Package Version][i1]][l1]
5
+ [![Downloads][d1]][d1]
5
6
 
6
7
  # About H3ravel/core
7
8
 
@@ -27,3 +28,4 @@ The H3ravel framework is open-sourced software licensed under the [MIT license](
27
28
  [lx]: https://www.npmjs.com/package/@h3ravel/core
28
29
  [i1]: https://img.shields.io/npm/v/%40h3ravel%2Fcore?style=flat-square&label=@h3ravel/core&color=%230970ce
29
30
  [l1]: https://www.npmjs.com/package/@h3ravel/core
31
+ [d1]: https://img.shields.io/npm/dt/%40h3ravel%2Fcore?style=flat-square&label=Downloads&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40h3ravel%2Fcore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Core application container, lifecycle management and service providers for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "srvx": "^0.8.2",
26
26
  "tslib": "^2.6.0",
27
27
  "dotenv": "^17.2.1",
28
- "@h3ravel/shared": "0.7.0"
28
+ "@h3ravel/shared": "0.8.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.4.0"