@arcgis/core-adapter 4.32.0-next.20 → 4.32.0-next.21
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/.turbo/turbo-build.log +4 -3
- package/dist/index.cjs +372 -0
- package/dist/index.d.cts +47 -2
- package/dist/index.d.ts +47 -2
- package/dist/index.js +327 -0
- package/package.json +1 -1
- package/scripts/generator.ts +7 -0
- package/src/index.ts +328 -1
- package/support/api-reference-esm-imports.json +41 -10
- package/support/arcgis.d.ts +1255 -205
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Using ArcGIS Typings version 4.32
|
|
2
|
-
Downloaded: https://jsapi.esri.com/typings/arcgis-js-api-4.32.d.ts
|
|
3
|
-
Response type: application/typescript
|
|
4
2
|
Downloaded: https://jsapi.esri.com/typings/api-reference-esm-imports-4.32.json
|
|
5
3
|
Response type: application/json
|
|
4
|
+
Downloaded: https://jsapi.esri.com/typings/arcgis-js-api-4.32.d.ts
|
|
5
|
+
Response type: application/typescript
|
|
6
6
|
ArcGIS Typings and support files for 4.32 updated
|
|
7
7
|
Reading typings file...
|
|
8
|
-
|
|
8
|
+
[33m WARNING: Skipping duplicate module: esri/WebLinkChart
|
|
9
|
+
Modules converted to core-adapter: 985
|
|
9
10
|
Adapter file generated.
|