@salesforce/storefront-next-dev 0.1.1-alpha.0 → 0.1.1

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/cli.js CHANGED
@@ -34,7 +34,7 @@ import prompts from "prompts";
34
34
  import { z } from "zod";
35
35
 
36
36
  //#region package.json
37
- var version = "0.1.1-alpha.0";
37
+ var version = "0.1.1";
38
38
 
39
39
  //#endregion
40
40
  //#region src/utils/logger.ts
package/dist/index.js CHANGED
@@ -1067,7 +1067,7 @@ function storefrontNextPlugins(config = {}) {
1067
1067
 
1068
1068
  //#endregion
1069
1069
  //#region package.json
1070
- var version = "0.1.1-alpha.0";
1070
+ var version = "0.1.1";
1071
1071
 
1072
1072
  //#endregion
1073
1073
  //#region src/utils/logger.ts