@logicflow/react-node-registry 0.0.1-beta.3 → 1.0.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.
- package/.turbo/turbo-build.log +37 -37
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
> @logicflow/react-node-registry@0.0
|
|
3
|
-
> rss
|
|
4
|
-
|
|
5
|
-
> [prebuild] run-s -s clean:build
|
|
6
|
-
> [clean:build] rimraf dist es lib
|
|
7
|
-
|
|
8
|
-
> @logicflow/react-node-registry@0.0
|
|
9
|
-
> rss
|
|
10
|
-
|
|
11
|
-
> [build] run-p -s build:dev build:umd
|
|
12
|
-
> [build:
|
|
13
|
-
> [build:
|
|
14
|
-
> [build:less] ./scripts/build-less
|
|
15
|
-
> [build:less] ./scripts/build-less
|
|
16
|
-
[36m
|
|
17
|
-
[1m./src/index.ts[22m → [1mdist/index.min.js[22m...[39m
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript: Rollup requires that TypeScript produces ES Modules. Unfortunately your configuration specifies a "module" other than "esnext". Unless you know what you're doing, please change "module" to "esnext" in the target tsconfig.json file or plugin options.[39m[22m
|
|
34
|
-
[1m[33m(!) Broken sourcemap[39m[22m
|
|
35
|
-
[90mhttps://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect[39m
|
|
36
|
-
Plugins that transform code (such as "terser") should generate accompanying sourcemaps.
|
|
37
|
-
[32mcreated [1mdist/index.min.js[22m in [
|
|
1
|
+
|
|
2
|
+
> @logicflow/react-node-registry@1.0.0 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/react-node-registry
|
|
3
|
+
> rss
|
|
4
|
+
|
|
5
|
+
> [31m[prebuild][39m run-s -s clean:build
|
|
6
|
+
> [36m[clean:build][39m rimraf dist es lib
|
|
7
|
+
|
|
8
|
+
> @logicflow/react-node-registry@1.0.0 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/react-node-registry
|
|
9
|
+
> rss
|
|
10
|
+
|
|
11
|
+
> [34m[build][39m run-p -s build:dev build:umd
|
|
12
|
+
> [34m[build:dev][39m pnpm run --if-present build:less && run-p -s build:cjs build:esm
|
|
13
|
+
> [34m[build:umd][39m pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
|
|
14
|
+
> [34m[build:less][39m ./scripts/build-less
|
|
15
|
+
> [34m[build:less][39m ./scripts/build-less
|
|
16
|
+
[36m
|
|
17
|
+
[1m./src/index.ts[22m → [1mdist/index.min.js[22m...[39m
|
|
18
|
+
[2m+------------------------------------+[22m
|
|
19
|
+
[2m|[22m [2m|[22m
|
|
20
|
+
[2m|[22m [32m[1mBundle Format:[22m[39m [33mumd[39m [2m|[22m
|
|
21
|
+
[2m|[22m [32m[1mBundle Name:[22m[39m [33mReactNodeRegistry[39m [2m|[22m
|
|
22
|
+
[2m|[22m [32m[1mExternal Globals:[22m[39m [2m|[22m
|
|
23
|
+
[2m|[22m [33m @logicflow/core: Core[39m [2m|[22m
|
|
24
|
+
[2m|[22m [33m react: React[39m [2m|[22m
|
|
25
|
+
[2m|[22m [33m react-dom: ReactDom[39m [2m|[22m
|
|
26
|
+
[2m|[22m [2m|[22m
|
|
27
|
+
[2m|[22m [32m[1mDestination:[22m[39m [33mdist/index.min.js[39m [2m|[22m
|
|
28
|
+
[2m|[22m [32m[1mBundle Size:[22m[39m [33m433 B[39m [2m|[22m
|
|
29
|
+
[2m|[22m [32m[1mMinified Size:[22m[39m [33m394 B[39m [2m|[22m
|
|
30
|
+
[2m|[22m [32m[1mGZipped Size:[22m[39m [33m208 B[39m [2m|[22m
|
|
31
|
+
[2m|[22m [2m|[22m
|
|
32
|
+
[2m+------------------------------------+[22m
|
|
33
|
+
[1m[33m(!) Plugin typescript: @rollup/plugin-typescript: Rollup requires that TypeScript produces ES Modules. Unfortunately your configuration specifies a "module" other than "esnext". Unless you know what you're doing, please change "module" to "esnext" in the target tsconfig.json file or plugin options.[39m[22m
|
|
34
|
+
[1m[33m(!) Broken sourcemap[39m[22m
|
|
35
|
+
[90mhttps://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect[39m
|
|
36
|
+
Plugins that transform code (such as "terser") should generate accompanying sourcemaps.
|
|
37
|
+
[32mcreated [1mdist/index.min.js[22m in [1m4.1s[22m[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @logicflow/react-node-registry
|
|
2
|
+
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Release 2.0 New Version 🎉🎉🎉🎉
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @logicflow/core@2.0.0
|
|
10
|
+
|
|
11
|
+
- feat: 开发 react-node-registry 包用于用户自定义 react 节点
|
|
12
|
+
- 通过监听 properties 变化的事件,触发节点的更新
|
|
13
|
+
- 通过 Portal 的方式,可以获取到宿主系统的数据(比如状态),保持组件渲染和系统同步
|
|
14
|
+
- react-node-registry 包增加 LICENSE 文件
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logicflow/react-node-registry",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "LogicFlow React Shape",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": ">= 18.0.0",
|
|
20
20
|
"react-dom": ">= 18.0.0",
|
|
21
|
-
"@logicflow/core": "2.0.0
|
|
21
|
+
"@logicflow/core": "2.0.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@types/react": "^18.0.25",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react": "^18.0.0",
|
|
27
27
|
"react-dom": "^18.0.0",
|
|
28
28
|
"lodash-es": "^4.17.21",
|
|
29
|
-
"@logicflow/core": "2.0.0
|
|
29
|
+
"@logicflow/core": "2.0.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"clean:turbo": "rss",
|