@forge/cli-shared 6.6.0-next.5 → 6.6.0-next.6-experimental-62518dd
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 +28 -0
- package/LICENSE.txt +7 -0
- package/out/graphql/graphql-types.d.ts +738 -7
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.6.0-next.6-experimental-62518dd
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f8e2503: Removed support of an installation id inplace of a site, product and environment installation context for the command
|
|
8
|
+
- e5cca82: Added command for app versions details
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 0954fcd: Added new feature gate forge-cli-enable-xpa-installation defaulting to false
|
|
13
|
+
- 62518dd: Update licese for Forge public packages
|
|
14
|
+
- Updated dependencies [be59c90]
|
|
15
|
+
- Updated dependencies [eb52ac8]
|
|
16
|
+
- Updated dependencies [a92188e]
|
|
17
|
+
- Updated dependencies [8819889]
|
|
18
|
+
- Updated dependencies [cd0e244]
|
|
19
|
+
- Updated dependencies [62518dd]
|
|
20
|
+
- @forge/util@1.4.7-next.1-experimental-62518dd
|
|
21
|
+
- @forge/i18n@0.0.3-next.1-experimental-62518dd
|
|
22
|
+
- @forge/manifest@8.6.1-next.1-experimental-62518dd
|
|
23
|
+
|
|
24
|
+
## 6.6.0-next.6
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [eb52ac8]
|
|
29
|
+
- @forge/util@1.4.7-next.1
|
|
30
|
+
|
|
3
31
|
## 6.6.0-next.5
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Copyright (c) 2024 Atlassian
|
|
2
|
+
Permission is hereby granted to use this software in accordance with the terms
|
|
3
|
+
and conditions outlined in the Atlassian Developer Terms, which can be found
|
|
4
|
+
at the following URL:
|
|
5
|
+
https://developer.atlassian.com/platform/marketplace/atlassian-developer-terms/
|
|
6
|
+
By using this software, you agree to comply with these terms and conditions.
|
|
7
|
+
If you do not agree with these terms, you are not permitted to use this software.
|