desi76-cli 0.1.0 → 0.1.3
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 +1 -1
- package/dist/desi76-cli.js +8 -6
- package/package.json +7 -5
package/README.md
CHANGED
package/dist/desi76-cli.js
CHANGED
|
@@ -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.
|
|
10
|
+
version: "0.1.3",
|
|
11
11
|
private: false,
|
|
12
12
|
repository: {
|
|
13
13
|
type: "git",
|
|
14
|
-
url: "git+https://github.com/
|
|
14
|
+
url: "git+https://github.com/charlyoleg2/parame76.git"
|
|
15
15
|
},
|
|
16
|
-
homepage: "https://
|
|
17
|
-
author: "
|
|
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:
|
|
31
|
+
bin: {
|
|
32
|
+
"desi76-cli": "dist/desi76-cli.js"
|
|
33
|
+
},
|
|
32
34
|
files: [
|
|
33
35
|
"dist/",
|
|
34
36
|
"!dist/**/*.d.ts",
|
|
@@ -77,7 +79,7 @@ var package_default = {
|
|
|
77
79
|
tsup: "^8.5.0",
|
|
78
80
|
typescript: "^5.8.3",
|
|
79
81
|
"typescript-eslint": "^8.34.1",
|
|
80
|
-
vitest: "^3.2.
|
|
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.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/charlyoleg2/parame76.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://
|
|
11
|
-
"author": "
|
|
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":
|
|
25
|
+
"bin": {
|
|
26
|
+
"desi76-cli": "dist/desi76-cli.js"
|
|
27
|
+
},
|
|
26
28
|
"files": [
|
|
27
29
|
"dist/",
|
|
28
30
|
"!dist/**/*.d.ts",
|