lumenflow 3.22.0 → 4.0.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -15,4 +15,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
15
15
  SPDX-License-Identifier: AGPL-3.0-only
16
16
 
17
17
  For the full license text, see the LICENSE file in the root of the
18
- LumenFlow repository: https://github.com/hellmai/lumenflow-dev
18
+ LumenFlow repository: https://github.com/hellmai/lumenflow
package/README.md CHANGED
@@ -22,4 +22,4 @@ npm install -D @lumenflow/cli
22
22
  ## Documentation
23
23
 
24
24
  - [lumenflow.dev](https://lumenflow.dev) — Full documentation
25
- - [GitHub](https://github.com/hellmai/lumenflow-dev) — Source code
25
+ - [GitHub](https://github.com/hellmai/lumenflow) — Source code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumenflow",
3
- "version": "3.22.0",
3
+ "version": "4.0.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",
@@ -12,20 +12,20 @@
12
12
  "homepage": "https://lumenflow.dev",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/hellmai/lumenflow-dev.git",
15
+ "url": "https://github.com/hellmai/lumenflow.git",
16
16
  "directory": "packages/lumenflow"
17
17
  },
18
18
  "license": "AGPL-3.0-only",
19
19
  "author": {
20
- "name": "HellmAI",
21
- "url": "https://hellm.ai"
20
+ "name": "LumenFlow Contributors",
21
+ "url": "https://lumenflow.dev"
22
22
  },
23
23
  "type": "module",
24
24
  "bin": {
25
25
  "lumenflow": "./bin/lumenflow.mjs"
26
26
  },
27
27
  "dependencies": {
28
- "@lumenflow/cli": "^3.22.0"
28
+ "@lumenflow/cli": "^4.0.1"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"