@pagopa/opex-dashboard 0.2.0 → 0.2.1

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 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.0");
1485
+ program.addCommand(createGenerateCommand()).version("0.2.1");
1486
1486
  program.parse(process.argv);
@@ -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.0",
6
+ "version": "0.2.1",
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.0",
8
+ "version": "0.2.1",
9
9
  "description": "Generate operational dashboards from OpenAPI specifications",
10
10
  "main": "dist/index.js",
11
11
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "zod": "^4.1.13"
38
38
  },
39
39
  "devDependencies": {
40
- "@tsconfig/node22": "22.0.2",
40
+ "@tsconfig/node24": "24.0.0",
41
41
  "@types/js-yaml": "^4.0.9",
42
42
  "@types/node": "^22.19.1",
43
43
  "@types/tmp": "^0.2.6",