desi76-cli 0.1.0 → 0.1.4

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
@@ -36,7 +36,7 @@ Development
36
36
  -----------
37
37
 
38
38
  ```bash
39
- git clone https://github.com/MYNAME/parame76
39
+ git clone https://github.com/charlyoleg2/parame76
40
40
  cd parame76
41
41
  npm install
42
42
  npm run ci
@@ -7,14 +7,14 @@ import { geom_cli } from "geomcli";
7
7
  var package_default = {
8
8
  name: "desi76-cli",
9
9
  description: "The cli-frontend for desi76",
10
- version: "0.1.0",
10
+ version: "0.1.4",
11
11
  private: false,
12
12
  repository: {
13
13
  type: "git",
14
- url: "git+https://github.com/MYNAME/parame76.git"
14
+ url: "git+https://github.com/charlyoleg2/parame76.git"
15
15
  },
16
- homepage: "https://MYNAME.github.io/parame76/",
17
- author: "MYNAME",
16
+ homepage: "https://charlyoleg2.github.io/parame76/",
17
+ author: "charlyoleg",
18
18
  license: "ISC",
19
19
  keywords: [
20
20
  "parametrix",
@@ -28,7 +28,9 @@ var package_default = {
28
28
  default: "./dist/desi76-cli.js"
29
29
  }
30
30
  },
31
- bin: "./dist/desi76-cli.js",
31
+ bin: {
32
+ "desi76-cli": "dist/desi76-cli.js"
33
+ },
32
34
  files: [
33
35
  "dist/",
34
36
  "!dist/**/*.d.ts",
@@ -61,7 +63,7 @@ var package_default = {
61
63
  clean: "rimraf build dist node_modules"
62
64
  },
63
65
  dependencies: {
64
- desi76: "^0.1.0",
66
+ desi76: "^0.1.3",
65
67
  geomcli: "^1.0.21",
66
68
  geometrix: "^1.0.21"
67
69
  },
@@ -69,15 +71,15 @@ var package_default = {
69
71
  "@eslint/js": "^9.10.0",
70
72
  "@types/eslint__js": "^8.42.3",
71
73
  bats: "^1.12.0",
72
- eslint: "^9.29.0",
74
+ eslint: "^9.30.1",
73
75
  "eslint-config-prettier": "^10.1.5",
74
76
  "npm-run-all2": "^8.0.4",
75
- prettier: "^3.5.3",
77
+ prettier: "^3.6.2",
76
78
  rimraf: "^6.0.1",
77
79
  tsup: "^8.5.0",
78
80
  typescript: "^5.8.3",
79
- "typescript-eslint": "^8.34.1",
80
- vitest: "^3.2.3"
81
+ "typescript-eslint": "^8.35.1",
82
+ vitest: "^3.2.4"
81
83
  }
82
84
  };
83
85
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "desi76-cli",
3
3
  "description": "The cli-frontend for desi76",
4
- "version": "0.1.0",
4
+ "version": "0.1.4",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/MYNAME/parame76.git"
8
+ "url": "git+https://github.com/charlyoleg2/parame76.git"
9
9
  },
10
- "homepage": "https://MYNAME.github.io/parame76/",
11
- "author": "MYNAME",
10
+ "homepage": "https://charlyoleg2.github.io/parame76/",
11
+ "author": "charlyoleg",
12
12
  "license": "ISC",
13
13
  "keywords": [
14
14
  "parametrix",
@@ -22,7 +22,9 @@
22
22
  "default": "./dist/desi76-cli.js"
23
23
  }
24
24
  },
25
- "bin": "./dist/desi76-cli.js",
25
+ "bin": {
26
+ "desi76-cli": "dist/desi76-cli.js"
27
+ },
26
28
  "files": [
27
29
  "dist/",
28
30
  "!dist/**/*.d.ts",
@@ -55,7 +57,7 @@
55
57
  "clean": "rimraf build dist node_modules"
56
58
  },
57
59
  "dependencies": {
58
- "desi76": "^0.1.0",
60
+ "desi76": "^0.1.3",
59
61
  "geomcli": "^1.0.21",
60
62
  "geometrix": "^1.0.21"
61
63
  },
@@ -63,14 +65,14 @@
63
65
  "@eslint/js": "^9.10.0",
64
66
  "@types/eslint__js": "^8.42.3",
65
67
  "bats": "^1.12.0",
66
- "eslint": "^9.29.0",
68
+ "eslint": "^9.30.1",
67
69
  "eslint-config-prettier": "^10.1.5",
68
70
  "npm-run-all2": "^8.0.4",
69
- "prettier": "^3.5.3",
71
+ "prettier": "^3.6.2",
70
72
  "rimraf": "^6.0.1",
71
73
  "tsup": "^8.5.0",
72
74
  "typescript": "^5.8.3",
73
- "typescript-eslint": "^8.34.1",
75
+ "typescript-eslint": "^8.35.1",
74
76
  "vitest": "^3.2.4"
75
77
  }
76
78
  }