@forge/lint 5.15.1-next.3-experimental-e2ec7ba → 5.15.1-next.3-experimental-6d4e84f

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @forge/lint
2
2
 
3
- ## 5.15.1-next.3-experimental-e2ec7ba
3
+ ## 5.15.1-next.3-experimental-6d4e84f
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,9 +9,9 @@
9
9
  - Updated dependencies [beddb18]
10
10
  - Updated dependencies [561036a]
11
11
  - Updated dependencies [b248c8f]
12
- - @forge/cli-shared@8.15.2-next.3-experimental-e2ec7ba
13
- - @forge/manifest@12.1.1-next.1-experimental-e2ec7ba
14
- - @forge/csp@5.6.1-experimental-e2ec7ba
12
+ - @forge/cli-shared@8.15.2-next.3-experimental-6d4e84f
13
+ - @forge/manifest@12.1.1-next.1-experimental-6d4e84f
14
+ - @forge/csp@5.6.1-experimental-6d4e84f
15
15
 
16
16
  ## 5.15.1-next.3
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.15.1-next.3-experimental-e2ec7ba",
3
+ "version": "5.15.1-next.3-experimental-6d4e84f",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^4.2.0",
14
- "@forge/api": "^7.0.2-next.0-experimental-e2ec7ba",
14
+ "@forge/api": "^7.0.2-next.0-experimental-6d4e84f",
15
15
  "@types/array.prototype.flatmap": "^1.2.6",
16
16
  "@types/cross-spawn": "^6.0.6",
17
17
  "@types/eslint": "8.56.12",
@@ -19,10 +19,10 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "8.15.2-next.3-experimental-e2ec7ba",
23
- "@forge/csp": "5.6.1-experimental-e2ec7ba",
22
+ "@forge/cli-shared": "8.15.2-next.3-experimental-6d4e84f",
23
+ "@forge/csp": "5.6.1-experimental-6d4e84f",
24
24
  "@forge/egress": "2.3.1",
25
- "@forge/manifest": "12.1.1-next.1-experimental-e2ec7ba",
25
+ "@forge/manifest": "12.1.1-next.1-experimental-6d4e84f",
26
26
  "@typescript-eslint/typescript-estree": "^5.62.0",
27
27
  "array.prototype.flatmap": "^1.3.3",
28
28
  "@atlassian/atlassian-openapi": "^1.0.6",