@forge/resolver 1.6.9-next.2 → 1.6.9-next.2-experimental-4c15b3a

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @forge/resolver
2
2
 
3
+ ## 1.6.9-next.2-experimental-4c15b3a
4
+
5
+ ### Patch Changes
6
+
7
+ - 5be8343: Add installation into resolver context
8
+ - Updated dependencies [576da26]
9
+ - @forge/api@5.1.1-next.1-experimental-4c15b3a
10
+
3
11
  ## 1.6.9-next.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/resolver",
3
- "version": "1.6.9-next.2",
3
+ "version": "1.6.9-next.2-experimental-4c15b3a",
4
4
  "description": "Forge function resolver",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -12,7 +12,7 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/api": "5.1.1-next.1"
15
+ "@forge/api": "5.1.1-next.1-experimental-4c15b3a"
16
16
  },
17
17
  "publishConfig": {
18
18
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"