@wpmoo/odoo 0.8.41 → 0.8.43
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 +7 -6
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
[](https://github.com/wpmoo-org/wpmoo-odoo/actions/workflows/ci.yml)
|
|
7
|
+
[](https://github.com/wpmoo-org/wpmoo-odoo)
|
|
8
|
+
[](https://www.npmjs.com/package/@wpmoo/odoo)
|
|
9
|
+
[](https://coveralls.io/github/wpmoo-org/wpmoo-odoo?branch=main)
|
|
10
|
+
[](LICENSE)
|
|
11
|
+
[](https://www.buymeacoffee.com/cangir)
|
|
11
12
|
|
|
12
13
|
WPMoo Odoo lifecycle tooling for development, staging, and production workflows.
|
|
13
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wpmoo/odoo",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.43",
|
|
4
4
|
"description": "WPMoo Odoo lifecycle tooling for development, staging, and production workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"release:check": "bash scripts/release-check.sh",
|
|
41
41
|
"smoke:published": "bash scripts/smoke-published.sh",
|
|
42
42
|
"test": "vitest run",
|
|
43
|
+
"test:coverage": "vitest run --coverage",
|
|
43
44
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
44
45
|
},
|
|
45
46
|
"dependencies": {
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@types/node": "^24.0.0",
|
|
52
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
51
53
|
"typescript": "^5.8.0",
|
|
52
54
|
"vitest": "^3.0.0"
|
|
53
55
|
},
|