@forge/manifest 10.0.1-next.3-experimental-31b2779 → 10.0.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,12 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 10.0.1-next.3-experimental-31b2779
3
+ ## 10.0.1-next.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4b15e26: Rename some Confluence events from 'removed' to 'deleted' events for consistency with other products. Neither of the renamed events are active yet.
8
- - b9574d4: Limit number of automation actions per app
9
- - 1479d2d: Update manifest definitions
10
- - 5ab2c49: Update manifest definitions
7
+ - 195411c: patch dependencies
8
+ - Updated dependencies [195411c]
9
+ - @forge/i18n@0.0.7-next.0
11
10
 
12
11
  ## 10.0.1-next.3
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.0.1-next.3-experimental-31b2779",
3
+ "version": "10.0.1-next.4",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -15,8 +15,8 @@
15
15
  "fetch-config": "yarn run build && node out/config/index.js"
16
16
  },
17
17
  "devDependencies": {
18
- "@types/jest": "^29.5.12",
19
- "@types/node": "20.19.0",
18
+ "@types/jest": "^29.5.14",
19
+ "@types/node": "20.19.1",
20
20
  "json-schema-to-typescript": "^10.1.5",
21
21
  "typescript": "4.8.4",
22
22
  "typescript-json-schema": "^0.62.0"
@@ -24,7 +24,7 @@
24
24
  "author": "Atlassian",
25
25
  "license": "SEE LICENSE IN LICENSE.txt",
26
26
  "dependencies": {
27
- "@forge/i18n": "0.0.6",
27
+ "@forge/i18n": "0.0.7-next.0",
28
28
  "@sentry/node": "7.106.0",
29
29
  "ajv": "^8.12.0",
30
30
  "ajv-formats": "2.1.1",