@arcgis/core-adapter 4.32.0-next.18 → 4.32.0-next.20
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 +6 -0
- package/package.json +1 -1
- package/scripts/update-adapter-typings.ts +0 -6
- package/src/.gitkeep +0 -0
- package/support/.gitkeep +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
Downloaded: https://jsapi.esri.com/typings/api-reference-esm-imports-4.32.json
|
|
5
|
+
Response type: application/json
|
|
6
|
+
ArcGIS Typings and support files for 4.32 updated
|
|
1
7
|
Reading typings file...
|
|
2
8
|
Modules converted to core-adapter: 951
|
|
3
9
|
Adapter file generated.
|
package/package.json
CHANGED
|
@@ -26,12 +26,6 @@ const files = [
|
|
|
26
26
|
|
|
27
27
|
// Download the typings and support files.
|
|
28
28
|
async function downloadSupportFiles(source: string, destination: string): Promise<void> {
|
|
29
|
-
try {
|
|
30
|
-
fs.unlinkSync(destination);
|
|
31
|
-
} catch {
|
|
32
|
-
console.log("Error in deleting typings files, continue...");
|
|
33
|
-
}
|
|
34
|
-
|
|
35
29
|
const file = fs.createWriteStream(destination);
|
|
36
30
|
|
|
37
31
|
await new Promise((resolve, reject) => {
|
package/src/.gitkeep
ADDED
|
File without changes
|
package/support/.gitkeep
ADDED
|
File without changes
|