@arcgis/lumina-compiler 4.33.0-next.95 → 4.33.0-next.96

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.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -4868,7 +4868,7 @@ export{${E}}`;
4868
4868
  const I = `${l}${g}${T}${C}`;
4869
4869
  e.code = I;
4870
4870
  }
4871
- const fc = /import(?:(\{[^}]+\})from|\*as (\w+) from| (\w+) from)?"([^"]+)";/gu, yc = /export\{([^}]+)\};\n$/u, Re = "@arcgis/core/", Ee = (e) => `_${e}`, oe = "$$";
4871
+ const fc = /import(?:(\{[^}]+\})from|\*as (\w+) from| ([\w$]+) from)?"([^"]+)";/gu, yc = /export\{([^}]+)\};\n$/u, Re = "@arcgis/core/", Ee = (e) => `_${e}`, oe = "$$";
4872
4872
  function Ln(e, t) {
4873
4873
  if (!e.startsWith("./"))
4874
4874
  return !1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.33.0-next.95",
3
+ "version": "4.33.0-next.96",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "license": "SEE LICENSE IN LICENSE.md",
20
20
  "dependencies": {
21
- "@arcgis/api-extractor": "4.33.0-next.95",
22
- "@arcgis/components-build-utils": "4.33.0-next.95",
23
- "@arcgis/components-utils": "4.33.0-next.95",
21
+ "@arcgis/api-extractor": "4.33.0-next.96",
22
+ "@arcgis/components-build-utils": "4.33.0-next.96",
23
+ "@arcgis/components-utils": "4.33.0-next.96",
24
24
  "chalk": "^5.3.0",
25
25
  "esbuild": "^0.24.0",
26
26
  "glob": "^11.0.0",
@@ -37,6 +37,6 @@
37
37
  "vitest-fail-on-console": "^0.7.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@arcgis/lumina": "~4.33.0-next.95"
40
+ "@arcgis/lumina": "~4.33.0-next.96"
41
41
  }
42
42
  }