@forge/runtime 5.10.6-next.0-experimental-edac07a → 5.10.6-next.2

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 +12 -3
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,20 @@
1
1
  # @forge/runtime
2
2
 
3
- ## 5.10.6-next.0-experimental-edac07a
3
+ ## 5.10.6-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [3302cc2]
8
- - @forge/util@1.4.8-next.0-experimental-edac07a
7
+ - fa77f8d: Revert the package registry change for the package
8
+ - Updated dependencies [fa77f8d]
9
+ - @forge/util@1.4.8-next.2
10
+
11
+ ## 5.10.6-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 503e60e: Add publish config
16
+ - Updated dependencies [503e60e]
17
+ - @forge/util@1.4.8-next.1
9
18
 
10
19
  ## 5.10.6-next.0
11
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.10.6-next.0-experimental-edac07a",
3
+ "version": "5.10.6-next.2",
4
4
  "description": "A Node.js runtime for Atlassian app functions",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -26,7 +26,7 @@
26
26
  "typescript": "4.8.4"
27
27
  },
28
28
  "dependencies": {
29
- "@forge/util": "1.4.8-next.0-experimental-edac07a",
29
+ "@forge/util": "1.4.8-next.2",
30
30
  "fp-ts": "^2.16.2",
31
31
  "io-ts": "^2.2.21",
32
32
  "io-ts-reporters": "^2.0.1",
@@ -48,5 +48,8 @@
48
48
  },
49
49
  "jest-junit": {
50
50
  "outputDirectory": "./test-reports"
51
+ },
52
+ "publishConfig": {
53
+ "registry": "https://packages.atlassian.com/api/npm/npm-public/"
51
54
  }
52
55
  }