@logicflow/vue-node-registry 0.0.1-beta.1 → 0.0.1-beta.2

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,16 +1,16 @@
1
1
 
2
- > @logicflow/vue-node-registry@0.0.1-beta.1 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/vue-node-registry
2
+ > @logicflow/vue-node-registry@0.0.1-beta.2 prebuild /Users/r0ger1tlearn/WorkSpace/Github/didi/LogicFlow/packages/vue-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/vue-node-registry@0.0.1-beta.1 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/vue-node-registry
8
+ > @logicflow/vue-node-registry@0.0.1-beta.2 build /Users/r0ger1tlearn/WorkSpace/Github/didi/LogicFlow/packages/vue-node-registry
9
9
  > rss
10
10
 
11
11
  > [build] run-p -s build:dev build:umd
12
- > [build:umd] pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
13
12
  > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
13
+ > [build:umd] pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
14
14
  > [build:less] ./scripts/build-less
15
15
  > [build:less] ./scripts/build-less
16
16
  
@@ -28,11 +28,11 @@
28
28
  | Destination: dist/index.min.js |
29
29
  | Bundle Size: 390 B |
30
30
  | Minified Size: 351 B |
31
- | GZipped Size: 200 B |
31
+ | GZipped Size: 201 B |
32
32
  | |
33
33
  +----------------------------------------------+
34
34
  (!) 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.
35
35
  (!) Broken sourcemap
36
36
  https://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect
37
37
  Plugins that transform code (such as "terser") should generate accompanying sourcemaps.
38
- created dist/index.min.js in 5.7s
38
+ created dist/index.min.js in 11.1s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/vue-node-registry",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.2",
4
4
  "description": "LogicFlow Vue Component Node Registry",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -20,7 +20,7 @@
20
20
  "@vue/composition-api": "^1.0.0-rc.1",
21
21
  "vue": "^2.0.0 || >=3.0.0",
22
22
  "lodash-es": "^4.17.21",
23
- "@logicflow/core": "2.0.0-beta.4"
23
+ "@logicflow/core": "2.0.0-beta.5"
24
24
  },
25
25
  "peerDependenciesMeta": {
26
26
  "@vue/composition-api": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "vue": "^3.0.0",
32
- "@logicflow/core": "2.0.0-beta.4"
32
+ "@logicflow/core": "2.0.0-beta.5"
33
33
  },
34
34
  "author": {
35
35
  "name": "boyongjiong",