@forge/teamwork-graph 4.2.7-next.0-experimental-a344346 → 4.2.8-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.
@@ -1381,7 +1381,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
1381
1381
  lastUpdatedAt: '2024-07-09T14:27:37.000Z',
1382
1382
  owners: [
1383
1383
  {
1384
- externalId: 'ext-user-123',
1384
+ externalId: 'ext-user-123'
1385
1385
  }
1386
1386
  ],
1387
1387
  permissions: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/teamwork-graph",
3
- "version": "4.2.7-next.0-experimental-a344346",
3
+ "version": "4.2.8-next.0",
4
4
  "description": "Forge TeamworkGraph SDK",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -22,7 +22,7 @@
22
22
  "jest-when": "^3.6.0"
23
23
  },
24
24
  "dependencies": {
25
- "@forge/api": "^7.2.2-next.1-experimental-a344346"
25
+ "@forge/api": "^8.0.0-next.0"
26
26
  },
27
27
  "publishConfig": {
28
28
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"