@arcgis/components-build-utils 4.34.0-next.60 → 4.34.0-next.62

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/index.cjs CHANGED
@@ -220,6 +220,7 @@ function vitePresetPlugin({
220
220
  })
221
221
  );
222
222
  }
223
+ await dtsOptions?.afterBuild?.(emitted);
223
224
  },
224
225
  ...dtsOptions,
225
226
  compilerOptions: {
package/dist/index.js CHANGED
@@ -218,6 +218,7 @@ function vitePresetPlugin({
218
218
  })
219
219
  );
220
220
  }
221
+ await dtsOptions?.afterBuild?.(emitted);
221
222
  },
222
223
  ...dtsOptions,
223
224
  compilerOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/components-build-utils",
3
- "version": "4.34.0-next.60",
3
+ "version": "4.34.0-next.62",
4
4
  "description": "Collection of common internal build-time patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",