@h3ravel/queue 8.0.2 → 8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/queue",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "description": "Job queues, workers and broadcasting support system for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,6 +13,9 @@
13
13
  "types": "./dist/index.d.ts"
14
14
  }
15
15
  },
16
+ "files": [
17
+ "dist"
18
+ ],
16
19
  "publishConfig": {
17
20
  "access": "public"
18
21
  },
@@ -33,7 +36,7 @@
33
36
  "laravel"
34
37
  ],
35
38
  "peerDependencies": {
36
- "@h3ravel/core": "^1.4.0"
39
+ "@h3ravel/core": "^1.4.2"
37
40
  },
38
41
  "devDependencies": {
39
42
  "typescript": "^5.4.0"
package/CHANGELOG.md DELETED
@@ -1,190 +0,0 @@
1
- # @h3ravel/queue
2
-
3
- ## 8.0.2
4
-
5
- ### Patch Changes
6
-
7
- - fix: nothing at all
8
-
9
- ## 8.0.0
10
-
11
- ### Minor Changes
12
-
13
- - 79f4045: feat: add add exports to package.json
14
-
15
- ### Patch Changes
16
-
17
- - Updated dependencies [79f4045]
18
- - @h3ravel/core@1.4.0
19
-
20
- ## 7.0.0
21
-
22
- ### Patch Changes
23
-
24
- - Updated dependencies
25
- - @h3ravel/core@1.3.0
26
-
27
- ## 6.0.2
28
-
29
- ### Patch Changes
30
-
31
- - feat: add homepage and repository to all packages.
32
- - Updated dependencies
33
- - @h3ravel/core@1.2.2
34
-
35
- ## 6.0.1
36
-
37
- ### Patch Changes
38
-
39
- - chore: update readme accros all packages
40
- - Updated dependencies
41
- - @h3ravel/core@1.2.1
42
-
43
- ## 6.0.0
44
-
45
- ### Patch Changes
46
-
47
- - Updated dependencies [d07ff49]
48
- - @h3ravel/core@1.2.0
49
-
50
- ## 5.0.4
51
-
52
- ### Patch Changes
53
-
54
- - db0dd70: chore: revert to old workspace core dependency
55
-
56
- ## 5.0.3
57
-
58
- ### Patch Changes
59
-
60
- - version: explicitly set the latest version as pearDependency in requiring packages.
61
-
62
- ## 5.0.2
63
-
64
- ### Patch Changes
65
-
66
- - chore: require the latest dependencies from the framework
67
- - Updated dependencies
68
- - @h3ravel/core@1.1.2
69
-
70
- ## 5.0.1
71
-
72
- ### Patch Changes
73
-
74
- - @h3ravel/core@1.1.1
75
-
76
- ## 5.0.0
77
-
78
- ### Patch Changes
79
-
80
- - Updated dependencies [6e249fe]
81
- - @h3ravel/core@1.1.0
82
-
83
- ## 4.0.9
84
-
85
- ### Patch Changes
86
-
87
- - chore: regularize all interfaces.
88
- - Updated dependencies
89
- - @h3ravel/core@1.0.9
90
-
91
- ## 4.0.8
92
-
93
- ### Patch Changes
94
-
95
- - @h3ravel/core@1.0.8
96
-
97
- ## 4.0.7
98
-
99
- ### Patch Changes
100
-
101
- - @h3ravel/core@1.0.7
102
-
103
- ## 4.0.6
104
-
105
- ### Patch Changes
106
-
107
- - @h3ravel/core@1.0.6
108
-
109
- ## 4.0.5
110
-
111
- ### Patch Changes
112
-
113
- - @h3ravel/core@1.0.5
114
-
115
- ## 4.0.4
116
-
117
- ### Patch Changes
118
-
119
- - @h3ravel/core@1.0.4
120
-
121
- ## 4.0.3
122
-
123
- ### Patch Changes
124
-
125
- - chore: add download count to readme
126
- - Updated dependencies
127
- - @h3ravel/core@1.0.3
128
-
129
- ## 4.0.2
130
-
131
- ### Patch Changes
132
-
133
- - @h3ravel/core@1.0.2
134
-
135
- ## 4.0.0
136
-
137
- ### Minor Changes
138
-
139
- - b40caeb: feat: make service providers sortable and unique while only loading the core providers by default.
140
- Service providers are no longer loaded by default, asides the ones provided by @h3ravel/core
141
- Service provides are sorted by an optional order and priority property.
142
-
143
- ### Patch Changes
144
-
145
- - Updated dependencies [b40caeb]
146
- - @h3ravel/core@1.0.0
147
-
148
- ## 3.0.0
149
-
150
- ### Minor Changes
151
-
152
- - rebuild all dependencies
153
-
154
- ### Patch Changes
155
-
156
- - Updated dependencies
157
- - @h3ravel/core@0.5.0
158
-
159
- ## 2.0.0
160
-
161
- ### Patch Changes
162
-
163
- - a27f452: chore: fix all linting issues.
164
- - c906050: chore: migrate tests suite to jest
165
- - Updated dependencies [8ceb2c1]
166
- - Updated dependencies [a27f452]
167
- - Updated dependencies [c906050]
168
- - @h3ravel/core@0.4.0
169
-
170
- ## 1.0.0
171
-
172
- ### Minor Changes
173
-
174
- - 3ff97bf: refactor: add a shared package to be extended by others to avoid cyclic dependency issues.
175
-
176
- ### Patch Changes
177
-
178
- - Updated dependencies [3ff97bf]
179
- - @h3ravel/core@0.3.0
180
-
181
- ## 0.2.0
182
-
183
- ### Minor Changes
184
-
185
- - aea734f: Fix all known bugs and improved interdependecy between packages.
186
-
187
- ### Patch Changes
188
-
189
- - Updated dependencies [aea734f]
190
- - @h3ravel/core@0.2.0
File without changes
@@ -1 +0,0 @@
1
- export default class { }
@@ -1 +0,0 @@
1
- export default class { }
package/src/Jobs/.gitkeep DELETED
File without changes
@@ -1,18 +0,0 @@
1
- import { ServiceProvider } from '@h3ravel/core'
2
-
3
- /**
4
- * Queues and workers.
5
- *
6
- * Register QueueManager.
7
- * Load drivers (Redis, in-memory).
8
- * Register job dispatcher and workers.
9
- *
10
- * Auto-Registered if @h3ravel/queue is installed
11
- */
12
- export class QueueServiceProvider extends ServiceProvider {
13
- public static priority = 991;
14
-
15
- register () {
16
- // Core bindings
17
- }
18
- }
@@ -1 +0,0 @@
1
- export default class { }
File without changes
package/src/index.ts DELETED
@@ -1,8 +0,0 @@
1
- /**
2
- * @file Automatically generated by barrelsby.
3
- */
4
-
5
- export * from './QueueManager';
6
- export * from './Drivers/MemoryDriver';
7
- export * from './Drivers/RedisDriver';
8
- export * from './Providers/QueueServiceProvider';
package/tests/.gitkeep DELETED
File without changes
package/tsconfig.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "extends": "../shared/tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "dist"
5
- },
6
- "include": ["src"],
7
- "exclude": ["dist", "node_modules"]
8
- }