@depup/openapi-typescript 7.13.0-depup.62 → 7.13.0-depup.64

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 CHANGED
@@ -14,15 +14,16 @@ npm install @depup/openapi-typescript
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [openapi-typescript](https://www.npmjs.com/package/openapi-typescript) @ 7.13.0 |
17
- | Processed | 2026-07-21 |
17
+ | Processed | 2026-07-27 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 2 |
19
+ | Deps updated | 3 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @redocly/openapi-core | ^1.34.6 | ^2.40.0 |
25
+ | @redocly/openapi-core | ^1.34.6 | ^2.41.0 |
26
+ | supports-color | ^10.2.2 | ^11.0.0 |
26
27
  | yargs-parser | ^21.1.1 | ^22.0.0 |
27
28
 
28
29
  ---
package/changes.json CHANGED
@@ -2,13 +2,17 @@
2
2
  "bumped": {
3
3
  "@redocly/openapi-core": {
4
4
  "from": "^1.34.6",
5
- "to": "^2.40.0"
5
+ "to": "^2.41.0"
6
+ },
7
+ "supports-color": {
8
+ "from": "^10.2.2",
9
+ "to": "^11.0.0"
6
10
  },
7
11
  "yargs-parser": {
8
12
  "from": "^21.1.1",
9
13
  "to": "^22.0.0"
10
14
  }
11
15
  },
12
- "timestamp": "2026-07-21T17:26:56.024Z",
13
- "totalUpdated": 2
16
+ "timestamp": "2026-07-27T16:45:59.273Z",
17
+ "totalUpdated": 3
14
18
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/openapi-typescript",
3
3
  "description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript (with updated dependencies)",
4
- "version": "7.13.0-depup.62",
4
+ "version": "7.13.0-depup.64",
5
5
  "author": {
6
6
  "name": "Drew Powers",
7
7
  "email": "drew@pow.rs"
@@ -51,11 +51,11 @@
51
51
  "typescript": "^5.x"
52
52
  },
53
53
  "dependencies": {
54
- "@redocly/openapi-core": "^2.40.0",
54
+ "@redocly/openapi-core": "^2.41.0",
55
55
  "ansi-colors": "^4.1.3",
56
56
  "change-case": "^5.4.4",
57
57
  "parse-json": "^8.3.0",
58
- "supports-color": "^10.2.2",
58
+ "supports-color": "^11.0.0",
59
59
  "yargs-parser": "^22.0.0"
60
60
  },
61
61
  "devDependencies": {
@@ -86,17 +86,21 @@
86
86
  "changes": {
87
87
  "@redocly/openapi-core": {
88
88
  "from": "^1.34.6",
89
- "to": "^2.40.0"
89
+ "to": "^2.41.0"
90
+ },
91
+ "supports-color": {
92
+ "from": "^10.2.2",
93
+ "to": "^11.0.0"
90
94
  },
91
95
  "yargs-parser": {
92
96
  "from": "^21.1.1",
93
97
  "to": "^22.0.0"
94
98
  }
95
99
  },
96
- "depsUpdated": 2,
100
+ "depsUpdated": 3,
97
101
  "originalPackage": "openapi-typescript",
98
102
  "originalVersion": "7.13.0",
99
- "processedAt": "2026-07-21T17:27:03.538Z",
103
+ "processedAt": "2026-07-27T16:46:03.577Z",
100
104
  "smokeTest": "failed"
101
105
  }
102
106
  }