designix-cli 0.5.35 → 0.5.37
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/dist/designix-cli.js +5 -5
- package/package.json +5 -5
package/dist/designix-cli.js
CHANGED
|
@@ -6,7 +6,7 @@ import { geom_cli } from "geomcli";
|
|
|
6
6
|
// package.json
|
|
7
7
|
var package_default = {
|
|
8
8
|
name: "designix-cli",
|
|
9
|
-
version: "0.5.
|
|
9
|
+
version: "0.5.37",
|
|
10
10
|
description: "The application cli as frontend of geometrix and designix",
|
|
11
11
|
private: false,
|
|
12
12
|
repository: {
|
|
@@ -74,9 +74,9 @@ var package_default = {
|
|
|
74
74
|
clean: "shx rm -fr build dist node_modules output"
|
|
75
75
|
},
|
|
76
76
|
dependencies: {
|
|
77
|
-
designix: "^0.5.
|
|
78
|
-
geomcli: "^0.5.
|
|
79
|
-
geometrix: "^0.5.
|
|
77
|
+
designix: "^0.5.45",
|
|
78
|
+
geomcli: "^0.5.47",
|
|
79
|
+
geometrix: "^0.5.44"
|
|
80
80
|
},
|
|
81
81
|
devDependencies: {
|
|
82
82
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
@@ -85,7 +85,7 @@ var package_default = {
|
|
|
85
85
|
eslint: "^8.57.0",
|
|
86
86
|
"eslint-config-prettier": "^9.1.0",
|
|
87
87
|
"npm-run-all": "^4.1.5",
|
|
88
|
-
prettier: "^3.3.
|
|
88
|
+
prettier: "^3.3.2",
|
|
89
89
|
shx: "^0.3.4",
|
|
90
90
|
tsup: "^8.1.0",
|
|
91
91
|
typescript: "^5.4.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "designix-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.37",
|
|
4
4
|
"description": "The application cli as frontend of geometrix and designix",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"clean": "shx rm -fr build dist node_modules output"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"designix": "^0.5.
|
|
72
|
-
"geomcli": "^0.5.
|
|
73
|
-
"geometrix": "^0.5.
|
|
71
|
+
"designix": "^0.5.45",
|
|
72
|
+
"geomcli": "^0.5.47",
|
|
73
|
+
"geometrix": "^0.5.44"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"eslint": "^8.57.0",
|
|
80
80
|
"eslint-config-prettier": "^9.1.0",
|
|
81
81
|
"npm-run-all": "^4.1.5",
|
|
82
|
-
"prettier": "^3.3.
|
|
82
|
+
"prettier": "^3.3.2",
|
|
83
83
|
"shx": "^0.3.4",
|
|
84
84
|
"tsup": "^8.1.0",
|
|
85
85
|
"typescript": "^5.4.5",
|