@fnet/cli 1.0.18 → 1.1.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.
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fnet/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"template"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://
|
|
21
|
+
"url": "git+https://github.com/fnetai/cli.git"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@flownet/lib-to-macos-app": "^0.3.13",
|
|
34
34
|
"@flownet/lib-to-nextjs": "^0.3.10",
|
|
35
35
|
"@flownet/lib-to-webos": "^0.3.16",
|
|
36
|
-
"@fnet/auto-conda-env": "^0.2.
|
|
37
|
-
"@fnet/config": "^0.2.
|
|
36
|
+
"@fnet/auto-conda-env": "^0.2.4",
|
|
37
|
+
"@fnet/config": "^0.2.31",
|
|
38
38
|
"@fnet/dir-zipper": "^0.1.8",
|
|
39
39
|
"@fnet/files-to-gcs": "^0.3.12",
|
|
40
40
|
"@fnet/key-value-transformer": "^0.1.4",
|
|
@@ -44,35 +44,35 @@
|
|
|
44
44
|
"@fnet/prompt": "^0.2.16",
|
|
45
45
|
"@fnet/rollup-plugin-delete": "^0.1.10",
|
|
46
46
|
"@fnet/service": "^0.1.8",
|
|
47
|
-
"@fnet/shell-flow": "^0.2
|
|
47
|
+
"@fnet/shell-flow": "^0.3.2",
|
|
48
48
|
"@fnet/shelljs": "^0.2.4",
|
|
49
49
|
"@fnet/to-pyip": "^0.2.1",
|
|
50
50
|
"@fnet/to-rust": "^0.1.14",
|
|
51
51
|
"@fnet/up-list-files": "^0.1.14",
|
|
52
|
-
"@fnet/yaml": "^0.1.
|
|
53
|
-
"@node-red/util": "^4.1.
|
|
54
|
-
"ajv": "^8.
|
|
52
|
+
"@fnet/yaml": "^0.1.46",
|
|
53
|
+
"@node-red/util": "^4.1.5",
|
|
54
|
+
"ajv": "^8.18.0",
|
|
55
55
|
"ajv-formats": "^3.0.1",
|
|
56
56
|
"bpmn-moddle": "^9.0.4",
|
|
57
57
|
"chalk": "^5.6.2",
|
|
58
58
|
"cli-table3": "^0.6.5",
|
|
59
59
|
"dagre": "^0.8.5",
|
|
60
|
-
"form-data": "^4.0.
|
|
60
|
+
"form-data": "^4.0.5",
|
|
61
61
|
"get-value": "^4.0.1",
|
|
62
62
|
"isobject": "^4.0.0",
|
|
63
63
|
"lodash.clonedeep": "^4.5.0",
|
|
64
64
|
"lodash.merge": "^4.6.2",
|
|
65
65
|
"nunjucks": "^3.2.4",
|
|
66
66
|
"object-hash": "^3.0.0",
|
|
67
|
-
"prettier": "^3.
|
|
68
|
-
"
|
|
67
|
+
"prettier": "^3.8.1",
|
|
68
|
+
"rollup": "^4.57.1",
|
|
69
|
+
"semver": "^7.7.4",
|
|
69
70
|
"set-value": "^4.1.0",
|
|
70
71
|
"tree-kill": "^1.2.2",
|
|
71
72
|
"typescript": "^5.9.3",
|
|
72
|
-
"winston": "^3.
|
|
73
|
-
"yaml": "^2.8.
|
|
74
|
-
"yargs": "^18.0.0"
|
|
75
|
-
"rollup": "^4.52.5"
|
|
73
|
+
"winston": "^3.19.0",
|
|
74
|
+
"yaml": "^2.8.2",
|
|
75
|
+
"yargs": "^18.0.0"
|
|
76
76
|
},
|
|
77
77
|
"bin": {
|
|
78
78
|
"fnet": "dist/fnet/index.js",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"fservice": "dist/fservice/index.js"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
85
|
+
"@rollup/plugin-commonjs": "^28.0.9",
|
|
86
86
|
"@rollup/plugin-json": "^6.1.0",
|
|
87
87
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
88
|
-
"@rollup/plugin-replace": "^6.0.
|
|
88
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
89
89
|
"@rollup/plugin-terser": "^0.4.4",
|
|
90
90
|
"peggy": "^5.0.6"
|
|
91
91
|
}
|