@forge/cli-shared 9.3.1-next.2-experimental-df8f92e → 9.4.0-next.10
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 +43 -6
- package/out/graphql/graphql-types.d.ts +3332 -389
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +455 -104
- package/out/http-client/file-uploader.d.ts.map +1 -1
- package/out/service/statsig-service.d.ts +7 -0
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +26 -0
- package/out/ui/command-line-ui.d.ts +11 -2
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +62 -1
- package/out/ui/hint-rotation.d.ts +5 -0
- package/out/ui/hint-rotation.d.ts.map +1 -0
- package/out/ui/hint-rotation.js +27 -0
- package/out/ui/text.d.ts +41 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +45 -4
- package/out/ui/ui.d.ts +2 -1
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,54 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 9.
|
|
3
|
+
## 9.4.0-next.10
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- f6607ca: Added new logs filtering flags for containers, services and functions as well as removed the existing containers flag
|
|
8
|
+
|
|
9
|
+
## 9.4.0-next.9
|
|
8
10
|
|
|
9
11
|
### Patch Changes
|
|
10
12
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
- Updated dependencies [05f231c]
|
|
14
|
+
- @forge/manifest@13.3.1-next.2
|
|
15
|
+
|
|
16
|
+
## 9.4.0-next.8
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 9afd5c3: Add native Forge CLI proxy support for Node and Undici network clients.
|
|
21
|
+
|
|
22
|
+
## 9.4.0-next.7
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [ccd5143]
|
|
27
|
+
- @forge/manifest@13.3.1-next.1
|
|
28
|
+
|
|
29
|
+
## 9.4.0-next.6
|
|
30
|
+
|
|
31
|
+
### Minor Changes
|
|
32
|
+
|
|
33
|
+
- d1767a0: New dynamic hint bar added to progress display
|
|
34
|
+
|
|
35
|
+
## 9.4.0-next.5
|
|
36
|
+
|
|
37
|
+
### Minor Changes
|
|
38
|
+
|
|
39
|
+
- 016ed9d: Upgrading graphql-request dependency
|
|
40
|
+
|
|
41
|
+
## 9.4.0-next.4
|
|
42
|
+
|
|
43
|
+
### Minor Changes
|
|
44
|
+
|
|
45
|
+
- 2b13c2e: Move from node-fetch to native fetch
|
|
46
|
+
|
|
47
|
+
## 9.4.0-next.3
|
|
48
|
+
|
|
49
|
+
### Minor Changes
|
|
50
|
+
|
|
51
|
+
- ff4f2bf: Add `forge site provision` to provision a new demo site or get an existing demo site.
|
|
15
52
|
|
|
16
53
|
## 9.3.1-next.2
|
|
17
54
|
|