@forge/cli-shared 6.11.0-next.8 → 6.11.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 +111 -0
- package/out/graphql/app-environment-graphql-client.d.ts +1 -0
- package/out/graphql/app-environment-graphql-client.d.ts.map +1 -1
- package/out/graphql/graphql-types.d.ts +1353 -39
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +112 -26
- package/out/shared/error-handling.d.ts +3 -0
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +7 -1
- package/out/ui/text.d.ts +17 -9
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +34 -26
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,116 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d86ca2b: Migrate runtime deprecation check from @forge/manifest to @forge/cli
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 6444f47: added new build command
|
|
12
|
+
- 58c3f72: Minor text improvements
|
|
13
|
+
- 6db64a3: Improve build tag validation
|
|
14
|
+
- 9a2ca12: Added new callout for buildsByApp
|
|
15
|
+
- 0081dd2: Fixed warning message
|
|
16
|
+
- c79bd9a: Add support for comparing 2 different environments in forge version CLI command
|
|
17
|
+
- 2a30889: Remove environment flag for build command
|
|
18
|
+
- f6ec33c: added createdby column in buildlist
|
|
19
|
+
- e746b9d: Add preview message to forge build command
|
|
20
|
+
- ddbe1f9: make environmentKey optional for build
|
|
21
|
+
- 984c454: Forcing patch bump to update internal registry
|
|
22
|
+
- 9e66565: update deploy with build message and fix build tag validation
|
|
23
|
+
- Updated dependencies [d86ca2b]
|
|
24
|
+
- Updated dependencies [a56ca61]
|
|
25
|
+
- Updated dependencies [8bd52d6]
|
|
26
|
+
- Updated dependencies [43832a8]
|
|
27
|
+
- Updated dependencies [984c454]
|
|
28
|
+
- Updated dependencies [743bbdc]
|
|
29
|
+
- Updated dependencies [a6128e0]
|
|
30
|
+
- Updated dependencies [065b6a2]
|
|
31
|
+
- Updated dependencies [a891abf]
|
|
32
|
+
- Updated dependencies [290af69]
|
|
33
|
+
- Updated dependencies [439551a]
|
|
34
|
+
- Updated dependencies [4ced2b2]
|
|
35
|
+
- @forge/manifest@9.3.0
|
|
36
|
+
- @forge/i18n@0.0.6
|
|
37
|
+
- @forge/util@1.4.9
|
|
38
|
+
|
|
39
|
+
## 6.11.0-next.19
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [a6128e0]
|
|
44
|
+
- @forge/manifest@9.3.0-next.9
|
|
45
|
+
|
|
46
|
+
## 6.11.0-next.18
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- 0081dd2: Fixed warning message
|
|
51
|
+
|
|
52
|
+
## 6.11.0-next.17
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- 984c454: Forcing patch bump to update internal registry
|
|
57
|
+
- Updated dependencies [984c454]
|
|
58
|
+
- Updated dependencies [4ced2b2]
|
|
59
|
+
- @forge/i18n@0.0.6-next.0
|
|
60
|
+
- @forge/manifest@9.3.0-next.8
|
|
61
|
+
- @forge/util@1.4.9-next.0
|
|
62
|
+
|
|
63
|
+
## 6.11.0-next.16
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 58c3f72: Minor text improvements
|
|
68
|
+
|
|
69
|
+
## 6.11.0-next.15
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- 9e66565: update deploy with build message and fix build tag validation
|
|
74
|
+
|
|
75
|
+
## 6.11.0-next.14
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- c79bd9a: Add support for comparing 2 different environments in forge version CLI command
|
|
80
|
+
- Updated dependencies [290af69]
|
|
81
|
+
- @forge/manifest@9.3.0-next.7
|
|
82
|
+
|
|
83
|
+
## 6.11.0-next.13
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- e746b9d: Add preview message to forge build command
|
|
88
|
+
|
|
89
|
+
## 6.11.0-next.12
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- ddbe1f9: make environmentKey optional for build
|
|
94
|
+
|
|
95
|
+
## 6.11.0-next.11
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- 2a30889: Remove environment flag for build command
|
|
100
|
+
|
|
101
|
+
## 6.11.0-next.10
|
|
102
|
+
|
|
103
|
+
### Patch Changes
|
|
104
|
+
|
|
105
|
+
- Updated dependencies [a56ca61]
|
|
106
|
+
- @forge/manifest@9.3.0-next.6
|
|
107
|
+
|
|
108
|
+
## 6.11.0-next.9
|
|
109
|
+
|
|
110
|
+
### Patch Changes
|
|
111
|
+
|
|
112
|
+
- f6ec33c: added createdby column in buildlist
|
|
113
|
+
|
|
3
114
|
## 6.11.0-next.8
|
|
4
115
|
|
|
5
116
|
### Patch Changes
|
|
@@ -11,6 +11,7 @@ export interface AppEnvironmentDetails {
|
|
|
11
11
|
name: string;
|
|
12
12
|
environmentType: AppEnvironmentType;
|
|
13
13
|
environmentKey: string;
|
|
14
|
+
buildTag?: string;
|
|
14
15
|
}
|
|
15
16
|
export interface AppEnvironmentClient {
|
|
16
17
|
getAppEnvironmentId: (appId: string, environmentKey: string) => Promise<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-environment-graphql-client.d.ts","sourceRoot":"","sources":["../../src/graphql/app-environment-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,qBAAa,eAAgB,SAAQ,SAAS;;CAI7C;AAED,qBAAa,0BAA2B,SAAQ,SAAS;gBAC3C,MAAM,EAAE,MAAM;CAG3B;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,kBAAkB,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"app-environment-graphql-client.d.ts","sourceRoot":"","sources":["../../src/graphql/app-environment-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,qBAAa,eAAgB,SAAQ,SAAS;;CAI7C;AAED,qBAAa,0BAA2B,SAAQ,SAAS;gBAC3C,MAAM,EAAE,MAAM;CAG3B;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,kBAAkB,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IAChF,wBAAwB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACrG;AAED,qBAAa,4BAA6B,YAAW,oBAAoB;IAC3D,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IA2B3E,wBAAwB,CAAC,MAAM,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAiC9G"}
|