@wix/create-new 0.0.35 → 0.0.37
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/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -83665,7 +83665,7 @@ var useCreateProject = (businessId) => {
|
|
|
83665
83665
|
const { createOAuthApp: createOAuthApp2, updateOAuthApp: updateOAuthApp2, getAppSecret } = useDevCenterClient({
|
|
83666
83666
|
siteId: businessId
|
|
83667
83667
|
});
|
|
83668
|
-
const { getInstalledAppInstanceId, getMetaSiteUrl } = useMetasiteManagerClient();
|
|
83668
|
+
const { getInstalledAppInstanceId, getMetaSiteUrl } = useMetasiteManagerClient({ siteId: businessId });
|
|
83669
83669
|
const { createAppProject: createAppProject2, upsertAppEnvironment: upsertAppEnvironment2 } = useBackendAsAServiceClient();
|
|
83670
83670
|
return useAsyncCallback3(
|
|
83671
83671
|
async (_2, {
|
|
@@ -95166,7 +95166,7 @@ import { randomUUID as randomUUID2 } from "node:crypto";
|
|
|
95166
95166
|
var package_default = {
|
|
95167
95167
|
name: "@wix/create-new",
|
|
95168
95168
|
description: "General entry point for creating Wix projects",
|
|
95169
|
-
version: "0.0.
|
|
95169
|
+
version: "0.0.37",
|
|
95170
95170
|
bin: "bin/index.cjs",
|
|
95171
95171
|
devDependencies: {
|
|
95172
95172
|
"@commander-js/extra-typings": "^13.0.0",
|