@wix/create-new 0.0.76 → 0.0.77
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
|
@@ -91938,7 +91938,7 @@ var LinkCommand = ({
|
|
|
91938
91938
|
onDone: ({ businessId: businessId2 }) => setBusinessId(businessId2)
|
|
91939
91939
|
}
|
|
91940
91940
|
)),
|
|
91941
|
-
businessName && businessId && /* @__PURE__ */ import_react144.default.createElement(
|
|
91941
|
+
businessName && businessId && /* @__PURE__ */ import_react144.default.createElement(SiteAuthProvider, { siteId: businessId }, /* @__PURE__ */ import_react144.default.createElement(
|
|
91942
91942
|
CreateProject,
|
|
91943
91943
|
{
|
|
91944
91944
|
businessId,
|
|
@@ -94188,7 +94188,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
94188
94188
|
var package_default = {
|
|
94189
94189
|
name: "@wix/create-new",
|
|
94190
94190
|
description: "General entry point for creating Wix projects",
|
|
94191
|
-
version: "0.0.
|
|
94191
|
+
version: "0.0.77",
|
|
94192
94192
|
bin: "bin/index.cjs",
|
|
94193
94193
|
devDependencies: {
|
|
94194
94194
|
"@commander-js/extra-typings": "^13.0.0",
|