@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.
package/dist/string/index.d.cts
CHANGED
|
@@ -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/
|
|
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");
|
package/dist/string/index.d.ts
CHANGED
|
@@ -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/
|
|
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");
|
package/dist/type/index.d.cts
CHANGED
|
@@ -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/
|
|
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/dist/type/index.d.ts
CHANGED
|
@@ -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/
|
|
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.
|
|
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,
|