@archora/forge-runtime 1.2.2 → 1.4.0
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 +121 -0
- package/package.json +38 -38
package/LICENSE
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
Archora Forge Proprietary Source-Available License (Paid-Use-Only)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Aleksandr Kotov (the "Licensor"). All rights reserved.
|
|
4
|
+
|
|
5
|
+
The source code and any other materials made available in this repository
|
|
6
|
+
(collectively, the "Software") are proprietary and confidential to the
|
|
7
|
+
Licensor. They are published in source-available form for the sole purpose
|
|
8
|
+
of allowing prospective licensees to inspect and evaluate the Software
|
|
9
|
+
before purchasing a commercial license.
|
|
10
|
+
|
|
11
|
+
This Software is NOT open source. The publication of this repository on a
|
|
12
|
+
public hosting platform does NOT constitute a grant of any open-source or
|
|
13
|
+
free-software license, and does NOT grant any rights beyond those expressly
|
|
14
|
+
stated below.
|
|
15
|
+
|
|
16
|
+
1. Limited Permission Granted Without a Paid License
|
|
17
|
+
|
|
18
|
+
Without entering into a separate written commercial license with the
|
|
19
|
+
Licensor, you are permitted to do ONLY the following with the Software:
|
|
20
|
+
|
|
21
|
+
(a) view and read the source code via the hosting platform on which
|
|
22
|
+
it is published;
|
|
23
|
+
(b) clone or download a copy strictly for the purpose of personally
|
|
24
|
+
evaluating whether to obtain a paid commercial license, for a
|
|
25
|
+
reasonable evaluation period not exceeding thirty (30) days; and
|
|
26
|
+
(c) discuss the Software publicly (e.g. cite, link, or quote short
|
|
27
|
+
excerpts for commentary, criticism, news reporting, teaching,
|
|
28
|
+
scholarship, or research) consistent with applicable fair use
|
|
29
|
+
or fair dealing law.
|
|
30
|
+
|
|
31
|
+
No other rights are granted. In particular, and without limitation,
|
|
32
|
+
the following are NOT permitted without a separate paid commercial
|
|
33
|
+
license signed by the Licensor:
|
|
34
|
+
|
|
35
|
+
- any use of the Software, in whole or in part, in any project,
|
|
36
|
+
product, service, library, internal tool, script, pipeline,
|
|
37
|
+
build, CI job, or deliverable, whether commercial or
|
|
38
|
+
non-commercial, paid or unpaid, personal or organizational,
|
|
39
|
+
for-profit or not-for-profit, including hobby and educational
|
|
40
|
+
projects;
|
|
41
|
+
- execution of the Software for any purpose other than short-term
|
|
42
|
+
evaluation by you personally as described in clause 1(b);
|
|
43
|
+
- copying, modifying, merging, publishing, sublicensing,
|
|
44
|
+
distributing, selling, hosting, or offering the Software (or any
|
|
45
|
+
derivative work) as a service to any third party;
|
|
46
|
+
- using code generated by the Software in any project for which
|
|
47
|
+
you do not hold a valid commercial license to the Software;
|
|
48
|
+
- removing or altering any copyright, trademark, license, or
|
|
49
|
+
attribution notices contained in the Software or in code it
|
|
50
|
+
generates;
|
|
51
|
+
- using the Software, its source code, or its outputs to train,
|
|
52
|
+
fine-tune, evaluate, benchmark, or otherwise develop
|
|
53
|
+
machine-learning or artificial-intelligence models, datasets, or
|
|
54
|
+
systems;
|
|
55
|
+
- reverse-engineering the Software for any purpose other than
|
|
56
|
+
evaluation as described in clause 1(b), to the extent such
|
|
57
|
+
restriction is permitted by applicable law.
|
|
58
|
+
|
|
59
|
+
2. No Implied License
|
|
60
|
+
|
|
61
|
+
No license is granted by implication, estoppel, exhaustion, course of
|
|
62
|
+
dealing, or otherwise. Public availability of this repository does
|
|
63
|
+
not change this.
|
|
64
|
+
|
|
65
|
+
3. Commercial License Required
|
|
66
|
+
|
|
67
|
+
To use the Software for any purpose beyond the limited evaluation
|
|
68
|
+
described in Section 1, you must first obtain a paid commercial
|
|
69
|
+
license from the Licensor. Pricing and terms are available on
|
|
70
|
+
request — see COMMERCIAL-LICENSE.md.
|
|
71
|
+
|
|
72
|
+
4. Trademarks
|
|
73
|
+
|
|
74
|
+
"Archora" and "Archora Forge" and any associated names, logos, and
|
|
75
|
+
brands are trademarks of the Licensor. No trademark rights are
|
|
76
|
+
granted by this license. Forks, modifications, or derivative works
|
|
77
|
+
(where permitted under a separate commercial license) may not use
|
|
78
|
+
these marks without the Licensor's prior written consent.
|
|
79
|
+
|
|
80
|
+
5. Term and Termination
|
|
81
|
+
|
|
82
|
+
Your permission under Section 1 terminates automatically and
|
|
83
|
+
immediately upon any breach of this license, or upon written notice
|
|
84
|
+
from the Licensor. Upon termination you must delete all copies of
|
|
85
|
+
the Software in your possession or control, except for archival
|
|
86
|
+
copies you are required by law to retain.
|
|
87
|
+
|
|
88
|
+
6. No Warranty
|
|
89
|
+
|
|
90
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
91
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
92
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND
|
|
93
|
+
NON-INFRINGEMENT.
|
|
94
|
+
|
|
95
|
+
7. Limitation of Liability
|
|
96
|
+
|
|
97
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
|
|
98
|
+
THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
99
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR IN CONNECTION
|
|
100
|
+
WITH THE SOFTWARE OR THIS LICENSE, EVEN IF ADVISED OF THE POSSIBILITY
|
|
101
|
+
OF SUCH DAMAGES.
|
|
102
|
+
|
|
103
|
+
8. Governing Law
|
|
104
|
+
|
|
105
|
+
This license shall be governed by and construed in accordance with
|
|
106
|
+
the laws applicable at the Licensor's place of residence, without
|
|
107
|
+
regard to its conflict-of-laws principles.
|
|
108
|
+
|
|
109
|
+
9. Prior Versions
|
|
110
|
+
|
|
111
|
+
Versions of the Software previously distributed under a different
|
|
112
|
+
license (including, without limitation, the MIT License) remain
|
|
113
|
+
governed by the license under which they were originally
|
|
114
|
+
distributed, with respect to the specific commits to which that
|
|
115
|
+
prior license applied. From the effective date of this license,
|
|
116
|
+
subsequent commits and releases are governed exclusively by these
|
|
117
|
+
terms.
|
|
118
|
+
|
|
119
|
+
For commercial licensing inquiries, contact:
|
|
120
|
+
Email: akotov@archora.dev
|
|
121
|
+
Telegram: @akotofff
|
package/package.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@archora/forge-runtime",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Runtime helpers used by Archora Forge generated frontend modules.",
|
|
5
|
-
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/archora-dev/archora-forge.git"
|
|
9
|
-
},
|
|
10
|
-
"bugs": {
|
|
11
|
-
"url": "https://github.com/archora-dev/archora-forge/issues"
|
|
12
|
-
},
|
|
13
|
-
"homepage": "https://github.com/archora-dev/archora-forge#readme",
|
|
14
|
-
"type": "module",
|
|
15
|
-
"main": "./dist/index.js",
|
|
16
|
-
"types": "./dist/index.d.ts",
|
|
17
|
-
"exports": {
|
|
18
|
-
".": {
|
|
19
|
-
"types": "./dist/index.d.ts",
|
|
20
|
-
"import": "./dist/index.js"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"files": [
|
|
24
|
-
"dist"
|
|
25
|
-
],
|
|
26
|
-
"publishConfig": {
|
|
27
|
-
"access": "public"
|
|
28
|
-
},
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@archora/forge-runtime",
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"description": "Runtime helpers used by Archora Forge generated frontend modules.",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/archora-dev/archora-forge.git"
|
|
9
|
+
},
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/archora-dev/archora-forge/issues"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/archora-dev/archora-forge#readme",
|
|
14
|
+
"type": "module",
|
|
15
|
+
"main": "./dist/index.js",
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"import": "./dist/index.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"access": "public"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"tsup": "^8.4.0",
|
|
31
|
+
"typescript": "^5.8.3"
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"build": "tsup src/index.ts --format esm --dts --clean",
|
|
35
|
+
"dev": "tsup src/index.ts --format esm --dts --watch",
|
|
36
|
+
"typecheck": "tsc --noEmit"
|
|
37
|
+
}
|
|
38
|
+
}
|