@h3ravel/router 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,26 @@
1
1
  # @h3ravel/router
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @h3ravel/http@4.1.0
9
+ - @h3ravel/shared@0.8.0
10
+ - @h3ravel/core@1.0.4
11
+ - @h3ravel/support@0.7.1
12
+
13
+ ## 1.0.3
14
+
15
+ ### Patch Changes
16
+
17
+ - chore: add download count to readme
18
+ - Updated dependencies
19
+ - @h3ravel/core@1.0.3
20
+ - @h3ravel/http@4.0.3
21
+ - @h3ravel/shared@0.7.1
22
+ - @h3ravel/support@0.7.1
23
+
3
24
  ## 1.0.2
4
25
 
5
26
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Framework][ix]][lx]
4
4
  [![Router Package Version][i1]][l1]
5
+ [![Downloads][d1]][d1]
5
6
 
6
7
  # About H3ravel/router
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%2Frouter?style=flat-square&label=@h3ravel/router&color=%230970ce
29
30
  [l1]: https://www.npmjs.com/package/@h3ravel/router
31
+ [d1]: https://img.shields.io/npm/dt/%40h3ravel%2Frouter?style=flat-square&label=Downloads&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40h3ravel%2Frouter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/router",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Route facade, decorators and controller system for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,10 +20,10 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "h3": "^2.0.0-beta.1",
23
- "@h3ravel/http": "4.0.2",
24
- "@h3ravel/core": "1.0.2",
25
- "@h3ravel/support": "0.7.0",
26
- "@h3ravel/shared": "0.7.0"
23
+ "@h3ravel/http": "4.1.0",
24
+ "@h3ravel/support": "0.7.1",
25
+ "@h3ravel/shared": "0.8.0",
26
+ "@h3ravel/core": "1.0.4"
27
27
  },
28
28
  "scripts": {
29
29
  "barrel": "barrelsby --directory src --delete --singleQuotes",