@forge/lint 5.7.0-next.7 → 5.7.0-next.7-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/lint
2
2
 
3
+ ## 5.7.0-next.7-experimental-62518dd
4
+
5
+ ### Minor Changes
6
+
7
+ - 874e9a2: Add linter to ensure UI Kit Frame component has set the resource property correctly
8
+
9
+ ### Patch Changes
10
+
11
+ - 62518dd: Update licese for Forge public packages
12
+ - Updated dependencies [f8e2503]
13
+ - Updated dependencies [e5cca82]
14
+ - Updated dependencies [0954fcd]
15
+ - Updated dependencies [cd0e244]
16
+ - Updated dependencies [62518dd]
17
+ - @forge/cli-shared@6.6.0-next.6-experimental-62518dd
18
+ - @forge/manifest@8.6.1-next.1-experimental-62518dd
19
+ - @forge/egress@1.3.0-experimental-62518dd
20
+
3
21
  ## 5.7.0-next.7
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,9 +1,9 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.7.0-next.7",
3
+ "version": "5.7.0-next.7-experimental-62518dd",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
- "license": "UNLICENSED",
6
+ "license": "SEE LICENSE IN LICENSE.txt",
7
7
  "scripts": {
8
8
  "build": "yarn run clean && yarn run compile",
9
9
  "compile": "tsc -b -v",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^4.2.0",
14
- "@forge/api": "^5.0.1-next.2",
14
+ "@forge/api": "^5.0.1-next.2-experimental-62518dd",
15
15
  "@types/array.prototype.flatmap": "^1.2.6",
16
16
  "@types/cross-spawn": "^6.0.6",
17
17
  "@types/eslint": "8.56.2",
@@ -19,9 +19,9 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "6.6.0-next.6",
23
- "@forge/egress": "1.3.0",
24
- "@forge/manifest": "8.6.1-next.1",
22
+ "@forge/cli-shared": "6.6.0-next.6-experimental-62518dd",
23
+ "@forge/egress": "1.3.0-experimental-62518dd",
24
+ "@forge/manifest": "8.6.1-next.1-experimental-62518dd",
25
25
  "@typescript-eslint/typescript-estree": "^5.62.0",
26
26
  "array.prototype.flatmap": "^1.3.2",
27
27
  "atlassian-openapi": "^1.0.18",