@arcgis/components-build-utils 5.0.0-next.137 → 5.0.0-next.138

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.
@@ -7,6 +7,5 @@ export type Builddate = {
7
7
  "version": string;
8
8
  "@arcgis/core": string;
9
9
  "@esri/calcite-components": string;
10
- "@esri/arcgis-html-sanitizer": string;
11
10
  };
12
- export declare function generateBuilddate(): Promise<Builddate>;
11
+ export declare function generateBuilddate(): Builddate;
@@ -7,6 +7,5 @@ export type Builddate = {
7
7
  "version": string;
8
8
  "@arcgis/core": string;
9
9
  "@esri/calcite-components": string;
10
- "@esri/arcgis-html-sanitizer": string;
11
10
  };
12
- export declare function generateBuilddate(): Promise<Builddate>;
11
+ export declare function generateBuilddate(): Builddate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/components-build-utils",
3
- "version": "5.0.0-next.137",
3
+ "version": "5.0.0-next.138",
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",