create-ce-app
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -27,3 +27,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}); | ||
yield axios.post(`${dc3BaseUrl}/${data.appId}/pricingModel?locale="en"`, { | ||
yield axios.post(`${dc3BaseUrl}/${data.appId}/pricingModel?locale=en`, { | ||
pricingModel: "FREE", | ||
@@ -30,0 +30,0 @@ }, { |
{ | ||
"name": "create-ce-app", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "My New Project description.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -22,3 +22,3 @@ import axios from 'axios'; | ||
await axios.post<{ appId: string }>(`${dc3BaseUrl}/${data.appId}/pricingModel?locale="en"`, | ||
await axios.post<{ appId: string }>(`${dc3BaseUrl}/${data.appId}/pricingModel?locale=en`, | ||
{ | ||
@@ -25,0 +25,0 @@ pricingModel: "FREE", |
39610