@arcgis/components-build-utils 4.33.0-next.67 → 4.33.0-next.69

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
@@ -156,7 +156,7 @@ async function fetchPackageLocation(packageName, cwd) {
156
156
  ).then((packageJsonLocation) => {
157
157
  if (packageJsonLocation === void 0) {
158
158
  throw new Error(
159
- `@arcgis/lumina-compiler: Unable to resolve package.json location for "${packageName}" package. Current working directory: ${process.cwd()}`
159
+ `@arcgis/components-build-utils: Unable to resolve package.json location for "${packageName}" package. Current working directory: ${process.cwd()}`
160
160
  );
161
161
  }
162
162
  return path.dirname(packageJsonLocation);
package/dist/index.js CHANGED
@@ -132,7 +132,7 @@ async function fetchPackageLocation(packageName, cwd) {
132
132
  ).then((packageJsonLocation) => {
133
133
  if (packageJsonLocation === void 0) {
134
134
  throw new Error(
135
- `@arcgis/lumina-compiler: Unable to resolve package.json location for "${packageName}" package. Current working directory: ${process.cwd()}`
135
+ `@arcgis/components-build-utils: Unable to resolve package.json location for "${packageName}" package. Current working directory: ${process.cwd()}`
136
136
  );
137
137
  }
138
138
  return path.dirname(packageJsonLocation);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/components-build-utils",
3
- "version": "4.33.0-next.67",
3
+ "version": "4.33.0-next.69",
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",