@forge/cli 11.1.0-next.24 → 11.1.0-next.33
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 +105 -0
- package/npm-shrinkwrap.json +342 -331
- package/out/command-line/register-installation-commands.d.ts.map +1 -1
- package/out/command-line/register-installation-commands.js +3 -5
- package/out/command-line/uninstall-command-helpers.d.ts +1 -1
- package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
- package/out/command-line/uninstall-command-helpers.js +2 -2
- package/out/installations/installation-helper.d.ts.map +1 -1
- package/out/installations/installation-helper.js +2 -3
- package/out/installations/uninstall-app.d.ts +1 -1
- package/out/installations/uninstall-app.d.ts.map +1 -1
- package/out/installations/uninstall-app.js +8 -2
- package/package.json +15 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,110 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 11.1.0-next.33
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ad557af]
|
|
8
|
+
- @forge/bundler@4.20.9-next.29
|
|
9
|
+
- @forge/tunnel@5.9.3-next.29
|
|
10
|
+
|
|
11
|
+
## 11.1.0-next.32
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- fa77f8d: Revert the package registry change for the package
|
|
16
|
+
- Updated dependencies [fa77f8d]
|
|
17
|
+
- @forge/cli-shared@6.6.1-next.23
|
|
18
|
+
- @forge/manifest@8.7.0-next.12
|
|
19
|
+
- @forge/bundler@4.20.9-next.28
|
|
20
|
+
- @forge/runtime@5.10.6-next.2
|
|
21
|
+
- @forge/egress@1.4.0-next.5
|
|
22
|
+
- @forge/tunnel@5.9.3-next.28
|
|
23
|
+
- @forge/i18n@0.0.4-next.1
|
|
24
|
+
- @forge/lint@5.7.1-next.25
|
|
25
|
+
- @forge/util@1.4.8-next.2
|
|
26
|
+
|
|
27
|
+
## 11.1.0-next.31
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 503e60e: Add publish config
|
|
32
|
+
- Updated dependencies [503e60e]
|
|
33
|
+
- @forge/cli-shared@6.6.1-next.22
|
|
34
|
+
- @forge/manifest@8.7.0-next.11
|
|
35
|
+
- @forge/bundler@4.20.9-next.27
|
|
36
|
+
- @forge/runtime@5.10.6-next.1
|
|
37
|
+
- @forge/egress@1.4.0-next.4
|
|
38
|
+
- @forge/tunnel@5.9.3-next.27
|
|
39
|
+
- @forge/i18n@0.0.4-next.0
|
|
40
|
+
- @forge/lint@5.7.1-next.24
|
|
41
|
+
- @forge/util@1.4.8-next.1
|
|
42
|
+
|
|
43
|
+
## 11.1.0-next.30
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- Updated dependencies [f70acc8]
|
|
48
|
+
- @forge/manifest@8.7.0-next.10
|
|
49
|
+
- @forge/bundler@4.20.9-next.26
|
|
50
|
+
- @forge/cli-shared@6.6.1-next.21
|
|
51
|
+
- @forge/lint@5.7.1-next.23
|
|
52
|
+
- @forge/tunnel@5.9.3-next.26
|
|
53
|
+
|
|
54
|
+
## 11.1.0-next.29
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- 4655925: Adding support for license-modes agent
|
|
59
|
+
- 83a4975: adding license-modes agent
|
|
60
|
+
- Updated dependencies [4655925]
|
|
61
|
+
- Updated dependencies [83a4975]
|
|
62
|
+
- @forge/cli-shared@6.6.1-next.20
|
|
63
|
+
- @forge/bundler@4.20.9-next.25
|
|
64
|
+
- @forge/lint@5.7.1-next.22
|
|
65
|
+
- @forge/tunnel@5.9.3-next.25
|
|
66
|
+
|
|
67
|
+
## 11.1.0-next.28
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- d0eb987: Fix uninstalling a single cross product app
|
|
72
|
+
|
|
73
|
+
## 11.1.0-next.27
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- abf24fa: Security update for dependent package
|
|
78
|
+
- Updated dependencies [abf24fa]
|
|
79
|
+
- @forge/cli-shared@6.6.1-next.19
|
|
80
|
+
- @forge/lint@5.7.1-next.21
|
|
81
|
+
- @forge/bundler@4.20.9-next.24
|
|
82
|
+
- @forge/tunnel@5.9.3-next.24
|
|
83
|
+
|
|
84
|
+
## 11.1.0-next.26
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- dd59f4b: Changed table layout
|
|
89
|
+
- Updated dependencies [dd59f4b]
|
|
90
|
+
- @forge/cli-shared@6.6.1-next.18
|
|
91
|
+
- @forge/bundler@4.20.9-next.23
|
|
92
|
+
- @forge/lint@5.7.1-next.20
|
|
93
|
+
- @forge/tunnel@5.9.3-next.23
|
|
94
|
+
|
|
95
|
+
## 11.1.0-next.25
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- 2086b3d: Remove node-fetch as a dependency
|
|
100
|
+
- Updated dependencies [2086b3d]
|
|
101
|
+
- @forge/cli-shared@6.6.1-next.17
|
|
102
|
+
- @forge/manifest@8.7.0-next.9
|
|
103
|
+
- @forge/bundler@4.20.9-next.22
|
|
104
|
+
- @forge/egress@1.4.0-next.3
|
|
105
|
+
- @forge/tunnel@5.9.3-next.22
|
|
106
|
+
- @forge/lint@5.7.1-next.19
|
|
107
|
+
|
|
3
108
|
## 11.1.0-next.24
|
|
4
109
|
|
|
5
110
|
### Minor Changes
|