lumenflow 5.2.10 → 5.3.1
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 +32 -13
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,18 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
LumenFlow Proprietary License
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
it under the terms of the GNU Affero General Public License as
|
|
5
|
-
published by the Free Software Foundation, version 3 of the License.
|
|
3
|
+
Copyright (c) 2026 Hellmai Ltd. All rights reserved.
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
PERMITTED USE
|
|
6
|
+
You are granted a non-exclusive, non-transferable, revocable license to install
|
|
7
|
+
and use this software, in unmodified binary form as published by Hellmai Ltd,
|
|
8
|
+
for your internal business or personal purposes.
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
PROHIBITED USE
|
|
11
|
+
You may NOT:
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
(a) modify, adapt, translate, or create derivative works of the software;
|
|
14
|
+
(b) reverse engineer, decompile, or disassemble the software, except to the
|
|
15
|
+
limited extent that applicable law expressly permits;
|
|
16
|
+
(c) redistribute, sublicense, sell, rent, lease, or transfer the software,
|
|
17
|
+
whether for compensation or not;
|
|
18
|
+
(d) remove or alter any copyright, trademark, or other proprietary notices;
|
|
19
|
+
(e) use the software to develop a competing product.
|
|
16
20
|
|
|
17
|
-
|
|
18
|
-
|
|
21
|
+
NO WARRANTY
|
|
22
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
|
26
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM,
|
|
27
|
+
OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28
|
+
SOFTWARE.
|
|
29
|
+
|
|
30
|
+
TERMINATION
|
|
31
|
+
This license terminates automatically and immediately if you breach any of its
|
|
32
|
+
terms. On termination you must cease all use of the software and destroy all
|
|
33
|
+
copies in your possession or control.
|
|
34
|
+
|
|
35
|
+
CONTACT
|
|
36
|
+
For commercial licensing, embedding rights, or other inquiries:
|
|
37
|
+
licensing@lumenflow.dev
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lumenflow",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"description": "Give your AI agent a workflow it can't break. Full command router wrapper for @lumenflow/cli.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"url": "https://github.com/hellmai/lumenflow.git",
|
|
16
16
|
"directory": "packages/lumenflow"
|
|
17
17
|
},
|
|
18
|
-
"license": "
|
|
18
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
19
19
|
"author": {
|
|
20
20
|
"name": "LumenFlow Contributors",
|
|
21
21
|
"url": "https://lumenflow.dev"
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"lumenflow": "./bin/lumenflow.mjs"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@lumenflow/cli": "^5.
|
|
28
|
+
"@lumenflow/cli": "^5.3.1"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
|
-
"access": "
|
|
31
|
+
"access": "restricted"
|
|
32
32
|
}
|
|
33
33
|
}
|