@magnolia/cli-jumpstart-plugin 1.0.0 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.1 (2024-10-15)
4
+ * use @5 version of @magnolia/cli ([MGNLCLI-302](https://magnolia-cms.atlassian.net/browse/MGNLCLI-302))
5
+
3
6
  ## 1.0.0 (2024-10-14)
4
- * introduce `@magnolia/cli-create-block-plugin` package
7
+ * introduce `@magnolia/cli-jumpstart-plugin` package
@@ -129,7 +129,7 @@ export const initializeNodeProject = () => __awaiter(void 0, void 0, void 0, fun
129
129
  yield handleMGNLConfigFile();
130
130
  });
131
131
  export const installCLI = () => __awaiter(void 0, void 0, void 0, function* () {
132
- return yield installPackage(determinePackageManager(), "@magnolia/cli@preview", "mgnl-cli");
132
+ return yield installPackage(determinePackageManager(), "@magnolia/cli@5", "mgnl-cli");
133
133
  });
134
134
  export const installPackage = (packageManager, packageReference, packageName) => __awaiter(void 0, void 0, void 0, function* () {
135
135
  if (!packageName) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magnolia/cli-jumpstart-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A plugin for Magnolia CLI to download and set up a new headless or freemarker-based project with Magnolia webapp",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magnolia/cli-jumpstart-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A plugin for Magnolia CLI to download and set up a new headless or freemarker-based project with Magnolia webapp",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {