@orval/core 8.8.0 → 8.9.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orval/core",
3
- "version": "8.8.0",
3
+ "version": "8.9.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  "nuke": "rimraf .turbo dist node_modules"
36
36
  },
37
37
  "dependencies": {
38
- "@scalar/openapi-types": "0.6.1",
38
+ "@scalar/openapi-types": "0.8.0",
39
39
  "acorn": "^8.15.0",
40
40
  "compare-versions": "^6.1.1",
41
41
  "debug": "^4.4.3",
@@ -54,7 +54,7 @@
54
54
  "@types/fs-extra": "^11.0.4",
55
55
  "eslint": "10.1.0",
56
56
  "rimraf": "6.1.2",
57
- "tsdown": "0.20.3",
57
+ "tsdown": "0.21.9",
58
58
  "typescript": "5.9.3",
59
59
  "vitest": "4.0.18"
60
60
  },
@@ -1,20 +0,0 @@
1
- import { createRequire } from "node:module";
2
-
3
- //#region \0rolldown/runtime.js
4
- var __defProp = Object.defineProperty;
5
- var __exportAll = (all, no_symbols) => {
6
- let target = {};
7
- for (var name in all) {
8
- __defProp(target, name, {
9
- get: all[name],
10
- enumerable: true
11
- });
12
- }
13
- if (!no_symbols) {
14
- __defProp(target, Symbol.toStringTag, { value: "Module" });
15
- }
16
- return target;
17
- };
18
-
19
- //#endregion
20
- export { __exportAll as t };