npm package diff
Package: @forge/cli-shared
Versions: 8.0.1-next.3-experimental-31b2779 - 8.0.1-next.4
File: package/out/apps/template.js
Index: package/out/apps/template.js
===================================================================
--- package/out/apps/template.js
+++ package/out/apps/template.js
@@ -9,9 +9,9 @@
const tmp_1 = tslib_1.__importDefault(require("tmp"));
const url_1 = require("url");
const error_handling_1 = require("../shared/error-handling");
const ui_1 = require("../ui");
-const TEMPLATE_SERVICE_URL = 'https://forge-templates.ap-southeast-2.dev.public.atl-paas.net';
+const TEMPLATE_SERVICE_URL = 'https://forge-templates.us-west-2.prod.public.atl-paas.net/';
const TEMPLATE_MAP = 'templates.json';
class NoTemplateError extends error_handling_1.UserError {
constructor(template) {
super(ui_1.Text.create.error.template.notFound(template));