@wix/create-headless-site 0.0.44 → 0.0.45
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/build/{chunk-4EFJZ3GQ.js → chunk-OHFUBPSL.js} +1 -11
- package/build/{chunk-4EFJZ3GQ.js.map → chunk-OHFUBPSL.js.map} +1 -1
- package/build/{devtools-ZMIKPDMD.js → devtools-N3D37JSY.js} +2 -2
- package/build/index.js +10907 -109184
- package/build/index.js.map +1 -1
- package/package.json +6 -44
- package/build/build-6IMWAXMA.js +0 -182
- package/build/build-6IMWAXMA.js.map +0 -1
- package/build/chunk-C4SUTB4O.js +0 -8289
- package/build/chunk-C4SUTB4O.js.map +0 -1
- package/build/chunk-Z4MHKCET.js +0 -3451
- package/build/chunk-Z4MHKCET.js.map +0 -1
- package/build/esm-KPR2HWDF.js +0 -15068
- package/build/esm-KPR2HWDF.js.map +0 -1
- /package/build/{devtools-ZMIKPDMD.js.map → devtools-N3D37JSY.js.map} +0 -0
|
@@ -38,29 +38,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
38
38
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
39
39
|
mod
|
|
40
40
|
));
|
|
41
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
42
41
|
|
|
43
42
|
// ../../node_modules/tsup/assets/esm_shims.js
|
|
44
|
-
import path from "node:path";
|
|
45
|
-
import { fileURLToPath } from "node:url";
|
|
46
|
-
var getFilename, getDirname, __dirname;
|
|
47
43
|
var init_esm_shims = __esm({
|
|
48
44
|
"../../node_modules/tsup/assets/esm_shims.js"() {
|
|
49
45
|
"use strict";
|
|
50
|
-
getFilename = () => fileURLToPath(import.meta.url);
|
|
51
|
-
getDirname = () => path.dirname(getFilename());
|
|
52
|
-
__dirname = /* @__PURE__ */ getDirname();
|
|
53
46
|
}
|
|
54
47
|
});
|
|
55
48
|
|
|
56
49
|
export {
|
|
57
50
|
__require,
|
|
58
|
-
__esm,
|
|
59
51
|
__commonJS,
|
|
60
52
|
__export,
|
|
61
53
|
__toESM,
|
|
62
|
-
__toCommonJS,
|
|
63
|
-
__dirname,
|
|
64
54
|
init_esm_shims
|
|
65
55
|
};
|
|
66
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-OHFUBPSL.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../node_modules/tsup/assets/esm_shims.js"],"sourcesContent":["// Shim globals in esm bundle\nimport path from 'node:path'\nimport { fileURLToPath } from 'node:url'\n\nconst getFilename = () => fileURLToPath(import.meta.url)\nconst getDirname = () => path.dirname(getFilename())\n\nexport const __dirname = /* @__PURE__ */ getDirname()\nexport const __filename = /* @__PURE__ */ getFilename()\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../node_modules/tsup/assets/esm_shims.js"],"sourcesContent":["// Shim globals in esm bundle\nimport path from 'node:path'\nimport { fileURLToPath } from 'node:url'\n\nconst getFilename = () => fileURLToPath(import.meta.url)\nconst getDirname = () => path.dirname(getFilename())\n\nexport const __dirname = /* @__PURE__ */ getDirname()\nexport const __filename = /* @__PURE__ */ getFilename()\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;","names":[]}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
__require,
|
|
6
6
|
__toESM,
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-OHFUBPSL.js";
|
|
9
9
|
|
|
10
10
|
// ../../node_modules/ws/lib/constants.js
|
|
11
11
|
var require_constants = __commonJS({
|
|
@@ -3700,4 +3700,4 @@ customGlobal.window.__REACT_DEVTOOLS_COMPONENT_FILTERS__ = [
|
|
|
3700
3700
|
// ../../node_modules/ink/build/devtools.js
|
|
3701
3701
|
import devtools from "react-devtools-core";
|
|
3702
3702
|
devtools.connectToDevTools();
|
|
3703
|
-
//# sourceMappingURL=devtools-
|
|
3703
|
+
//# sourceMappingURL=devtools-N3D37JSY.js.map
|