kubb 3.0.70 → 3.0.72

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": "kubb",
3
- "version": "3.0.70",
3
+ "version": "3.0.72",
4
4
  "description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -32,15 +32,15 @@
32
32
  "!/**/__tests__/**"
33
33
  ],
34
34
  "dependencies": {
35
- "@kubb/cli": "3.10.5",
36
- "@kubb/core": "3.10.5"
35
+ "@kubb/cli": "3.10.7",
36
+ "@kubb/core": "3.10.7"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/node": "^20.17.32",
39
+ "@types/node": "^20.17.43",
40
40
  "tsup": "^8.4.0",
41
41
  "typescript": "^5.8.3",
42
- "@kubb/config-ts": "3.10.5",
43
- "@kubb/config-tsup": "3.10.5"
42
+ "@kubb/config-ts": "3.10.7",
43
+ "@kubb/config-tsup": "3.10.7"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20"
package/dist/index.cjs DELETED
@@ -1,14 +0,0 @@
1
- 'use strict';
2
-
3
- var core = require('@kubb/core');
4
-
5
-
6
-
7
- Object.keys(core).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
- enumerable: true,
10
- get: function () { return core[k]; }
11
- });
12
- });
13
- //# sourceMappingURL=index.cjs.map
14
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
package/dist/index.d.cts DELETED
@@ -1 +0,0 @@
1
- export * from '@kubb/core';
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@kubb/core';
package/dist/index.js DELETED
@@ -1,3 +0,0 @@
1
- export * from '@kubb/core';
2
- //# sourceMappingURL=index.js.map
3
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}