@lumenflow/kernel 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 (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +5 -5
package/LICENSE.md 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/kernel",
3
- "version": "3.22.0",
3
+ "version": "4.0.1",
4
4
  "description": "Domain-agnostic runtime primitives and contracts for LumenFlow",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -8,16 +8,16 @@
8
8
  "runtime",
9
9
  "schemas"
10
10
  ],
11
- "homepage": "https://github.com/hellmai/lumenflow-dev",
11
+ "homepage": "https://github.com/hellmai/lumenflow",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/hellmai/lumenflow-dev.git",
14
+ "url": "https://github.com/hellmai/lumenflow.git",
15
15
  "directory": "packages/@lumenflow/kernel"
16
16
  },
17
17
  "license": "AGPL-3.0-only",
18
18
  "author": {
19
- "name": "HellmAI",
20
- "url": "https://hellm.ai"
19
+ "name": "LumenFlow Contributors",
20
+ "url": "https://lumenflow.dev"
21
21
  },
22
22
  "type": "module",
23
23
  "exports": {