@arcgis/lumina-compiler 4.34.0-next.146 → 4.34.0-next.148

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
@@ -6989,7 +6989,7 @@ function ld(e) {
6989
6989
  if (e.isInStorybook)
6990
6990
  return;
6991
6991
  const i = m.join(e.dir.dist, "types");
6992
- await Z(i);
6992
+ await Z(i, { recursive: !0 });
6993
6993
  const n = `/// <reference types="../index.d.ts" />
6994
6994
  ${t.replaceAll("./", "../")}`, s = Object.entries({
6995
6995
  react: Yl(e.apiJsonComponents),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.34.0-next.146",
3
+ "version": "4.34.0-next.148",
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.34.0-next.146",
22
- "@arcgis/components-build-utils": "4.34.0-next.146",
23
- "@arcgis/toolkit": "~4.34.0-next.146",
21
+ "@arcgis/api-extractor": "4.34.0-next.148",
22
+ "@arcgis/components-build-utils": "4.34.0-next.148",
23
+ "@arcgis/toolkit": "~4.34.0-next.148",
24
24
  "chalk": "^5.4.1",
25
25
  "esbuild": "^0.25.5",
26
26
  "glob": "^11.0.3",
@@ -30,7 +30,7 @@
30
30
  "vite-plugin-dts": "^4.5.4"
31
31
  },
32
32
  "peerDependencies": {
33
- "@arcgis/lumina": "~4.34.0-next.146",
33
+ "@arcgis/lumina": "~4.34.0-next.148",
34
34
  "lit": "^3.3.0",
35
35
  "typescript": "~5.8.3",
36
36
  "vite": "^7.0.0",