@arcgis/core-adapter 4.33.0-next.33 → 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
  importAnalysisAreaMeasurementAnalysis: () => importAnalysisAreaMeasurementAnalysis,
34
34
  importAnalysisDimensionAnalysis: () => importAnalysisDimensionAnalysis,
35
35
  importAnalysisDimensionSimpleStyle: () => importAnalysisDimensionSimpleStyle,
@@ -1855,7 +1855,7 @@ __export(src_exports, {
1855
1855
  newWidgetsZoom: () => newWidgetsZoom,
1856
1856
  newWidgetsZoomZoomViewModel: () => newWidgetsZoomZoomViewModel
1857
1857
  });
1858
- module.exports = __toCommonJS(src_exports);
1858
+ module.exports = __toCommonJS(index_exports);
1859
1859
  var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis && !("forceESM" in window.$arcgis);
1860
1860
  function isDefaultModule(module2) {
1861
1861
  return module2.default !== void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/core-adapter",
3
- "version": "4.33.0-next.33",
3
+ "version": "4.33.0-next.34",
4
4
  "description": "ArcGIS Core Adapter",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",