@forge/lint 5.15.1-next.0-experimental-75a65ea → 5.15.1-next.0-experimental-1dcd593

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 +5 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,16 @@
1
1
  # @forge/lint
2
2
 
3
- ## 5.15.1-next.0-experimental-75a65ea
3
+ ## 5.15.1-next.0-experimental-1dcd593
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [b59aee1]
7
8
  - Updated dependencies [beddb18]
8
9
  - Updated dependencies [561036a]
9
10
  - Updated dependencies [b248c8f]
10
- - @forge/manifest@12.1.1-next.0-experimental-75a65ea
11
- - @forge/cli-shared@8.15.2-next.0-experimental-75a65ea
12
- - @forge/csp@5.6.1-experimental-75a65ea
11
+ - @forge/cli-shared@8.15.2-next.0-experimental-1dcd593
12
+ - @forge/manifest@12.1.1-next.0-experimental-1dcd593
13
+ - @forge/csp@5.6.1-experimental-1dcd593
13
14
 
14
15
  ## 5.15.1-next.0
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.15.1-next.0-experimental-75a65ea",
3
+ "version": "5.15.1-next.0-experimental-1dcd593",
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-75a65ea",
14
+ "@forge/api": "^7.0.2-next.0-experimental-1dcd593",
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.0-experimental-75a65ea",
23
- "@forge/csp": "5.6.1-experimental-75a65ea",
22
+ "@forge/cli-shared": "8.15.2-next.0-experimental-1dcd593",
23
+ "@forge/csp": "5.6.1-experimental-1dcd593",
24
24
  "@forge/egress": "2.3.1",
25
- "@forge/manifest": "12.1.1-next.0-experimental-75a65ea",
25
+ "@forge/manifest": "12.1.1-next.0-experimental-1dcd593",
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",