@forge/lint 5.8.0-next.10 → 5.8.0-next.10-experimental-9e772ae

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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.8.0-next.10-experimental-9e772ae
4
+
5
+ ### Minor Changes
6
+
7
+ - 43832a8: Allow scopes to be declared with offline user impersonation support
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6444f47]
12
+ - Updated dependencies [6db64a3]
13
+ - Updated dependencies [9a2ca12]
14
+ - Updated dependencies [d86ca2b]
15
+ - Updated dependencies [2a30889]
16
+ - Updated dependencies [a56ca61]
17
+ - Updated dependencies [8bd52d6]
18
+ - Updated dependencies [f6ec33c]
19
+ - Updated dependencies [43832a8]
20
+ - Updated dependencies [743bbdc]
21
+ - Updated dependencies [065b6a2]
22
+ - Updated dependencies [a891abf]
23
+ - Updated dependencies [439551a]
24
+ - @forge/cli-shared@6.11.0-next.10-experimental-9e772ae
25
+ - @forge/manifest@9.3.0-next.6-experimental-9e772ae
26
+ - @forge/csp@3.7.1-experimental-9e772ae
27
+
3
28
  ## 5.8.0-next.10
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.8.0-next.10",
3
+ "version": "5.8.0-next.10-experimental-9e772ae",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,10 +19,10 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "6.11.0-next.10",
23
- "@forge/csp": "3.7.1",
22
+ "@forge/cli-shared": "6.11.0-next.10-experimental-9e772ae",
23
+ "@forge/csp": "3.7.1-experimental-9e772ae",
24
24
  "@forge/egress": "1.4.0",
25
- "@forge/manifest": "9.3.0-next.6",
25
+ "@forge/manifest": "9.3.0-next.6-experimental-9e772ae",
26
26
  "@typescript-eslint/typescript-estree": "^5.62.0",
27
27
  "array.prototype.flatmap": "^1.3.2",
28
28
  "atlassian-openapi": "^1.0.18",