kubb 3.0.0-alpha.10 → 3.0.0-alpha.11

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/dist/index.cjs CHANGED
@@ -1,3 +1,14 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/index.ts
2
- var _core = require('@kubb/core'); _createStarExport(_core);
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
3
14
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/kubb/kubb/packages/kubb/dist/index.cjs","../src/index.ts"],"names":[],"mappings":"AAAA;ACAA,4DAAc","file":"/home/runner/work/kubb/kubb/packages/kubb/dist/index.cjs","sourcesContent":[null,"export * from '@kubb/core'\n"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- // src/index.ts
2
- export * from "@kubb/core";
1
+ export * from '@kubb/core';
2
+ //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@kubb/core'\n"],"mappings":";AAAA,cAAc;","names":[]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "3.0.0-alpha.10",
3
+ "version": "3.0.0-alpha.11",
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.0.0-alpha.10",
36
- "@kubb/core": "3.0.0-alpha.10"
35
+ "@kubb/cli": "3.0.0-alpha.11",
36
+ "@kubb/core": "3.0.0-alpha.11"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^20.16.2",
40
40
  "tsup": "^8.2.4",
41
41
  "typescript": "^5.5.4",
42
- "@kubb/config-ts": "3.0.0-alpha.10",
43
- "@kubb/config-tsup": "3.0.0-alpha.10"
42
+ "@kubb/config-ts": "3.0.0-alpha.11",
43
+ "@kubb/config-tsup": "3.0.0-alpha.11"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20"