@logicflow/vue-node-registry 0.0.1-beta.0 → 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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @logicflow/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@
|
|
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
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
> [build:less] ./scripts/build-less
|
|
15
15
|
> [build:less] ./scripts/build-less
|
|
16
16
|
[36m
|
|
17
|
-
[1m./src/index.ts[22m → [1mdist/index.js[22m...[39m
|
|
17
|
+
[1m./src/index.ts[22m → [1mdist/index.min.js[22m...[39m
|
|
18
18
|
+----------------------------------------------+
|
|
19
19
|
| |
|
|
20
20
|
| [32m[1mBundle Format:[22m[39m [33mumd[39m |
|
|
@@ -23,15 +23,16 @@
|
|
|
23
23
|
| [33m @logicflow/core: Core[39m |
|
|
24
24
|
| [33m @vue/composition-api: VueCompositionApi[39m |
|
|
25
25
|
| [33m vue: Vue[39m |
|
|
26
|
+
| [33m lodash-es: LodashEs[39m |
|
|
26
27
|
| |
|
|
27
|
-
| [32m[1mDestination:[22m[39m [33mdist/index.js[39m
|
|
28
|
-
| [32m[1mBundle Size:[22m[39m [
|
|
28
|
+
| [32m[1mDestination:[22m[39m [33mdist/index.min.js[39m |
|
|
29
|
+
| [32m[1mBundle Size:[22m[39m [33m390 B[39m |
|
|
29
30
|
| [32m[1mMinified Size:[22m[39m [33m351 B[39m |
|
|
30
|
-
| [32m[1mGZipped Size:[22m[39m [
|
|
31
|
+
| [32m[1mGZipped Size:[22m[39m [33m201 B[39m |
|
|
31
32
|
| |
|
|
32
33
|
+----------------------------------------------+
|
|
33
34
|
[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
35
|
[1m[33m(!) Broken sourcemap[39m[22m
|
|
35
36
|
[90mhttps://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect[39m
|
|
36
37
|
Plugins that transform code (such as "terser") should generate accompanying sourcemaps.
|
|
37
|
-
[32mcreated [1mdist/index.js[22m in [
|
|
38
|
+
[32mcreated [1mdist/index.min.js[22m in [1m11.1s[22m[39m
|
|
@@ -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.
|
|
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",
|
|
@@ -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
|
-
"
|
|
22
|
+
"lodash-es": "^4.17.21",
|
|
23
|
+
"@logicflow/core": "2.0.0-beta.5"
|
|
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.
|
|
32
|
+
"@logicflow/core": "2.0.0-beta.5"
|
|
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":""}
|