@arcgis/components-build-utils 5.0.0-next.42 → 5.0.0-next.44
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.
|
@@ -5,6 +5,6 @@ import { Command } from 'commander';
|
|
|
5
5
|
* You need to make sure node trusts the certificate authority that signed the certificate used by qawebgis.esri.com
|
|
6
6
|
*
|
|
7
7
|
* Include your certificate authority in the NODE_EXTRA_CA_CERTS environment variable
|
|
8
|
-
* Reference: https://qawebgis.esri.com/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
8
|
+
* Reference: https://qawebgis.esri.com/webgis/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
9
9
|
*/
|
|
10
10
|
export declare const registerCommand: (command: Command) => undefined;
|
|
@@ -5,6 +5,6 @@ import { Command } from 'commander';
|
|
|
5
5
|
* You need to make sure node trusts the certificate authority that signed the certificate used by qawebgis.esri.com
|
|
6
6
|
*
|
|
7
7
|
* Include your certificate authority in the NODE_EXTRA_CA_CERTS environment variable
|
|
8
|
-
* Reference: https://qawebgis.esri.com/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
8
|
+
* Reference: https://qawebgis.esri.com/webgis/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
9
9
|
*/
|
|
10
10
|
export declare const registerCommand: (command: Command) => undefined;
|
|
@@ -30,7 +30,7 @@ export type IssueWithZenhub = {
|
|
|
30
30
|
* You need to make sure node trusts the certificate authority that signed the certificate used by zentopia.esri.com
|
|
31
31
|
*
|
|
32
32
|
* Include your certificate authority in the NODE_EXTRA_CA_CERTS environment variable
|
|
33
|
-
* Reference: https://qawebgis.esri.com/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
33
|
+
* Reference: https://qawebgis.esri.com/webgis/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
34
34
|
*/
|
|
35
35
|
declare class Zentopia {
|
|
36
36
|
readonly repoId: number;
|
|
@@ -30,7 +30,7 @@ export type IssueWithZenhub = {
|
|
|
30
30
|
* You need to make sure node trusts the certificate authority that signed the certificate used by zentopia.esri.com
|
|
31
31
|
*
|
|
32
32
|
* Include your certificate authority in the NODE_EXTRA_CA_CERTS environment variable
|
|
33
|
-
* Reference: https://qawebgis.esri.com/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
33
|
+
* Reference: https://qawebgis.esri.com/webgis/components/devops/troubleshoot/troubleshoot#certificate-verification-failure
|
|
34
34
|
*/
|
|
35
35
|
declare class Zentopia {
|
|
36
36
|
readonly repoId: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/components-build-utils",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.44",
|
|
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",
|