@arcgis/components-build-utils 4.34.0-next.125 → 4.34.0-next.126
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.
|
@@ -27,11 +27,12 @@ export type IssueWithZenhub = {
|
|
|
27
27
|
declare class Zentopia {
|
|
28
28
|
readonly repoId: number;
|
|
29
29
|
readonly workspaceId: string;
|
|
30
|
+
readonly token?: string | undefined;
|
|
30
31
|
private _issueIdCache;
|
|
31
32
|
private _pipelinesCache?;
|
|
32
33
|
private _sprintsCache?;
|
|
33
34
|
private _releasesCache?;
|
|
34
|
-
constructor(repoId: number, workspaceId: string);
|
|
35
|
+
constructor(repoId: number, workspaceId: string, token?: string | undefined);
|
|
35
36
|
/**
|
|
36
37
|
* Requests to graphql server
|
|
37
38
|
*/
|
|
@@ -27,11 +27,12 @@ export type IssueWithZenhub = {
|
|
|
27
27
|
declare class Zentopia {
|
|
28
28
|
readonly repoId: number;
|
|
29
29
|
readonly workspaceId: string;
|
|
30
|
+
readonly token?: string | undefined;
|
|
30
31
|
private _issueIdCache;
|
|
31
32
|
private _pipelinesCache?;
|
|
32
33
|
private _sprintsCache?;
|
|
33
34
|
private _releasesCache?;
|
|
34
|
-
constructor(repoId: number, workspaceId: string);
|
|
35
|
+
constructor(repoId: number, workspaceId: string, token?: string | undefined);
|
|
35
36
|
/**
|
|
36
37
|
* Requests to graphql server
|
|
37
38
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/components-build-utils",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.126",
|
|
4
4
|
"description": "Collection of common internal build-time patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"type": "module",
|