valence-cli 1.2.2 → 1.2.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.
- package/LICENCE +25 -0
- package/dist/LICENCE +25 -0
- package/dist/commands/add.js +1 -1
- package/dist/commands/build.js +1 -1
- package/dist/commands/codegen.js +1 -1
- package/dist/commands/doctor.js +1 -1
- package/dist/commands/generate.js +1 -1
- package/dist/commands/lifecycle.js +1 -1
- package/dist/commands/new.js +1 -1
- package/dist/commands/publish.js +1 -1
- package/dist/commands/template.js +1 -1
- package/dist/index.js +1 -1
- package/dist/templates/angular.js +1 -1
- package/dist/templates/components.js +1 -1
- package/dist/templates/config.js +1 -1
- package/dist/templates/electron.js +1 -1
- package/dist/templates/index.js +1 -1
- package/dist/templates.js +1 -1
- package/dist/utils/logger.js +1 -1
- package/dist/utils/update.js +1 -1
- package/dist/utils/validation.js +1 -1
- package/package.json +4 -4
package/LICENCE
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Valence Engine & CLI License Agreement
|
|
2
|
+
|
|
3
|
+
**Version:** 1.0
|
|
4
|
+
**Date:** January 2026
|
|
5
|
+
**Copyright (c) 2026 Victor Kane** **All Rights Reserved.**
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
### 1. LICENSE GRANT
|
|
10
|
+
Subject to the terms of this Agreement, the Licensor hereby grants you a non-exclusive, non-transferable, non-sublicensable license to:
|
|
11
|
+
* Install and use the **Valence CLI** for the purpose of developing, testing, and building video games or interactive applications.
|
|
12
|
+
* Distribute the compiled, end-user binaries produced by the Valence CLI (the "Games"), provided that the Valence Engine core code remains bundled within the application and is not sold or distributed as a standalone development tool.
|
|
13
|
+
|
|
14
|
+
### 2. RESTRICTIONS
|
|
15
|
+
You expressly agree **NOT** to, and will not permit others to:
|
|
16
|
+
* **Modify or Create Derivatives:** Alter, modify, or create any derivative works of the Valence CLI or the underlying Valence Engine source code.
|
|
17
|
+
* **Reverse Engineer:** Decompile, disassemble, decrypt, or attempt to derive the source code from the obfuscated JavaScript/TypeScript files provided in this package.
|
|
18
|
+
* **Redistribute the Tooling:** Rent, lease, lend, sell, or sublicense the Valence CLI or Engine as a development framework, game engine, or toolkit to any third party.
|
|
19
|
+
* **Remove Notices:** Remove or obscure any copyright notices, digital watermarks, or proprietary legends contained within the software.
|
|
20
|
+
|
|
21
|
+
### 3. INTELLECTUAL PROPERTY
|
|
22
|
+
The Valence CLI, its architecture, the "Bridge" logic, and all associated obfuscated source code are the sole and exclusive property of the Licensor. This license does not grant you any ownership rights. All rights not expressly granted to you in this Agreement are reserved by the Licensor.
|
|
23
|
+
|
|
24
|
+
### 4. TERMINATION
|
|
25
|
+
This license is effective until terminated. Your rights under this license will terminate automatically without notice if you fail to comply with any term(s) of this Agreement.
|
package/dist/LICENCE
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Valence Engine & CLI License Agreement
|
|
2
|
+
|
|
3
|
+
**Version:** 1.0
|
|
4
|
+
**Date:** January 2026
|
|
5
|
+
**Copyright (c) 2026 Victor Kane** **All Rights Reserved.**
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
### 1. LICENSE GRANT
|
|
10
|
+
Subject to the terms of this Agreement, the Licensor hereby grants you a non-exclusive, non-transferable, non-sublicensable license to:
|
|
11
|
+
* Install and use the **Valence CLI** for the purpose of developing, testing, and building video games or interactive applications.
|
|
12
|
+
* Distribute the compiled, end-user binaries produced by the Valence CLI (the "Games"), provided that the Valence Engine core code remains bundled within the application and is not sold or distributed as a standalone development tool.
|
|
13
|
+
|
|
14
|
+
### 2. RESTRICTIONS
|
|
15
|
+
You expressly agree **NOT** to, and will not permit others to:
|
|
16
|
+
* **Modify or Create Derivatives:** Alter, modify, or create any derivative works of the Valence CLI or the underlying Valence Engine source code.
|
|
17
|
+
* **Reverse Engineer:** Decompile, disassemble, decrypt, or attempt to derive the source code from the obfuscated JavaScript/TypeScript files provided in this package.
|
|
18
|
+
* **Redistribute the Tooling:** Rent, lease, lend, sell, or sublicense the Valence CLI or Engine as a development framework, game engine, or toolkit to any third party.
|
|
19
|
+
* **Remove Notices:** Remove or obscure any copyright notices, digital watermarks, or proprietary legends contained within the software.
|
|
20
|
+
|
|
21
|
+
### 3. INTELLECTUAL PROPERTY
|
|
22
|
+
The Valence CLI, its architecture, the "Bridge" logic, and all associated obfuscated source code are the sole and exclusive property of the Licensor. This license does not grant you any ownership rights. All rights not expressly granted to you in this Agreement are reserved by the Licensor.
|
|
23
|
+
|
|
24
|
+
### 4. TERMINATION
|
|
25
|
+
This license is effective until terminated. Your rights under this license will terminate automatically without notice if you fail to comply with any term(s) of this Agreement.
|