@arcgis/toolkit 5.2.0-next.69 → 5.2.0-next.70

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/dist/error.js CHANGED
@@ -8,7 +8,7 @@ const isEsriInternalEnv = () => (
8
8
  * This does meant tree-shaking won't happen for the isEsriInternalEnv()
9
9
  * check, but this is ok since this check is meant to always be behind the
10
10
  * development/test guard.
11
- * See https://devtopia.esri.com/WebGIS/arcgis-web-components/pull/2087#issuecomment-5152454
11
+ * See https://devtopia.esri.com/WebGIS/webgis-sdk/pull/2087#issuecomment-5152454
12
12
  */
13
13
  typeof globalThis.process === "object" && !!process.env.ESRI_INTERNAL
14
14
  );
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @privateRemarks
8
8
  * This is a trivial function, but it helps workaround a TypeScript bug:
9
- * https://devtopia.esri.com/WebGIS/arcgis-web-components/issues/2047
9
+ * https://devtopia.esri.com/WebGIS/webgis-sdk/issues/2047
10
10
  */
11
11
  export declare const identity: <T>(value: T) => T;
12
12
  /**
package/dist/intl/dom.js CHANGED
@@ -46,7 +46,7 @@ const localeEquivalencies = {
46
46
  // We support both 'nb' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
47
47
  nb: "no",
48
48
  // We support both 'nn' and 'no' (BCP 47) for Norwegian but only `no` has corresponding bundle
49
- // See https://devtopia.esri.com/WebGIS/arcgis-web-components/issues/4667
49
+ // See https://devtopia.esri.com/WebGIS/webgis-sdk/issues/4667
50
50
  nn: "no",
51
51
  // We use `zh-CN` as base translation for chinese locales which has no corresponding bundle.
52
52
  zh: "zh-CN"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/toolkit",
3
- "version": "5.2.0-next.69",
3
+ "version": "5.2.0-next.70",
4
4
  "description": "Collection of common internal patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "sideEffects": false,