@forge/cli-shared 8.21.0-next.0 → 8.21.1-next.0
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 +16 -0
- package/out/apps/template.js +1 -1
- package/out/graphql/graphql-types.d.ts +2550 -135
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +236 -51
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.21.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 372861e: Migrated Forge Templates from Micro Static Apps to Bifrost services
|
|
8
|
+
- Updated dependencies [a99c9f1]
|
|
9
|
+
- Updated dependencies [56e38e9]
|
|
10
|
+
- Updated dependencies [aed9912]
|
|
11
|
+
- @forge/manifest@12.7.0-next.0
|
|
12
|
+
|
|
13
|
+
## 8.21.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- 7f9ae91: Added variable prompting and structure skeleton for forge module add
|
|
18
|
+
|
|
3
19
|
## 8.21.0-next.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/out/apps/template.js
CHANGED
|
@@ -10,7 +10,7 @@ const tmp_1 = tslib_1.__importDefault(require("tmp"));
|
|
|
10
10
|
const url_1 = require("url");
|
|
11
11
|
const error_handling_1 = require("../shared/error-handling");
|
|
12
12
|
const ui_1 = require("../ui");
|
|
13
|
-
const TEMPLATE_SERVICE_URL = 'https://forge-templates
|
|
13
|
+
const TEMPLATE_SERVICE_URL = 'https://forge-templates-bifrost.prod-east.frontend.public.atl-paas.net/assets/';
|
|
14
14
|
const TEMPLATE_MAP = 'templates.json';
|
|
15
15
|
class NoTemplateError extends error_handling_1.UserError {
|
|
16
16
|
constructor(template) {
|