designix-cli 0.5.12 → 0.5.14

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/README.md CHANGED
@@ -31,6 +31,15 @@ Usage
31
31
  npx designix --help
32
32
  ```
33
33
 
34
+ Usage without installation
35
+ --------------------------
36
+
37
+ ```bash
38
+ npx --package=designix-cli designix --help
39
+ npx --package=designix-cli designix versions
40
+ npx --package=designix-cli designix list-designs
41
+ ```
42
+
34
43
 
35
44
  Dev
36
45
  ---
@@ -6,14 +6,14 @@ import { geom_cli } from "geomcli";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "designix-cli",
9
- version: "0.5.12",
9
+ version: "0.5.14",
10
10
  description: "The application cli as frontend of geometrix and designix",
11
11
  private: false,
12
12
  repository: {
13
13
  type: "git",
14
14
  url: "git+https://github.com/charlyoleg2/parametrix.git"
15
15
  },
16
- homepage: "https://github.com/charlyoleg2/parametrix#readme",
16
+ homepage: "https://charlyoleg2.github.io/parametrix/",
17
17
  keywords: [
18
18
  "cad",
19
19
  "programmatic",
@@ -49,9 +49,9 @@ var package_default = {
49
49
  clean: "shx rm -fr build dist node_modules output"
50
50
  },
51
51
  dependencies: {
52
- designix: "^0.5.17",
53
- geomcli: "^0.5.19",
54
- geometrix: "^0.5.16"
52
+ designix: "^0.5.21",
53
+ geomcli: "^0.5.23",
54
+ geometrix: "^0.5.20"
55
55
  },
56
56
  devDependencies: {
57
57
  "@typescript-eslint/eslint-plugin": "^7.0.1",
@@ -64,7 +64,7 @@ var package_default = {
64
64
  shx: "^0.3.4",
65
65
  tsup: "^8.0.2",
66
66
  typescript: "^5.3.3",
67
- vitest: "^1.3.0"
67
+ vitest: "^1.3.1"
68
68
  },
69
69
  exports: {
70
70
  ".": {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "designix-cli",
3
- "version": "0.5.12",
3
+ "version": "0.5.14",
4
4
  "description": "The application cli as frontend of geometrix and designix",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/charlyoleg2/parametrix.git"
9
9
  },
10
- "homepage": "https://github.com/charlyoleg2/parametrix#readme",
10
+ "homepage": "https://charlyoleg2.github.io/parametrix/",
11
11
  "keywords": [
12
12
  "cad",
13
13
  "programmatic",
@@ -43,9 +43,9 @@
43
43
  "clean": "shx rm -fr build dist node_modules output"
44
44
  },
45
45
  "dependencies": {
46
- "designix": "^0.5.17",
47
- "geomcli": "^0.5.19",
48
- "geometrix": "^0.5.16"
46
+ "designix": "^0.5.21",
47
+ "geomcli": "^0.5.23",
48
+ "geometrix": "^0.5.20"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@typescript-eslint/eslint-plugin": "^7.0.1",
@@ -58,7 +58,7 @@
58
58
  "shx": "^0.3.4",
59
59
  "tsup": "^8.0.2",
60
60
  "typescript": "^5.3.3",
61
- "vitest": "^1.3.0"
61
+ "vitest": "^1.3.1"
62
62
  },
63
63
  "exports": {
64
64
  ".": {