@kubb/core 0.37.11 → 0.37.12
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.global.js +3 -2
- package/dist/index.global.js.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
(function (exports) {
|
|
1
|
+
(function (exports, module) {
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
+
const require = module.createRequire((document.currentScript && document.currentScript.src || new URL('out.js', document.baseURI).href));
|
|
4
5
|
var __create = Object.create;
|
|
5
6
|
var __defProp = Object.defineProperty;
|
|
6
7
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -8056,6 +8057,6 @@ ${file.source}`
|
|
|
8056
8057
|
|
|
8057
8058
|
return exports;
|
|
8058
8059
|
|
|
8059
|
-
})({});
|
|
8060
|
+
})({}, module);
|
|
8060
8061
|
//# sourceMappingURL=out.js.map
|
|
8061
8062
|
//# sourceMappingURL=index.global.js.map
|