@odoograph/cli 0.1.1 → 0.1.10
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/index.js +0 -0
- package/package.json +6 -5
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odoograph/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "CLI for Odoo module analysis - linting, gap detection, and workspace graph building",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -9,11 +9,13 @@
|
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/solutionsunity/odoo-graph",
|
|
13
|
+
"directory": "cli"
|
|
13
14
|
},
|
|
14
15
|
"homepage": "https://odoograph.com",
|
|
15
16
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/odoograph/
|
|
17
|
+
"url": "https://github.com/odoograph/odoograph/issues",
|
|
18
|
+
"email": "support@solutionsunity.com"
|
|
17
19
|
},
|
|
18
20
|
"scripts": {
|
|
19
21
|
"build": "tsc",
|
|
@@ -30,7 +32,7 @@
|
|
|
30
32
|
"cli",
|
|
31
33
|
"static-analysis"
|
|
32
34
|
],
|
|
33
|
-
"author": "Solutions Unity
|
|
35
|
+
"author": "Solutions Unity <support@solutionsunity.com> (https://solutionsunity.com)",
|
|
34
36
|
"license": "SEE LICENSE IN LICENSE",
|
|
35
37
|
"dependencies": {
|
|
36
38
|
"commander": "^12.1.0",
|
|
@@ -49,4 +51,3 @@
|
|
|
49
51
|
"dist"
|
|
50
52
|
]
|
|
51
53
|
}
|
|
52
|
-
|