@qelos/api-kit 3.8.2 → 3.8.3

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 +31 -0
  2. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,31 @@
1
+ # License
2
+
3
+ ## Community Use - Apache License 2.0
4
+
5
+ This project is licensed under the **Apache License 2.0**. You are free to:
6
+
7
+ - **Use** the software for personal, educational, or community purposes.
8
+ - **Modify** the software as needed.
9
+ - **Distribute** copies of the software or modified versions.
10
+
11
+ ### Key Conditions:
12
+ - You are not required to share modifications you make.
13
+ - You may use this software internally, including within commercial settings, without any restrictions.
14
+
15
+ For full license details, see [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
16
+
17
+ ## Restriction on Managed Services - Custom Clause
18
+
19
+ While the software is open and free to use for internal or personal purposes, **you are not permitted to offer this software or any derivative of it as a paid managed service** or **Software as a Service (SaaS)** without explicit permission from Velocitech LTD.
20
+
21
+ ### Key Restriction:
22
+ - You **may not** sell, offer, or commercialize this software as a managed service, SaaS, or any similar hosted service.
23
+
24
+ ### How to Obtain Permission:
25
+ If you wish to offer a managed or commercial version of this software, you must obtain a **commercial license** from Velocitech LTD. Please contact us at [support@qelos.io](mailto:support@qelos.io) for details.
26
+
27
+ ## Additional Notes
28
+
29
+ This license ensures the software remains free for personal use and community development, while protecting Velocitech LTD’s right to control the commercialization of managed services based on the software.
30
+
31
+ For any questions regarding the license, feel free to reach out at [support@qelos.io].
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qelos/api-kit",
3
- "version": "3.8.2",
3
+ "version": "3.8.3",
4
4
  "description": "API-Kit package to help with qelos infrastructure and reuse capabilities across services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "express": "4.19.2",
19
19
  "morgan": "^1.10.0"
20
20
  },
21
- "gitHead": "dc75ba76bdb68c07b640d4469d9dffecf61759b1",
21
+ "gitHead": "4f4acba1f01d2659431e3149cc6efa927926c5f1",
22
22
  "devDependencies": {
23
23
  "@types/node": "^20.12.8",
24
24
  "typescript": "^5.4.5"