Skip to content

Commit ab83339

Browse files
author
Netraj Patel
committed
Used latest boilerplate code pull strategy
1 parent f7a0e9e commit ab83339

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/contentstack-apps-cli",
@@ -17,8 +17,8 @@
1717
"/oclif.manifest.json"
1818
],
1919
"dependencies": {
20-
"@contentstack/cli-command": "~1.2.16",
21-
"@contentstack/cli-utilities": "~1.5.9",
20+
"@contentstack/cli-command": "~1.2.17",
21+
"@contentstack/cli-utilities": "~1.5.10",
2222
"adm-zip": "^0.5.10",
2323
"chalk": "^4.1.2",
2424
"lodash": "^4.17.21",

src/config/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { resolve } from "path";
33
const config = {
44
defaultAppName: "app-boilerplate",
55
manifestPath: resolve(__dirname, "manifest.json"),
6-
boilerplateName: "marketplace-app-boilerplate-1.2.3",
6+
boilerplateName: "marketplace-app-boilerplate-main",
77
developerHubBaseUrl: "",
88
developerHubUrls: {
99
// NOTE CDA url used as developer-hub url mapper to avoid conflict if user used any custom name
@@ -16,7 +16,7 @@ const config = {
1616
"https://stag-api.csnonprod.com": "stag-developerhub-api.csnonprod.com",
1717
},
1818
appBoilerplateGithubUrl:
19-
"https://github.com/contentstack/marketplace-app-boilerplate/archive/refs/tags/1.2.3.zip",
19+
"https://codeload.github.com/contentstack/marketplace-app-boilerplate/zip/refs/heads/main",
2020
defaultAppFileName: "manifest",
2121
};
2222

0 commit comments

Comments
 (0)