@h3ravel/queue 4.0.2 → 4.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,19 @@
1
1
  # @h3ravel/queue
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @h3ravel/core@1.0.4
8
+
9
+ ## 4.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - chore: add download count to readme
14
+ - Updated dependencies
15
+ - @h3ravel/core@1.0.3
16
+
3
17
  ## 4.0.2
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Framework][ix]][lx]
4
4
  [![Mail Package Version][i1]][l1]
5
+ [![Downloads][d1]][d1]
5
6
 
6
7
  # About H3ravel/queue
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%2Fqueue?style=flat-square&label=@h3ravel/queue&color=%230970ce
29
30
  [l1]: https://www.npmjs.com/package/@h3ravel/queue
31
+ [d1]: https://img.shields.io/npm/dt/%40h3ravel%2Fqueue?style=flat-square&label=Downloads&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40h3ravel%2Fqueue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/queue",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "Job queues, workers and broadcasting support system for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "laravel"
20
20
  ],
21
21
  "peerDependencies": {
22
- "@h3ravel/core": "1.0.2"
22
+ "@h3ravel/core": "1.0.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "typescript": "^5.4.0"