@arikajs/foundation 0.10.9 → 0.10.10

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 (3) hide show
  1. package/LICENSE +15 -17
  2. package/README.md +1 -1
  3. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,21 +1,19 @@
1
- MIT License
1
+ Business Source License 1.1
2
2
 
3
- Copyright (c) 2026 ArikaJs
3
+ Copyright (c) 2024-2026 Prakash Tank. All rights reserved.
4
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:
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.
11
7
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
8
+ Licensed Work: ArikaJS Framework
9
+ Licensor: Prakash Tank
10
+ Change Date: 2029-01-01
11
+ Change License: Apache License, Version 2.0
14
12
 
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.
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.
package/README.md CHANGED
@@ -600,4 +600,4 @@ Before submitting a PR:
600
600
 
601
601
  ## License
602
602
 
603
- `@arikajs/foundation` is open-sourced software licensed under the **MIT license**.
603
+ `@arikajs/foundation` is licensed under the **Business Source License 1.1 ([BSL-1.1](../../LICENSE))**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arikajs/foundation",
3
- "version": "0.10.9",
3
+ "version": "0.10.10",
4
4
  "description": "Core application and service container layer for the ArikaJS framework.",
5
5
  "license": "BSL-1.1",
6
6
  "main": "dist/index.js",
@@ -30,15 +30,15 @@
30
30
  },
31
31
  "homepage": "https://github.com/ArikaJs/arikajs/tree/main/packages/foundation#readme",
32
32
  "dependencies": {
33
- "@arikajs/config": "0.10.9"
33
+ "@arikajs/config": "0.10.10"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^20.19.31",
37
37
  "typescript": "^5.7.0",
38
- "@arikajs/http": "0.10.9",
39
- "@arikajs/logging": "0.10.9",
40
- "@arikajs/database": "0.10.9",
41
- "@arikajs/cache": "0.10.9"
38
+ "@arikajs/logging": "0.10.10",
39
+ "@arikajs/http": "0.10.10",
40
+ "@arikajs/cache": "0.10.10",
41
+ "@arikajs/database": "0.10.10"
42
42
  },
43
43
  "author": "Prakash Tank",
44
44
  "scripts": {