@wix/create-headless-site 0.0.7 → 0.0.8
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/{build-LO6DVUZE.js → build-6IMWAXMA.js} +3 -3
- package/build/{chunk-PYIAC2GK.js → chunk-4EFJZ3GQ.js} +3 -3
- package/build/chunk-4EFJZ3GQ.js.map +1 -0
- package/build/{chunk-XMTHMR2B.js → chunk-C4SUTB4O.js} +2 -2
- package/build/{chunk-XMTHMR2B.js.map → chunk-C4SUTB4O.js.map} +1 -1
- package/build/{chunk-YU54OBFT.js → chunk-Z4MHKCET.js} +2 -2
- package/build/{devtools-JB2HYTEA.js → devtools-ZMIKPDMD.js} +2 -2
- package/build/{esm-CPSMWZLI.js → esm-KPR2HWDF.js} +4 -4
- package/build/{esm-CPSMWZLI.js.map → esm-KPR2HWDF.js.map} +1 -1
- package/build/index.js +408 -108
- package/build/index.js.map +1 -1
- package/package.json +4 -4
- package/build/chunk-PYIAC2GK.js.map +0 -1
- /package/build/{build-LO6DVUZE.js.map → build-6IMWAXMA.js.map} +0 -0
- /package/build/{chunk-YU54OBFT.js.map → chunk-Z4MHKCET.js.map} +0 -0
- /package/build/{devtools-JB2HYTEA.js.map → devtools-ZMIKPDMD.js.map} +0 -0
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
__esm,
|
|
5
5
|
__export,
|
|
6
6
|
init_esm_shims
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4EFJZ3GQ.js";
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/@opentelemetry/api/build/esm/platform/node/globalThis.js
|
|
10
10
|
var _globalThis;
|
|
@@ -3448,4 +3448,4 @@ export {
|
|
|
3448
3448
|
esm_exports2,
|
|
3449
3449
|
init_esm2
|
|
3450
3450
|
};
|
|
3451
|
-
//# sourceMappingURL=chunk-
|
|
3451
|
+
//# sourceMappingURL=chunk-Z4MHKCET.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
__require,
|
|
6
6
|
__toESM,
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-4EFJZ3GQ.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-ZMIKPDMD.js.map
|
|
@@ -165,10 +165,10 @@ import {
|
|
|
165
165
|
withIsolationScope,
|
|
166
166
|
withScope,
|
|
167
167
|
zodErrorsIntegration
|
|
168
|
-
} from "./chunk-
|
|
168
|
+
} from "./chunk-C4SUTB4O.js";
|
|
169
169
|
import {
|
|
170
170
|
init_esm_shims
|
|
171
|
-
} from "./chunk-
|
|
171
|
+
} from "./chunk-4EFJZ3GQ.js";
|
|
172
172
|
|
|
173
173
|
// ../../node_modules/@sentry/browser/build/npm/esm/index.js
|
|
174
174
|
init_esm_shims();
|
|
@@ -14474,7 +14474,7 @@ if (isUserAgentData(userAgentData)) {
|
|
|
14474
14474
|
const firstUa = ua.fullVersionList[ua.fullVersionList.length - 1];
|
|
14475
14475
|
OS_BROWSER = `${firstUa.brand} ${firstUa.version}`;
|
|
14476
14476
|
}
|
|
14477
|
-
}).catch((e3) => void
|
|
14477
|
+
}).catch((e3) => void e3);
|
|
14478
14478
|
}
|
|
14479
14479
|
function isProcessedJSSelfProfile(profile) {
|
|
14480
14480
|
return !("thread_metadata" in profile);
|
|
@@ -15065,4 +15065,4 @@ export {
|
|
|
15065
15065
|
withScope,
|
|
15066
15066
|
zodErrorsIntegration
|
|
15067
15067
|
};
|
|
15068
|
-
//# sourceMappingURL=esm-
|
|
15068
|
+
//# sourceMappingURL=esm-KPR2HWDF.js.map
|