lumenflow 5.2.10 → 5.3.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.
Files changed (2) hide show
  1. package/LICENSE +32 -13
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,18 +1,37 @@
1
- Copyright (C) 2026 HellmAI
1
+ LumenFlow Proprietary License
2
2
 
3
- This program is free software: you can redistribute it and/or modify
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
- This program is distributed in the hope that it will be useful,
8
- but WITHOUT ANY WARRANTY; without even the implied warranty of
9
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
- GNU Affero General Public License for more details.
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
- You should have received a copy of the GNU Affero General Public License
13
- along with this program. If not, see <https://www.gnu.org/licenses/>.
10
+ PROHIBITED USE
11
+ You may NOT:
14
12
 
15
- SPDX-License-Identifier: AGPL-3.0-only
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
- For the full license text, see the LICENSE file in the root of the
18
- LumenFlow repository: https://github.com/hellmai/lumenflow
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.2.10",
3
+ "version": "5.3.0",
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": "AGPL-3.0-only",
18
+ "license": "SEE LICENSE IN LICENSE",
19
19
  "author": {
20
20
  "name": "LumenFlow Contributors",
21
21
  "url": "https://lumenflow.dev"
@@ -25,7 +25,7 @@
25
25
  "lumenflow": "./bin/lumenflow.mjs"
26
26
  },
27
27
  "dependencies": {
28
- "@lumenflow/cli": "^5.2.10"
28
+ "@lumenflow/cli": "^5.3.0"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"