@logicflow/vue-node-registry 0.0.1-beta.0 → 0.0.1-beta.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,20 +1,20 @@
1
1
 
2
- > @logicflow/vue-node-registry@1.0.0 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/vue-node-registry
2
+ > @logicflow/vue-node-registry@0.0.1-beta.1 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@1.0.0 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/vue-node-registry
8
+ > @logicflow/vue-node-registry@0.0.1-beta.1 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:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
13
12
  > [build:umd] pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
13
+ > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
14
14
  > [build:less] ./scripts/build-less
15
15
  > [build:less] ./scripts/build-less
16
16
  
17
- ./src/index.ts → dist/index.js...
17
+ ./src/index.ts → dist/index.min.js...
18
18
  +----------------------------------------------+
19
19
  | |
20
20
  | Bundle Format: umd |
@@ -23,9 +23,10 @@
23
23
  |  @logicflow/core: Core |
24
24
  |  @vue/composition-api: VueCompositionApi |
25
25
  |  vue: Vue |
26
+ |  lodash-es: LodashEs |
26
27
  | |
27
- | Destination: dist/index.js |
28
- | Bundle Size: 386 B |
28
+ | Destination: dist/index.min.js |
29
+ | Bundle Size: 390 B |
29
30
  | Minified Size: 351 B |
30
31
  | GZipped Size: 200 B |
31
32
  | |
@@ -34,4 +35,4 @@
34
35
  (!) Broken sourcemap
35
36
  https://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect
36
37
  Plugins that transform code (such as "terser") should generate accompanying sourcemaps.
37
- created dist/index.js in 4s
38
+ created dist/index.min.js in 5.7s
@@ -1,2 +1,2 @@
1
1
  !function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=require("tslib");e.__exportStar(require("./view"),exports),e.__exportStar(require("./model"),exports),e.__exportStar(require("./registry"),exports),e.__exportStar(require("./teleport"),exports)}));
2
- //# sourceMappingURL=index.js.map
2
+ //# sourceMappingURL=index.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.min.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/vue-node-registry",
3
- "version": "0.0.1-beta.0",
3
+ "version": "0.0.1-beta.1",
4
4
  "description": "LogicFlow Vue Component Node Registry",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -19,7 +19,8 @@
19
19
  "peerDependencies": {
20
20
  "@vue/composition-api": "^1.0.0-rc.1",
21
21
  "vue": "^2.0.0 || >=3.0.0",
22
- "@logicflow/core": "2.0.0-beta.0"
22
+ "lodash-es": "^4.17.21",
23
+ "@logicflow/core": "2.0.0-beta.4"
23
24
  },
24
25
  "peerDependenciesMeta": {
25
26
  "@vue/composition-api": {
@@ -28,7 +29,7 @@
28
29
  },
29
30
  "devDependencies": {
30
31
  "vue": "^3.0.0",
31
- "@logicflow/core": "2.0.0-beta.0"
32
+ "@logicflow/core": "2.0.0-beta.4"
32
33
  },
33
34
  "author": {
34
35
  "name": "boyongjiong",
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}