@forge/migrations 1.0.13 → 2.0.0-next.0-experimental-97e4b11
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 +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @forge/migrations
|
|
2
2
|
|
|
3
|
+
## 2.0.0-next.0-experimental-97e4b11
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 8f2a3c9: Update the package to build on Node 20
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8f2a3c9]
|
|
12
|
+
- @forge/api@6.0.0-next.0-experimental-97e4b11
|
|
13
|
+
|
|
14
|
+
## 2.0.0-next.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- 8f2a3c9: Update the package to build on Node 20
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [8f2a3c9]
|
|
23
|
+
- @forge/api@6.0.0-next.0
|
|
24
|
+
|
|
3
25
|
## 1.0.13
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/migrations",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-next.0-experimental-97e4b11",
|
|
4
4
|
"description": "App migration methods for Forge app",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@types/jest-when": "^3.5.5",
|
|
15
|
-
"@types/node": "
|
|
15
|
+
"@types/node": "20.19.0",
|
|
16
16
|
"@types/node-fetch": "^2.6.11",
|
|
17
17
|
"jest-when": "^3.6.0",
|
|
18
18
|
"node-fetch": "2.7.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@forge/api": "
|
|
21
|
+
"@forge/api": "6.0.0-next.0-experimental-97e4b11"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|