kubb 1.11.0-canary.20231011T142202 → 1.11.0-canary.20231011T165648
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 +6 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
var core = require('@kubb/core');
|
|
4
4
|
|
|
5
|
-
var kubb = require('@kubb/core');
|
|
6
5
|
|
|
7
|
-
// src/index.ts
|
|
8
|
-
var src_default = kubb__namespace.default;
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
Object.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
});
|
|
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
|
+
});
|
|
16
12
|
});
|
|
17
13
|
//# sourceMappingURL=out.js.map
|
|
18
14
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";AAAA,cAAc","sourcesContent":["export * from '@kubb/core'\n"]}
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { createRequire } from 'module';
|
|
2
|
-
import kubb__default from '@kubb/core';
|
|
3
2
|
export * from '@kubb/core';
|
|
4
3
|
|
|
5
4
|
createRequire(import.meta.url);
|
|
6
|
-
var src_default = kubb__default;
|
|
7
|
-
|
|
8
|
-
export { src_default as default };
|
|
9
5
|
//# sourceMappingURL=out.js.map
|
|
10
6
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,cAAc","sourcesContent":["export * from '@kubb/core'\n"]}
|