@forge/teamwork-graph 0.1.0-next.2 → 0.1.0-next.3

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/out/graph.js +1 -1
  2. package/package.json +2 -2
package/out/graph.js CHANGED
@@ -68,7 +68,7 @@ class TeamWorkGraphClient {
68
68
  }
69
69
  async sendRequest(path, options) {
70
70
  const reqPath = starGateBase + path;
71
- const response = await (0, api_1.__fetchProduct)({ provider: 'app', remote: 'stargate' })(reqPath, {
71
+ const response = await (0, api_1.__fetchProduct)({ provider: 'app', remote: 'stargate', type: 'fpp' })(reqPath, {
72
72
  ...options,
73
73
  redirect: 'follow',
74
74
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/teamwork-graph",
3
- "version": "0.1.0-next.2",
3
+ "version": "0.1.0-next.3",
4
4
  "description": "Forge TeamworkGraph SDK",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -22,6 +22,6 @@
22
22
  "jest-when": "^3.6.0"
23
23
  },
24
24
  "dependencies": {
25
- "@forge/api": "^5.1.0-next.2"
25
+ "@forge/api": "^5.1.0-next.7"
26
26
  }
27
27
  }