@arikajs/scheduler 0.10.10 → 0.10.12

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,11 +1,37 @@
1
1
  # @arikajs/scheduler
2
2
 
3
+ ## 0.10.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 56e6015: docs: final polish of README footers and community links for public release.
8
+ - Updated dependencies [56e6015]
9
+ - @arikajs/cache@0.10.12
10
+ - @arikajs/console@0.10.12
11
+ - @arikajs/events@0.10.12
12
+ - @arikajs/foundation@0.10.12
13
+ - @arikajs/logging@0.10.12
14
+ - @arikajs/queue@0.10.12
15
+
16
+ ## 0.10.11
17
+
18
+ ### Patch Changes
19
+
20
+ - 360cda5: chore: transition to MIT license, update community links, and improve package metadata for public release.
21
+ - Updated dependencies [360cda5]
22
+ - @arikajs/cache@0.10.11
23
+ - @arikajs/console@0.10.11
24
+ - @arikajs/events@0.10.11
25
+ - @arikajs/foundation@0.10.11
26
+ - @arikajs/logging@0.10.11
27
+ - @arikajs/queue@0.10.11
28
+
3
29
  ## 0.10.10
4
30
 
5
31
  ### Patch Changes
6
32
 
7
- - a1f7aac: - chore: complete transition of all individual package LICENSE files to BSL-1.1
8
- - docs: update all package READMEs to reflect the new BSL-1.1 licensing and trademark notice
33
+ - a1f7aac: - chore: complete transition of all individual package LICENSE files to MIT
34
+ - docs: update all package READMEs to reflect the new MIT licensing and trademark notice
9
35
  - chore: remove all remaining references to MIT license from the active source and documentation
10
36
  - Updated dependencies [a1f7aac]
11
37
  - @arikajs/cache@0.10.10
@@ -19,11 +45,11 @@
19
45
 
20
46
  ### Patch Changes
21
47
 
22
- - 394c886: - chore: switch license from MIT to BSL-1.1 for all packages
48
+ - 394c886: - chore: switch license from MIT to MIT for all packages
23
49
  - fix(ci): add ESLint v8 and root .eslintrc.json to resolve CI lint failures
24
50
  - fix(foundation): correct prefer-const and ban-types lint errors
25
51
  - fix(router): correct prefer-const lint error in RouteEntry
26
- - docs: add trademark notice and BSL-1.1 license information to README
52
+ - docs: add trademark notice and MIT license information to README
27
53
  - Updated dependencies [394c886]
28
54
  - @arikajs/logging@0.10.9
29
55
  - @arikajs/foundation@0.10.9
package/LICENSE CHANGED
@@ -1,19 +1,21 @@
1
- Business Source License 1.1
1
+ MIT License
2
2
 
3
- Copyright (c) 2024-2026 Prakash Tank. All rights reserved.
3
+ Copyright (c) 2024-2026 Prakash Tank
4
4
 
5
- This software is licensed under the Business Source License 1.1 (BSL-1.1).
6
- The full license text is available in the root LICENSE file of this repository.
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:
7
11
 
8
- Licensed Work: ArikaJS Framework
9
- Licensor: Prakash Tank
10
- Change Date: 2029-01-01
11
- Change License: Apache License, Version 2.0
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
12
14
 
13
- For commercial licensing, contact: prakashtank@arikajs.dev
14
-
15
- ---
16
-
17
- Trademark Notice: "ArikaJS" is a trademark of Prakash Tank.
18
- You may not use the ArikaJS name or logo for derivative works or forks
19
- without prior written permission.
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.
package/README.md CHANGED
@@ -158,7 +158,7 @@ scheduler/
158
158
 
159
159
  ## 📄 License
160
160
 
161
- `@arikajs/scheduler` is licensed under the **Business Source License 1.1 ([BSL-1.1](../../LICENSE))**.
161
+ `@arikajs/scheduler` is licensed under the **MIT License 1.1 ([MIT](../../LICENSE))**.
162
162
 
163
163
  ---
164
164
 
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@arikajs/scheduler",
3
- "version": "0.10.10",
3
+ "version": "0.10.12",
4
4
  "description": "Task scheduling for ArikaJS.",
5
- "license": "BSL-1.1",
5
+ "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
9
  "cron-parser": "^4.9.0",
10
- "@arikajs/foundation": "0.10.10",
11
- "@arikajs/logging": "0.10.10",
12
- "@arikajs/queue": "0.10.10",
13
- "@arikajs/console": "0.10.10",
14
- "@arikajs/cache": "0.10.10",
15
- "@arikajs/events": "0.10.10"
10
+ "@arikajs/foundation": "0.10.12",
11
+ "@arikajs/cache": "0.10.12",
12
+ "@arikajs/events": "0.10.12",
13
+ "@arikajs/console": "0.10.12",
14
+ "@arikajs/queue": "0.10.12",
15
+ "@arikajs/logging": "0.10.12"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^20.11.24",
@@ -29,6 +29,13 @@
29
29
  "url": "https://github.com/ArikaJs/arikajs/issues"
30
30
  },
31
31
  "homepage": "https://github.com/ArikaJs/arikajs/tree/main/packages/scheduler#readme",
32
+ "keywords": [
33
+ "arikajs",
34
+ "framework",
35
+ "node.js",
36
+ "typescript",
37
+ "scheduler"
38
+ ],
32
39
  "scripts": {
33
40
  "build": "tsc -p tsconfig.json",
34
41
  "clean": "rm -rf dist",