bunqueue 2.6.50 → 2.6.52

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/LICENSE +76 -21
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,21 +1,76 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 egeominotti
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Egeo Minotti
6
+ Licensed Work: bunqueue
7
+ The Licensed Work is (c) 2024 Egeo Minotti.
8
+ Additional Use Grant: You may make use of the Licensed Work, provided that
9
+ you may not use the Licensed Work for a Job Queue
10
+ Dashboard Service.
11
+
12
+ A "Job Queue Dashboard Service" is a commercial offering
13
+ that allows third parties to access the functionality of
14
+ the Licensed Work's cloud dashboard or monitoring features
15
+ as a managed service, where the service competes with
16
+ bunqueue Cloud (cloud.bunqueue.io).
17
+
18
+ For clarity, the following uses are always permitted:
19
+ - Self-hosting bunqueue for internal or commercial use
20
+ - Embedding bunqueue as a library in your applications
21
+ - Using bunqueue's queue engine, workers, CLI, and APIs
22
+ - Building internal monitoring or dashboards for your
23
+ own bunqueue deployment
24
+ - Using bunqueue Cloud (cloud.bunqueue.io)
25
+
26
+ Change Date: 2030-03-20
27
+ Change License: Apache License, Version 2.0
28
+
29
+ For information about alternative licensing arrangements for the Licensed Work,
30
+ please contact: egeominotti@gmail.com
31
+
32
+ Notice
33
+
34
+ Business Source License 1.1
35
+
36
+ Terms
37
+
38
+ The Licensor hereby grants you the right to copy, modify, create derivative
39
+ works, redistribute, and make non-production use of the Licensed Work. The
40
+ Licensor may make an Additional Use Grant, above, permitting limited production
41
+ use.
42
+
43
+ Effective on the Change Date, or the fourth anniversary of the first publicly
44
+ available distribution of a specific version of the Licensed Work under this
45
+ License, whichever comes first, the Licensor hereby grants you rights under
46
+ the terms of the Change License, and the rights granted in the paragraph
47
+ above terminate.
48
+
49
+ If your use of the Licensed Work does not comply with the requirements
50
+ currently in effect as described in this License, you must purchase a
51
+ commercial license from the Licensor, its affiliated entities, or authorized
52
+ resellers, or you must refrain from using the Licensed Work.
53
+
54
+ All copies of the original and modified Licensed Work, and derivative works
55
+ of the Licensed Work, are subject to this License. This License applies
56
+ separately for each version of the Licensed Work and the Change Date may vary
57
+ for each version of the Licensed Work released by Licensor.
58
+
59
+ You must conspicuously display this License on each original or modified copy
60
+ of the Licensed Work. If you receive the Licensed Work in original or
61
+ modified form from a third party, the terms and conditions set forth in this
62
+ License apply to your use of that work.
63
+
64
+ Any use of the Licensed Work in violation of this License will automatically
65
+ terminate your rights under this License for the current and all other
66
+ versions of the Licensed Work.
67
+
68
+ This License does not grant you any right in any trademark or logo of
69
+ Licensor or its affiliates (provided that you may use a trademark or logo of
70
+ Licensor as expressly required by this License).
71
+
72
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
73
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
74
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
75
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
76
+ TITLE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunqueue",
3
- "version": "2.6.50",
3
+ "version": "2.6.52",
4
4
  "description": "High-performance job queue for Bun & AI agents. SQLite persistence, cron scheduling, priorities, retries, DLQ, webhooks, native MCP server. Zero external dependencies.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -101,7 +101,7 @@
101
101
  "typescript"
102
102
  ],
103
103
  "author": "egeominotti",
104
- "license": "MIT",
104
+ "license": "BUSL-1.1",
105
105
  "repository": {
106
106
  "type": "git",
107
107
  "url": "git+https://github.com/egeominotti/bunqueue.git"