designix-cli 0.5.41 → 0.5.42
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 +12 -12
- package/package.json +12 -12
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.42",
|
|
10
10
|
description: "The application cli as frontend of geometrix and designix",
|
|
11
11
|
private: false,
|
|
12
12
|
repository: {
|
|
@@ -71,26 +71,26 @@ var package_default = {
|
|
|
71
71
|
"test:bats": "bats test/test1.bats",
|
|
72
72
|
ci: "run-s check build pretty lint test:unit:once test:bats",
|
|
73
73
|
run: "dist/designix-cli.js",
|
|
74
|
-
clean: "
|
|
74
|
+
clean: "rimraf 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.50",
|
|
78
|
+
geomcli: "^0.5.52",
|
|
79
|
+
geometrix: "^0.5.49"
|
|
80
80
|
},
|
|
81
81
|
devDependencies: {
|
|
82
82
|
"@eslint/js": "^9.10.0",
|
|
83
83
|
"@types/eslint__js": "^8.42.3",
|
|
84
84
|
bats: "^1.11.0",
|
|
85
|
-
eslint: "^9.
|
|
85
|
+
eslint: "^9.13.0",
|
|
86
86
|
"eslint-config-prettier": "^9.1.0",
|
|
87
|
-
"npm-run-
|
|
87
|
+
"npm-run-all2": "^6.2.4",
|
|
88
88
|
prettier: "^3.3.3",
|
|
89
|
-
|
|
90
|
-
tsup: "^8.
|
|
91
|
-
typescript: "^5.6.
|
|
92
|
-
"typescript-eslint": "^8.
|
|
93
|
-
vitest: "^2.1.
|
|
89
|
+
rimraf: "^6.0.1",
|
|
90
|
+
tsup: "^8.3.0",
|
|
91
|
+
typescript: "^5.6.3",
|
|
92
|
+
"typescript-eslint": "^8.10.0",
|
|
93
|
+
vitest: "^2.1.3"
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "designix-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.42",
|
|
4
4
|
"description": "The application cli as frontend of geometrix and designix",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -65,25 +65,25 @@
|
|
|
65
65
|
"test:bats": "bats test/test1.bats",
|
|
66
66
|
"ci": "run-s check build pretty lint test:unit:once test:bats",
|
|
67
67
|
"run": "dist/designix-cli.js",
|
|
68
|
-
"clean": "
|
|
68
|
+
"clean": "rimraf 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.50",
|
|
72
|
+
"geomcli": "^0.5.52",
|
|
73
|
+
"geometrix": "^0.5.49"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@eslint/js": "^9.10.0",
|
|
77
77
|
"@types/eslint__js": "^8.42.3",
|
|
78
78
|
"bats": "^1.11.0",
|
|
79
|
-
"eslint": "^9.
|
|
79
|
+
"eslint": "^9.13.0",
|
|
80
80
|
"eslint-config-prettier": "^9.1.0",
|
|
81
|
-
"npm-run-
|
|
81
|
+
"npm-run-all2": "^6.2.4",
|
|
82
82
|
"prettier": "^3.3.3",
|
|
83
|
-
"
|
|
84
|
-
"tsup": "^8.
|
|
85
|
-
"typescript": "^5.6.
|
|
86
|
-
"typescript-eslint": "^8.
|
|
87
|
-
"vitest": "^2.1.
|
|
83
|
+
"rimraf": "^6.0.1",
|
|
84
|
+
"tsup": "^8.3.0",
|
|
85
|
+
"typescript": "^5.6.3",
|
|
86
|
+
"typescript-eslint": "^8.10.0",
|
|
87
|
+
"vitest": "^2.1.3"
|
|
88
88
|
}
|
|
89
89
|
}
|