@arcgis/components-build-utils 4.33.0-next.32 → 4.33.0-next.34

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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  asyncFindPath: () => asyncFindPath,
34
34
  asyncRetrievePackageJson: () => asyncRetrievePackageJson,
35
35
  createFileIfNotExists: () => createFileIfNotExists,
@@ -48,7 +48,7 @@ __export(src_exports, {
48
48
  toPosixPathSeparators: () => toPosixPathSeparators,
49
49
  toSystemPathSeparators: () => toSystemPathSeparators
50
50
  });
51
- module.exports = __toCommonJS(src_exports);
51
+ module.exports = __toCommonJS(index_exports);
52
52
 
53
53
  // src/file.ts
54
54
  var import_node_fs = require("fs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/components-build-utils",
3
- "version": "4.33.0-next.32",
3
+ "version": "4.33.0-next.34",
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",