@depup/openapi-typescript 7.13.0-depup.68 → 7.13.0-depup.69

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,7 +14,7 @@ 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-08-07 |
17
+ | Processed | 2026-08-21 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 3 |
20
20
 
@@ -22,7 +22,7 @@ npm install @depup/openapi-typescript
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @redocly/openapi-core | ^1.34.6 | ^2.46.0 |
25
+ | @redocly/openapi-core | ^1.34.6 | ^2.47.0 |
26
26
  | supports-color | ^10.2.2 | ^11.0.0 |
27
27
  | yargs-parser | ^21.1.1 | ^22.0.0 |
28
28
 
package/changes.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "bumped": {
3
3
  "@redocly/openapi-core": {
4
4
  "from": "^1.34.6",
5
- "to": "^2.46.0"
5
+ "to": "^2.47.0"
6
6
  },
7
7
  "supports-color": {
8
8
  "from": "^10.2.2",
@@ -13,6 +13,6 @@
13
13
  "to": "^22.0.0"
14
14
  }
15
15
  },
16
- "timestamp": "2026-08-07T16:20:35.308Z",
16
+ "timestamp": "2026-08-21T16:08:51.267Z",
17
17
  "totalUpdated": 3
18
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.68",
4
+ "version": "7.13.0-depup.69",
5
5
  "author": {
6
6
  "name": "Drew Powers",
7
7
  "email": "drew@pow.rs"
@@ -51,7 +51,7 @@
51
51
  "typescript": "^5.x"
52
52
  },
53
53
  "dependencies": {
54
- "@redocly/openapi-core": "^2.46.0",
54
+ "@redocly/openapi-core": "^2.47.0",
55
55
  "ansi-colors": "^4.1.3",
56
56
  "change-case": "^5.4.4",
57
57
  "parse-json": "^8.3.0",
@@ -86,7 +86,7 @@
86
86
  "changes": {
87
87
  "@redocly/openapi-core": {
88
88
  "from": "^1.34.6",
89
- "to": "^2.46.0"
89
+ "to": "^2.47.0"
90
90
  },
91
91
  "supports-color": {
92
92
  "from": "^10.2.2",
@@ -100,7 +100,7 @@
100
100
  "depsUpdated": 3,
101
101
  "originalPackage": "openapi-typescript",
102
102
  "originalVersion": "7.13.0",
103
- "processedAt": "2026-08-07T16:20:39.447Z",
103
+ "processedAt": "2026-08-21T16:09:00.249Z",
104
104
  "smokeTest": "failed"
105
105
  }
106
106
  }