@forge/lint 5.7.0-next.7-experimental-62518dd → 5.7.0-next.8
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 +3 -14
- package/package.json +6 -6
- package/LICENSE.txt +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
# @forge/lint
|
|
2
2
|
|
|
3
|
-
## 5.7.0-next.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 874e9a2: Add linter to ensure UI Kit Frame component has set the resource property correctly
|
|
3
|
+
## 5.7.0-next.8
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
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
|
|
7
|
+
- Updated dependencies [951f3f0]
|
|
8
|
+
- @forge/cli-shared@6.6.0-next.7
|
|
20
9
|
|
|
21
10
|
## 5.7.0-next.7
|
|
22
11
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/lint",
|
|
3
|
-
"version": "5.7.0-next.
|
|
3
|
+
"version": "5.7.0-next.8",
|
|
4
4
|
"description": "Linting for forge apps",
|
|
5
5
|
"main": "out/index.js",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "UNLICENSED",
|
|
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",
|
|
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.
|
|
23
|
-
"@forge/egress": "1.3.0
|
|
24
|
-
"@forge/manifest": "8.6.1-next.1
|
|
22
|
+
"@forge/cli-shared": "6.6.0-next.7",
|
|
23
|
+
"@forge/egress": "1.3.0",
|
|
24
|
+
"@forge/manifest": "8.6.1-next.1",
|
|
25
25
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
26
26
|
"array.prototype.flatmap": "^1.3.2",
|
|
27
27
|
"atlassian-openapi": "^1.0.18",
|
package/LICENSE.txt
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
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.
|