@forge/manifest 4.16.0-next.4 → 4.16.1-next.0

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 +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.16.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 33e6ca1: Bumping dependencies via Renovate:
8
+
9
+ - node-fetch
10
+
11
+ ## 4.16.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 7cfa4fa: endpoint module referenced by core:trigger should fail validation error if its requesting for user access token
16
+
17
+ ### Patch Changes
18
+
19
+ - e67ce5c: Fix TypeScript definitions relying on unexported types
20
+ - 0d528dd: Added sprint related product events to scope mapping
21
+ - 7ce9fef: Update manifest definitions
22
+ - 270b46d: Bumping dependencies via Renovate:
23
+
24
+ - @types/node
25
+
3
26
  ## 4.16.0-next.4
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.16.0-next.4",
3
+ "version": "4.16.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "js-yaml": "^3.13.1",
30
30
  "json-schema-to-typescript": "^9.1.1",
31
31
  "lodash": "^4.17.21",
32
- "node-fetch": "2.6.11",
32
+ "node-fetch": "2.6.12",
33
33
  "typescript-json-schema": "^0.45.1"
34
34
  }
35
35
  }