@logicflow/react-node-registry 1.2.0-alpha.0 → 1.2.0-alpha.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.
@@ -1,11 +1,11 @@
1
1
 
2
- > @logicflow/react-node-registry@1.1.4 prebuild /Users/didi/Desktop/github/LogicFlow/packages/react-node-registry
2
+ > @logicflow/react-node-registry@1.2.0-alpha.0 prebuild /Users/didi/Desktop/github/LogicFlow/packages/react-node-registry
3
3
  > rss
4
4
 
5
5
  > [prebuild] run-s -s clean:build
6
6
  > [clean:build] rimraf dist es lib
7
7
 
8
- > @logicflow/react-node-registry@1.1.4 build /Users/didi/Desktop/github/LogicFlow/packages/react-node-registry
8
+ > @logicflow/react-node-registry@1.2.0-alpha.0 build /Users/didi/Desktop/github/LogicFlow/packages/react-node-registry
9
9
  > rss
10
10
 
11
11
  > [build] run-p -s build:dev build:umd
@@ -31,4 +31,4 @@
31
31
  | |
32
32
  +------------------------------------+
33
33
  (!) [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.
34
- created dist/index.min.js in 5.3s
34
+ created dist/index.min.js in 8.4s
package/CHANGELOG.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # @logicflow/react-node-registry
2
2
 
3
- ## 1.2.0-alpha.0
3
+ ## 1.2.0-alpha.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
8
  - @logicflow/core@2.2.0
9
9
 
10
+ ## 1.2.0-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @logicflow/core@2.2.0-alpha.0
16
+
10
17
  ## 1.1.4
11
18
 
12
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/react-node-registry",
3
- "version": "1.2.0-alpha.0",
3
+ "version": "1.2.0-alpha.1",
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.2.0-alpha.0"
21
+ "@logicflow/core": "2.2.0-alpha.1"
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.2.0-alpha.0"
29
+ "@logicflow/core": "2.2.0-alpha.1"
30
30
  },
31
31
  "scripts": {
32
32
  "clean:turbo": "rss",