@arcgis/toolkit 5.1.0-next.89 → 5.1.0-next.90

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.
@@ -92,7 +92,7 @@ export declare const getMinorVersion: (version: string) => string;
92
92
  * The preamble text contains the version number and a link to the license.
93
93
  * The version number should normally come from package.json.
94
94
  *
95
- * @see https://webgis.esri.com/webgis/contributing/licensing
95
+ * @see https://webgis.esri.com/sdk/contributing/licensing
96
96
  * @example
97
97
  * ```ts
98
98
  * const preamble = getPreamble("5.0.1-next.456");
@@ -92,7 +92,7 @@ export declare const getMinorVersion: (version: string) => string;
92
92
  * The preamble text contains the version number and a link to the license.
93
93
  * The version number should normally come from package.json.
94
94
  *
95
- * @see https://webgis.esri.com/webgis/contributing/licensing
95
+ * @see https://webgis.esri.com/sdk/contributing/licensing
96
96
  * @example
97
97
  * ```ts
98
98
  * const preamble = getPreamble("5.0.1-next.456");
@@ -18,7 +18,7 @@ export type Nil = nil;
18
18
  * This complements the TypeScript's `satisfies` operator.
19
19
  *
20
20
  * See usage examples:
21
- * https://webgis.esri.com/webgis/additional-resources/typescript-tips#use-satisfies-operator-for-type-tests
21
+ * https://webgis.esri.com/sdk/resources/typescript-tips#use-satisfies-operator-for-type-tests
22
22
  *
23
23
  * During production end-application build, such type tests will be removed as
24
24
  * they have no runtime impact.
@@ -18,7 +18,7 @@ export type Nil = nil;
18
18
  * This complements the TypeScript's `satisfies` operator.
19
19
  *
20
20
  * See usage examples:
21
- * https://webgis.esri.com/webgis/additional-resources/typescript-tips#use-satisfies-operator-for-type-tests
21
+ * https://webgis.esri.com/sdk/resources/typescript-tips#use-satisfies-operator-for-type-tests
22
22
  *
23
23
  * During production end-application build, such type tests will be removed as
24
24
  * they have no runtime impact.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/toolkit",
3
- "version": "5.1.0-next.89",
3
+ "version": "5.1.0-next.90",
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,