@forge/lint 3.2.0-next.5 → 3.2.1-next.1

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 +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 3.2.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [02aefee]
8
+ - Updated dependencies [f543a47]
9
+ - @forge/manifest@3.9.1-next.1
10
+ - @forge/cli-shared@2.6.1-next.1
11
+
12
+ ## 3.2.1-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [2ae0afe]
17
+ - @forge/manifest@3.9.1-next.0
18
+ - @forge/cli-shared@2.6.1-next.0
19
+
20
+ ## 3.2.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 8309725: FORGEPAPA-959 - Add support for linting against JSW and JSM open api
25
+
26
+ ### Patch Changes
27
+
28
+ - 7fe19b4: More resilient linting against handler exports
29
+ - Updated dependencies [69f42bd]
30
+ - Updated dependencies [b447be2]
31
+ - Updated dependencies [4285fc3]
32
+ - Updated dependencies [74e00c8]
33
+ - @forge/cli-shared@2.6.0
34
+ - @forge/manifest@3.9.0
35
+
3
36
  ## 3.2.0-next.5
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "3.2.0-next.5",
3
+ "version": "3.2.1-next.1",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "UNLICENSED",
@@ -15,9 +15,9 @@
15
15
  "@types/node-fetch": "^2.5.7"
16
16
  },
17
17
  "dependencies": {
18
- "@forge/cli-shared": "2.6.0-next.3",
18
+ "@forge/cli-shared": "2.6.1-next.1",
19
19
  "@forge/csp": "1.11.0",
20
- "@forge/manifest": "3.9.0-next.2",
20
+ "@forge/manifest": "3.9.1-next.1",
21
21
  "@typescript-eslint/typescript-estree": "^3.5.0",
22
22
  "cross-spawn": "^7.0.1",
23
23
  "node-fetch": "2.6.1",