kubb 3.0.162 → 3.0.164

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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -1,9 +1,9 @@
1
1
 
2
2
 
3
- var __kubb_core = require("@kubb/core");
4
- Object.keys(__kubb_core).forEach(function (k) {
3
+ var _kubb_core = require("@kubb/core");
4
+ Object.keys(_kubb_core).forEach(function (k) {
5
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
6
  enumerable: true,
7
- get: function () { return __kubb_core[k]; }
7
+ get: function () { return _kubb_core[k]; }
8
8
  });
9
9
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "3.0.162",
3
+ "version": "3.0.164",
4
4
  "description": "Transform OpenAPI specifications into TypeScript, React-Query, Zod, Faker.js, MSW and more with a plugin-based code generation tool.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -39,8 +39,8 @@
39
39
  "!/**/__tests__/**"
40
40
  ],
41
41
  "dependencies": {
42
- "@kubb/cli": "4.12.2",
43
- "@kubb/core": "4.12.2"
42
+ "@kubb/cli": "4.12.4",
43
+ "@kubb/core": "4.12.4"
44
44
  },
45
45
  "devDependencies": {},
46
46
  "engines": {