Skip to content

Commit 1be8090

Browse files
committed
repo
1 parent d028a94 commit 1be8090

12 files changed

Lines changed: 57 additions & 57 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
Flow-Based Programming TypeScript utilities for the Interweb
88

99
<p align="center" width="100%">
10-
<a href="https://github.com/constructive-io/fbp/actions/workflows/ci.yml">
11-
<img height="20" src="https://github.com/constructive-io/fbp/actions/workflows/ci.yml/badge.svg" />
10+
<a href="https://github.com/flow-based-programming/spec/actions/workflows/ci.yml">
11+
<img height="20" src="https://github.com/flow-based-programming/spec/actions/workflows/ci.yml/badge.svg" />
1212
</a>
1313
</p>
1414

1515
## Packages
1616

1717
This repository contains the following packages:
1818

19-
- [`@fbp/types`](https://github.com/constructive-io/fpb/tree/main/packages/types)
19+
- [`@fbp/types`](https://github.com/flow-based-programming/spec/tree/main/packages/types)
2020
Flow-Based Programming TypeScript Types & Definitions
2121

2222
## Credits

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"registry": "https://registry.npmjs.org",
1212
"command": {
1313
"create": {
14-
"homepage": "https://github.com/constructive-io/fbp",
14+
"homepage": "https://github.com/flow-based-programming/spec",
1515
"license": "MIT",
1616
"access": "restricted"
1717
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/constructive-io/fbp"
8+
"url": "https://github.com/flow-based-programming/spec"
99
},
1010
"license": "MIT",
1111
"publishConfig": {

packages/evaluator/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Bug Fixes
99

10-
- graphInput nodes now use default prop when no external input provided ([1d567ba](https://github.com/constructive-io/fbp/commit/1d567ba0935e099f7c99e60ccbb301e1e92b9ea3))
11-
- remove output port from graphOutput node definition ([1281944](https://github.com/constructive-io/fbp/commit/128194443195e99dda27a98a9abfc3f6ee11a081))
10+
- graphInput nodes now use default prop when no external input provided ([1d567ba](https://github.com/flow-based-programming/spec/commit/1d567ba0935e099f7c99e60ccbb301e1e92b9ea3))
11+
- remove output port from graphOutput node definition ([1281944](https://github.com/flow-based-programming/spec/commit/128194443195e99dda27a98a9abfc3f6ee11a081))
1212

1313
### Features
1414

15-
- add @fbp/evaluator with lazy graph evaluation ([9e8dd3a](https://github.com/constructive-io/fbp/commit/9e8dd3aed2f5cfe316cbef0f04e80642dfaeb9bb))
16-
- add boundary nodes with auto-naming and async evaluation ([075795d](https://github.com/constructive-io/fbp/commit/075795db4c866d2ae21003f6e6bc0deda6c8a3b9))
17-
- add icons to all node definitions and display in UI ([bfb0c46](https://github.com/constructive-io/fbp/commit/bfb0c4645ce5ae9415d57fcf79c8cf51e8abf77d))
18-
- add new node definitions (graphql/request, json/select, json/object, flow/guard, string/template, string/concat) ([75bda87](https://github.com/constructive-io/fbp/commit/75bda87ad078793997693a253ad83a7c1d52ba03))
19-
- add react-icons SVG icons and GraphQL login example ([02a493d](https://github.com/constructive-io/fbp/commit/02a493da93f0d2b4f7e661538f261591c0c7de09))
20-
- add subnet evaluation support with tests ([0c4a187](https://github.com/constructive-io/fbp/commit/0c4a18789da49f51298a4765aa59c759bf1935fa))
21-
- add type dropdown and coercion to all boundary nodes (input, output, prop) ([78a6052](https://github.com/constructive-io/fbp/commit/78a6052166b2d9aef3d47b9401cc1c13d7d9bd9b))
22-
- add type selector dropdown for graphInput nodes ([452043d](https://github.com/constructive-io/fbp/commit/452043debf7a18b992d1cbbe5452e18e3983abb1))
15+
- add @fbp/evaluator with lazy graph evaluation ([9e8dd3a](https://github.com/flow-based-programming/spec/commit/9e8dd3aed2f5cfe316cbef0f04e80642dfaeb9bb))
16+
- add boundary nodes with auto-naming and async evaluation ([075795d](https://github.com/flow-based-programming/spec/commit/075795db4c866d2ae21003f6e6bc0deda6c8a3b9))
17+
- add icons to all node definitions and display in UI ([bfb0c46](https://github.com/flow-based-programming/spec/commit/bfb0c4645ce5ae9415d57fcf79c8cf51e8abf77d))
18+
- add new node definitions (graphql/request, json/select, json/object, flow/guard, string/template, string/concat) ([75bda87](https://github.com/flow-based-programming/spec/commit/75bda87ad078793997693a253ad83a7c1d52ba03))
19+
- add react-icons SVG icons and GraphQL login example ([02a493d](https://github.com/flow-based-programming/spec/commit/02a493da93f0d2b4f7e661538f261591c0c7de09))
20+
- add subnet evaluation support with tests ([0c4a187](https://github.com/flow-based-programming/spec/commit/0c4a18789da49f51298a4765aa59c759bf1935fa))
21+
- add type dropdown and coercion to all boundary nodes (input, output, prop) ([78a6052](https://github.com/flow-based-programming/spec/commit/78a6052166b2d9aef3d47b9401cc1c13d7d9bd9b))
22+
- add type selector dropdown for graphInput nodes ([452043d](https://github.com/flow-based-programming/spec/commit/452043debf7a18b992d1cbbe5452e18e3983abb1))

packages/evaluator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"main": "index.js",
77
"module": "esm/index.js",
88
"types": "index.d.ts",
9-
"homepage": "https://github.com/constructive-io/fbp",
9+
"homepage": "https://github.com/flow-based-programming/spec",
1010
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/constructive-io/fbp"
17+
"url": "https://github.com/flow-based-programming/spec"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/constructive-io/fbp/issues"
20+
"url": "https://github.com/flow-based-programming/spec/issues"
2121
},
2222
"scripts": {
2323
"clean": "makage clean",

packages/graph-editor/CHANGELOG.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Bug Fixes
99

10-
- derive subnet ports from boundary nodes for automatic sync at any level ([4d7c15f](https://github.com/constructive-io/fbp/commit/4d7c15fe9f4cd32c85e4312358aa4b0b3c0f2bdf))
11-
- edge preview in subgraphs and boundary node sync with parent subnet ([891cc45](https://github.com/constructive-io/fbp/commit/891cc45aafb9da90f7d47744c1ad4ae08d369697))
12-
- evaluation now works inside subgraphs using scoped graph ([16aa4e6](https://github.com/constructive-io/fbp/commit/16aa4e6a4d5470a6d4be9522e3a5300a4314e56b))
13-
- make all reducer actions scope-aware for subnet navigation ([051e7a8](https://github.com/constructive-io/fbp/commit/051e7a85be0b657dba9a4e24b68811fc07640dc6))
14-
- move React hooks to top of PropertiesPanel to fix hooks order error ([24da1d3](https://github.com/constructive-io/fbp/commit/24da1d36df85049766a9de6ba7f72c10d3d83274))
15-
- PropertiesPanel now uses scoped nodes for subnet context ([0331374](https://github.com/constructive-io/fbp/commit/03313746b2eda43988aaa188d224551e61e8bb0b))
16-
- refresh button now uses live graph state, add default value for graphInput ([1dd7228](https://github.com/constructive-io/fbp/commit/1dd7228fa4376d4a3571ea287ba6b2d19f8bc975))
17-
- subnet navigation now renders internal nodes when diving in ([83b99dc](https://github.com/constructive-io/fbp/commit/83b99dc1f7acaa104ed94148c70e1d29c6213981))
10+
- derive subnet ports from boundary nodes for automatic sync at any level ([4d7c15f](https://github.com/flow-based-programming/spec/commit/4d7c15fe9f4cd32c85e4312358aa4b0b3c0f2bdf))
11+
- edge preview in subgraphs and boundary node sync with parent subnet ([891cc45](https://github.com/flow-based-programming/spec/commit/891cc45aafb9da90f7d47744c1ad4ae08d369697))
12+
- evaluation now works inside subgraphs using scoped graph ([16aa4e6](https://github.com/flow-based-programming/spec/commit/16aa4e6a4d5470a6d4be9522e3a5300a4314e56b))
13+
- make all reducer actions scope-aware for subnet navigation ([051e7a8](https://github.com/flow-based-programming/spec/commit/051e7a85be0b657dba9a4e24b68811fc07640dc6))
14+
- move React hooks to top of PropertiesPanel to fix hooks order error ([24da1d3](https://github.com/flow-based-programming/spec/commit/24da1d36df85049766a9de6ba7f72c10d3d83274))
15+
- PropertiesPanel now uses scoped nodes for subnet context ([0331374](https://github.com/flow-based-programming/spec/commit/03313746b2eda43988aaa188d224551e61e8bb0b))
16+
- refresh button now uses live graph state, add default value for graphInput ([1dd7228](https://github.com/flow-based-programming/spec/commit/1dd7228fa4376d4a3571ea287ba6b2d19f8bc975))
17+
- subnet navigation now renders internal nodes when diving in ([83b99dc](https://github.com/flow-based-programming/spec/commit/83b99dc1f7acaa104ed94148c70e1d29c6213981))
1818

1919
### Features
2020

21-
- add @fbp/graph-editor package, remove litegraph ([7062610](https://github.com/constructive-io/fbp/commit/70626102c71a1db963cebe68b1abacfe1c6222a8))
22-
- add autolayout for subnet nodes - arranges nodes in layers by dependency ([46d7c31](https://github.com/constructive-io/fbp/commit/46d7c31124b3ec78e39dbeff6849a6b511572049))
23-
- add boundary nodes with auto-naming and async evaluation ([075795d](https://github.com/constructive-io/fbp/commit/075795db4c866d2ae21003f6e6bc0deda6c8a3b9))
24-
- add copy/paste for groups (Cmd+C/V) and allow 1+ node collapse ([6182ac2](https://github.com/constructive-io/fbp/commit/6182ac2d946aafe8793764bc52a5988f4aa22e6d))
25-
- add editable boundary node names and drag-and-drop from palette ([1030db2](https://github.com/constructive-io/fbp/commit/1030db2b80789502aaa185b5ec535d10d78cb622))
26-
- add GraphOutput nodes with evaluation result display ([351e82b](https://github.com/constructive-io/fbp/commit/351e82b25b590e9e3990ccbf7edcabe548aa968e))
27-
- add icons to all node definitions and display in UI ([bfb0c46](https://github.com/constructive-io/fbp/commit/bfb0c4645ce5ae9415d57fcf79c8cf51e8abf77d))
28-
- add L hotkey to autolayout selected nodes ([4295ed6](https://github.com/constructive-io/fbp/commit/4295ed60477b5846becf9927c4c9c4f1a3f03f7c))
29-
- add proper UI frame with header, node palette sidebar, and status bar ([9713b2a](https://github.com/constructive-io/fbp/commit/9713b2a31a3df9db75ee6cbbd5d39e56adf5f9d7))
30-
- add react-icons SVG icons and GraphQL login example ([02a493d](https://github.com/constructive-io/fbp/commit/02a493da93f0d2b4f7e661538f261591c0c7de09))
31-
- add refresh button to re-evaluate GraphOutput results ([9c37391](https://github.com/constructive-io/fbp/commit/9c37391e771828e8a860af3a3edb68ccc678c9cd))
32-
- add subnet collapse feature (Shift+C to collapse selected nodes) ([d91f609](https://github.com/constructive-io/fbp/commit/d91f6092349f9cfa8507eb4dfab734311de1a4e7))
33-
- add toolbar with hotkeys, node palette, drag-to-connect, and make home page show flow graph ([6548a2d](https://github.com/constructive-io/fbp/commit/6548a2dd92be5ec45eafdf5a42a7cbbb4e5165e4))
34-
- improve evaluate button spinner animation ([f080856](https://github.com/constructive-io/fbp/commit/f08085685e82a2f5c1bef3263b9bfa78353ab1d0))
35-
- improve marquee selection and add GraphQL syntax highlighting ([0d5757b](https://github.com/constructive-io/fbp/commit/0d5757baa347e490d2bad8cf592983e857e3da47))
21+
- add @fbp/graph-editor package, remove litegraph ([7062610](https://github.com/flow-based-programming/spec/commit/70626102c71a1db963cebe68b1abacfe1c6222a8))
22+
- add autolayout for subnet nodes - arranges nodes in layers by dependency ([46d7c31](https://github.com/flow-based-programming/spec/commit/46d7c31124b3ec78e39dbeff6849a6b511572049))
23+
- add boundary nodes with auto-naming and async evaluation ([075795d](https://github.com/flow-based-programming/spec/commit/075795db4c866d2ae21003f6e6bc0deda6c8a3b9))
24+
- add copy/paste for groups (Cmd+C/V) and allow 1+ node collapse ([6182ac2](https://github.com/flow-based-programming/spec/commit/6182ac2d946aafe8793764bc52a5988f4aa22e6d))
25+
- add editable boundary node names and drag-and-drop from palette ([1030db2](https://github.com/flow-based-programming/spec/commit/1030db2b80789502aaa185b5ec535d10d78cb622))
26+
- add GraphOutput nodes with evaluation result display ([351e82b](https://github.com/flow-based-programming/spec/commit/351e82b25b590e9e3990ccbf7edcabe548aa968e))
27+
- add icons to all node definitions and display in UI ([bfb0c46](https://github.com/flow-based-programming/spec/commit/bfb0c4645ce5ae9415d57fcf79c8cf51e8abf77d))
28+
- add L hotkey to autolayout selected nodes ([4295ed6](https://github.com/flow-based-programming/spec/commit/4295ed60477b5846becf9927c4c9c4f1a3f03f7c))
29+
- add proper UI frame with header, node palette sidebar, and status bar ([9713b2a](https://github.com/flow-based-programming/spec/commit/9713b2a31a3df9db75ee6cbbd5d39e56adf5f9d7))
30+
- add react-icons SVG icons and GraphQL login example ([02a493d](https://github.com/flow-based-programming/spec/commit/02a493da93f0d2b4f7e661538f261591c0c7de09))
31+
- add refresh button to re-evaluate GraphOutput results ([9c37391](https://github.com/flow-based-programming/spec/commit/9c37391e771828e8a860af3a3edb68ccc678c9cd))
32+
- add subnet collapse feature (Shift+C to collapse selected nodes) ([d91f609](https://github.com/flow-based-programming/spec/commit/d91f6092349f9cfa8507eb4dfab734311de1a4e7))
33+
- add toolbar with hotkeys, node palette, drag-to-connect, and make home page show flow graph ([6548a2d](https://github.com/flow-based-programming/spec/commit/6548a2dd92be5ec45eafdf5a42a7cbbb4e5165e4))
34+
- improve evaluate button spinner animation ([f080856](https://github.com/flow-based-programming/spec/commit/f08085685e82a2f5c1bef3263b9bfa78353ab1d0))
35+
- improve marquee selection and add GraphQL syntax highlighting ([0d5757b](https://github.com/flow-based-programming/spec/commit/0d5757baa347e490d2bad8cf592983e857e3da47))

packages/graph-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"main": "index.js",
77
"module": "esm/index.js",
88
"types": "index.d.ts",
9-
"homepage": "https://github.com/constructive-io/fbp",
9+
"homepage": "https://github.com/flow-based-programming/spec",
1010
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/constructive-io/fbp"
17+
"url": "https://github.com/flow-based-programming/spec"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/constructive-io/fbp/issues"
20+
"url": "https://github.com/flow-based-programming/spec/issues"
2121
},
2222
"scripts": {
2323
"clean": "makage clean",

packages/spec/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Features
99

10-
- add @fbp/spec package with storage schema and path-based API ([2bb0070](https://github.com/constructive-io/fbp/commit/2bb0070d7a158bac6157db2905bf7035a21ef248))
10+
- add @fbp/spec package with storage schema and path-based API ([2bb0070](https://github.com/flow-based-programming/spec/commit/2bb0070d7a158bac6157db2905bf7035a21ef248))

packages/spec/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"main": "index.js",
77
"module": "esm/index.js",
88
"types": "index.d.ts",
9-
"homepage": "https://github.com/constructive-io/fbp",
9+
"homepage": "https://github.com/flow-based-programming/spec",
1010
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/constructive-io/fbp"
17+
"url": "https://github.com/flow-based-programming/spec"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/constructive-io/fbp/issues"
20+
"url": "https://github.com/flow-based-programming/spec/issues"
2121
},
2222
"scripts": {
2323
"codegen": "ts-node ./scripts/codegen.ts",

packages/types/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Features
99

10-
- add @fbp/evaluator with lazy graph evaluation ([9e8dd3a](https://github.com/constructive-io/fpb/commit/9e8dd3aed2f5cfe316cbef0f04e80642dfaeb9bb))
11-
- add @fbp/graph-editor package, remove litegraph ([7062610](https://github.com/constructive-io/fpb/commit/70626102c71a1db963cebe68b1abacfe1c6222a8))
12-
- add icons to all node definitions and display in UI ([bfb0c46](https://github.com/constructive-io/fpb/commit/bfb0c4645ce5ae9415d57fcf79c8cf51e8abf77d))
10+
- add @fbp/evaluator with lazy graph evaluation ([9e8dd3a](https://github.com/flow-based-programming/spec/commit/9e8dd3aed2f5cfe316cbef0f04e80642dfaeb9bb))
11+
- add @fbp/graph-editor package, remove litegraph ([7062610](https://github.com/flow-based-programming/spec/commit/70626102c71a1db963cebe68b1abacfe1c6222a8))
12+
- add icons to all node definitions and display in UI ([bfb0c46](https://github.com/flow-based-programming/spec/commit/bfb0c4645ce5ae9415d57fcf79c8cf51e8abf77d))
1313

14-
# [0.2.0](https://github.com/constructive-io/fpb/compare/@fbp/types@0.1.0...@fbp/types@0.2.0) (2024-05-28)
14+
# [0.2.0](https://github.com/flow-based-programming/spec/compare/@fbp/types@0.1.0...@fbp/types@0.2.0) (2024-05-28)
1515

1616
**Note:** Version bump only for package @fbp/types
1717

0 commit comments

Comments
 (0)