@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.
- package/LICENSE +15 -17
- package/README.md +1 -1
- package/package.json +6 -6
package/LICENSE
CHANGED
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
Business Source License 1.1
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026
|
|
3
|
+
Copyright (c) 2024-2026 Prakash Tank. All rights reserved.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
13
|
-
|
|
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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arikajs/foundation",
|
|
3
|
-
"version": "0.10.
|
|
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.
|
|
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/
|
|
39
|
-
"@arikajs/
|
|
40
|
-
"@arikajs/
|
|
41
|
-
"@arikajs/
|
|
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": {
|