@archora/forge-runtime 1.4.0 → 2.0.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 +24 -114
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,121 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026 Aleksandr Kotov
|
|
3
|
+
Copyright (c) 2026 Aleksandr Kotov
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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:
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
free-software license, and does NOT grant any rights beyond those expressly
|
|
14
|
-
stated below.
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
15
14
|
|
|
16
|
-
|
|
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.
|
|
17
22
|
|
|
18
|
-
|
|
19
|
-
Licensor, you are permitted to do ONLY the following with the Software:
|
|
23
|
+
---
|
|
20
24
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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.
|
|
25
|
+
This MIT License covers the free, open-source Archora Forge generator packages:
|
|
26
|
+
@archora/forge-core, @archora/forge-config, @archora/forge-runtime,
|
|
27
|
+
@archora/forge-adapters, @archora/forge-templates, and @archora/forge-cli.
|
|
30
28
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
|
29
|
+
The commercial Forge Intelligence add-on (@archora/forge-pro) is NOT covered by
|
|
30
|
+
this license. It is proprietary, source-available software licensed under
|
|
31
|
+
packages/pro/LICENSE; commercial terms are in COMMERCIAL-LICENSE.md.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archora/forge-runtime",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Runtime helpers used by Archora Forge generated frontend modules.",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/archora-dev/archora-forge.git"
|