@arcgis/components-build-utils
Advanced tools
Comparing version 4.31.0-next.114 to 4.32.0-next.3
@@ -48,5 +48,5 @@ import posix from 'path/posix'; | ||
"version": string; | ||
"dependencies"?: Record<string, string>; | ||
"devDependencies"?: Record<string, string>; | ||
"peerDependencies"?: Record<string, string>; | ||
"dependencies"?: Record<string, string | undefined>; | ||
"devDependencies"?: Record<string, string | undefined>; | ||
"peerDependencies"?: Record<string, string | undefined>; | ||
"css.customData"?: string[]; | ||
@@ -53,0 +53,0 @@ "customElements"?: string; |
{ | ||
"name": "@arcgis/components-build-utils", | ||
"version": "4.31.0-next.114", | ||
"version": "4.32.0-next.3", | ||
"description": "Collection of common internal build-time patterns and utilities for ArcGIS Maps SDK for JavaScript components.", | ||
@@ -42,3 +42,3 @@ "homepage": "https://developers.arcgis.com/javascript/latest/", | ||
"devDependencies": { | ||
"@arcgis/typescript-config": "4.31.0-next.114", | ||
"@arcgis/typescript-config": "4.32.0-next.3", | ||
"@commander-js/extra-typings": "^11.1.0", | ||
@@ -48,7 +48,7 @@ "commander": "^11.1.0", | ||
"rimraf": "^5.0.0", | ||
"tsup": "^8.2.4", | ||
"tsup": "^8.3.0", | ||
"typescript": "~5.4.0", | ||
"vitest": "^2.1.1" | ||
"vitest": "^2.1.2" | ||
}, | ||
"gitHead": "3ce18705d4f811605eb36edd3ce12106d9b38e1c" | ||
"gitHead": "afc83258caec2a09162da0def77c2ff3867212c1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24693