@forge/manifest 8.6.1-next.0 → 8.6.1-next.1-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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 8.6.1-next.1-experimental-62518dd
4
+
5
+ ### Patch Changes
6
+
7
+ - cd0e244: Update manifest definitions
8
+ - 62518dd: Update licese for Forge public packages
9
+ - Updated dependencies [a92188e]
10
+ - Updated dependencies [8819889]
11
+ - Updated dependencies [62518dd]
12
+ - @forge/i18n@0.0.3-next.1-experimental-62518dd
13
+
14
+ ## 8.6.1-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [8819889]
19
+ - @forge/i18n@0.0.3-next.1
20
+
3
21
  ## 8.6.1-next.0
4
22
 
5
23
  ### 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.6.1-next.0",
3
+ "version": "8.6.1-next.1-experimental-62518dd",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -22,9 +22,9 @@
22
22
  "typescript-json-schema": "^0.62.0"
23
23
  },
24
24
  "author": "Atlassian",
25
- "license": "UNLICENSED",
25
+ "license": "SEE LICENSE IN LICENSE.txt",
26
26
  "dependencies": {
27
- "@forge/i18n": "0.0.3-next.0",
27
+ "@forge/i18n": "0.0.3-next.1-experimental-62518dd",
28
28
  "@sentry/node": "7.106.0",
29
29
  "ajv": "^8.12.0",
30
30
  "ajv-formats": "2.1.1",