@forge/api 3.4.0-next.0 → 3.4.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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/api
2
2
 
3
+ ## 3.4.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f8a4714: Use InMemoryMetrics from the Node monorepo
8
+ - Updated dependencies [f8a4714]
9
+ - @forge/util@1.4.3-next.0
10
+
11
+ ## 3.4.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 4d149f1: Support absolute paths for withProvider fetch for the Node runtime
16
+
3
17
  ## 3.4.0-next.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "3.4.0-next.0",
3
+ "version": "3.4.1-next.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "devDependencies": {
15
- "@forge/runtime": "5.5.0",
15
+ "@forge/runtime": "5.6.1-next.0",
16
16
  "@types/node": "14.18.63",
17
17
  "expect-type": "^0.17.3",
18
18
  "jest-matcher-specific-error": "^1.0.0",
@@ -22,7 +22,7 @@
22
22
  "@forge/auth": "0.0.5",
23
23
  "@forge/egress": "1.2.13",
24
24
  "@forge/storage": "1.5.15",
25
- "@forge/util": "1.4.2",
25
+ "@forge/util": "1.4.3-next.0",
26
26
  "@types/node-fetch": "^2.6.11",
27
27
  "node-fetch": "2.7.0"
28
28
  }