@forge/manifest 4.14.0-next.2 → 4.14.0-next.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.14.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 00f194a: Update manifest definitions
8
+
9
+ ## 4.14.0-next.3
10
+
11
+ ### Patch Changes
12
+
13
+ - bb7b824: Bumping dependencies via Renovate:
14
+
15
+ - @types/node
16
+
3
17
  ## 4.14.0-next.2
4
18
 
5
19
  ### Patch Changes
@@ -31,7 +31,10 @@
31
31
  "description": "Name of the runtime to use for app execution.",
32
32
  "title": "name",
33
33
  "type": "string",
34
- "enum": ["sandbox", "nodejs18.x"]
34
+ "enum": [
35
+ "sandbox",
36
+ "nodejs18.x"
37
+ ]
35
38
  }
36
39
  },
37
40
  "title": "runtime",
@@ -31,7 +31,10 @@
31
31
  "description": "Name of the runtime to use for app execution.",
32
32
  "title": "name",
33
33
  "type": "string",
34
- "enum": ["sandbox", "nodejs18.x"]
34
+ "enum": [
35
+ "sandbox",
36
+ "nodejs18.x"
37
+ ]
35
38
  }
36
39
  },
37
40
  "title": "runtime",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.14.0-next.2",
3
+ "version": "4.14.0-next.4",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "@types/jest": "^29.1.2",
19
19
  "@types/js-yaml": "^3.12.2",
20
- "@types/node": "14.18.44",
20
+ "@types/node": "14.18.48",
21
21
  "@types/node-fetch": "^2.6.4"
22
22
  },
23
23
  "author": "Atlassian",