@forge/teamwork-graph 5.1.0-next.2 → 5.1.0-next.2-experimental-e9e08bb
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.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @forge/teamwork-graph
|
|
2
2
|
|
|
3
|
+
## 5.1.0-next.2-experimental-e9e08bb
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 70b3a53: Add a method for checking an object's search index status by external ID.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 01e9f12: Include package changelogs in published artifacts.
|
|
12
|
+
- @forge/api@8.0.5-next.1-experimental-e9e08bb
|
|
13
|
+
|
|
3
14
|
## 5.1.0-next.2
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/teamwork-graph",
|
|
3
|
-
"version": "5.1.0-next.2",
|
|
3
|
+
"version": "5.1.0-next.2-experimental-e9e08bb",
|
|
4
4
|
"description": "Forge TeamworkGraph SDK",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"typescript": "5.9.2"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@forge/api": "^8.0.5-next.
|
|
23
|
+
"@forge/api": "^8.0.5-next.1-experimental-e9e08bb"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|