@logicflow/vue-node-registry 1.0.10 → 1.0.12
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 +34 -34
- package/CHANGELOG.md +15 -0
- package/package.json +3 -3
- package/stats.html +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
> @logicflow/vue-node-registry@1.0.
|
|
3
|
-
> rss
|
|
4
|
-
|
|
5
|
-
>
|
|
6
|
-
>
|
|
7
|
-
|
|
8
|
-
> @logicflow/vue-node-registry@1.0.
|
|
9
|
-
> rss
|
|
10
|
-
|
|
11
|
-
>
|
|
12
|
-
>
|
|
13
|
-
>
|
|
14
|
-
>
|
|
15
|
-
>
|
|
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
|
-
[32mcreated [1mdist/index.min.js[22m in [
|
|
1
|
+
|
|
2
|
+
> @logicflow/vue-node-registry@1.0.11 prebuild /Users/didi/Desktop/github/LogicFlow/packages/vue-node-registry
|
|
3
|
+
> rss
|
|
4
|
+
|
|
5
|
+
> [prebuild] run-s -s clean:build
|
|
6
|
+
> [clean:build] rimraf dist es lib
|
|
7
|
+
|
|
8
|
+
> @logicflow/vue-node-registry@1.0.11 build /Users/didi/Desktop/github/LogicFlow/packages/vue-node-registry
|
|
9
|
+
> rss
|
|
10
|
+
|
|
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
|
+
> [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
|
|
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
|
+
| [32m[1mBundle Format:[22m[39m [33mumd[39m |
|
|
21
|
+
| [32m[1mBundle Name:[22m[39m [33mVueNodeRegistry[39m |
|
|
22
|
+
| [32m[1mExternal Globals:[22m[39m |
|
|
23
|
+
| [33m @logicflow/core: Core[39m |
|
|
24
|
+
| [33m @vue/composition-api: VueCompositionApi[39m |
|
|
25
|
+
| [33m vue: Vue[39m |
|
|
26
|
+
| |
|
|
27
|
+
| [32m[1mDestination:[22m[39m [33mdist/index.min.js[39m |
|
|
28
|
+
| [32m[1mBundle Size:[22m[39m [33m390 B[39m |
|
|
29
|
+
| [32m[1mMinified Size:[22m[39m [33m351 B[39m |
|
|
30
|
+
| [32m[1mGZipped Size:[22m[39m [33m200 B[39m |
|
|
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
|
+
[32mcreated [1mdist/index.min.js[22m in [1m3.7s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @logicflow/vue-node-registry
|
|
2
2
|
|
|
3
|
+
## 1.0.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: 修复issue反馈的bug
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @logicflow/core@2.0.10
|
|
10
|
+
|
|
11
|
+
## 1.0.11
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @logicflow/core@2.0.9
|
|
17
|
+
|
|
3
18
|
## 1.0.10
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logicflow/vue-node-registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
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
|
"peerDependencies": {
|
|
21
21
|
"@vue/composition-api": "^1.0.0-rc.10",
|
|
22
22
|
"vue": "^2.0.0 || >=3.0.0",
|
|
23
|
-
"@logicflow/core": "2.0.
|
|
23
|
+
"@logicflow/core": "2.0.10"
|
|
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.
|
|
32
|
+
"@logicflow/core": "2.0.10"
|
|
33
33
|
},
|
|
34
34
|
"author": {
|
|
35
35
|
"name": "boyongjiong",
|
package/stats.html
CHANGED
|
@@ -4822,7 +4822,7 @@ var drawChart = (function (exports) {
|
|
|
4822
4822
|
</script>
|
|
4823
4823
|
<script>
|
|
4824
4824
|
/*<!--*/
|
|
4825
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.min.js","children":[{"name":"src/index.ts","uid":"
|
|
4825
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.min.js","children":[{"name":"src/index.ts","uid":"ef345eae-1"}]}],"isRoot":true},"nodeParts":{"ef345eae-1":{"renderedLength":311,"gzipLength":0,"brotliLength":0,"metaUid":"ef345eae-0"}},"nodeMetas":{"ef345eae-0":{"id":"/src/index.ts","moduleParts":{"index.min.js":"ef345eae-1"},"imported":[],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.22.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4826
4826
|
|
|
4827
4827
|
const run = () => {
|
|
4828
4828
|
const width = window.innerWidth;
|