@pagopa/opex-dashboard 0.2.5 → 0.2.7
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/bin/index.js +1 -1
- package/config.schema.json +1 -1
- package/package.json +6 -6
package/bin/index.js
CHANGED
|
@@ -1482,5 +1482,5 @@ async function generateHandler(options) {
|
|
|
1482
1482
|
// src/cli/index.ts
|
|
1483
1483
|
var program = new Command2();
|
|
1484
1484
|
program.name("opex_dashboard").description("Generate operational dashboards from OpenAPI 3 specifications");
|
|
1485
|
-
program.addCommand(createGenerateCommand()).version("0.2.
|
|
1485
|
+
program.addCommand(createGenerateCommand()).version("0.2.7");
|
|
1486
1486
|
program.parse(process.argv);
|
package/config.schema.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
4
|
"description": "Configuration schema for generating operational dashboards from OpenAPI specifications",
|
|
5
5
|
"title": "OpEx Dashboard Configuration",
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.7",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"action_groups": {
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "git+https://github.com/pagopa/dx.git",
|
|
6
6
|
"directory": "apps/opex-dashboard"
|
|
7
7
|
},
|
|
8
|
-
"version": "0.2.
|
|
8
|
+
"version": "0.2.7",
|
|
9
9
|
"description": "Generate operational dashboards from OpenAPI specifications",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"bin": {
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
"commander": "^14.0.3",
|
|
35
35
|
"js-yaml": "^4.1.1",
|
|
36
36
|
"tmp": "^0.2.5",
|
|
37
|
-
"zod": "^4.
|
|
37
|
+
"zod": "^4.4.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@tsconfig/node24": "24.0.4",
|
|
41
41
|
"@types/js-yaml": "^4.0.9",
|
|
42
|
-
"@types/node": "^22.19.
|
|
42
|
+
"@types/node": "^22.19.17",
|
|
43
43
|
"@types/tmp": "^0.2.6",
|
|
44
44
|
"@vitest/coverage-v8": "^3.2.4",
|
|
45
|
-
"eslint": "^10.
|
|
46
|
-
"prettier": "3.8.
|
|
45
|
+
"eslint": "^10.3.0",
|
|
46
|
+
"prettier": "3.8.3",
|
|
47
47
|
"tsup": "^8.5.1",
|
|
48
48
|
"tsx": "^4.21.0",
|
|
49
49
|
"typescript": "~5.9.3",
|
|
50
50
|
"vitest": "^3.2.4",
|
|
51
|
-
"@pagopa/eslint-config": "^6.0.
|
|
51
|
+
"@pagopa/eslint-config": "^6.0.4"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=22.0.0"
|