@arcgis/lumina-compiler 4.34.0-next.133 → 4.34.0-next.134

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.
@@ -10,4 +10,4 @@ import { CompilerContext } from '../context';
10
10
  * The generated api.json is then used by componentTransformPipeline() and by
11
11
  * generateDocs(), among others.
12
12
  */
13
- export declare function generateVirtualFiles(context: CompilerContext): VitePlugin;
13
+ export declare function generateVirtualFiles(context: CompilerContext): readonly [VitePlugin, VitePlugin];
@@ -15,7 +15,7 @@ export declare const loaderDts = "import \"./index\";\nexport declare const defi
15
15
  * properties, attributes, asynchronous methods and synchronous methods.
16
16
  */
17
17
  declare function buildCompactLazyMeta(customElement: Pick<ApiCustomElementDeclaration, "members" | "tagName">): string;
18
- export declare function buildLazyBeta(customElement: Pick<ApiCustomElementDeclaration, "members" | "tagName">): HmrComponentMeta;
18
+ export declare function buildLazyMeta(customElement: Pick<ApiCustomElementDeclaration, "members" | "tagName">): HmrComponentMeta;
19
19
  export declare const exportsForTests: {
20
20
  buildCompactLazyMeta: typeof buildCompactLazyMeta;
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.34.0-next.133",
3
+ "version": "4.34.0-next.134",
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.133",
22
- "@arcgis/components-build-utils": "4.34.0-next.133",
23
- "@arcgis/toolkit": "~4.34.0-next.133",
21
+ "@arcgis/api-extractor": "4.34.0-next.134",
22
+ "@arcgis/components-build-utils": "4.34.0-next.134",
23
+ "@arcgis/toolkit": "~4.34.0-next.134",
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.133",
33
+ "@arcgis/lumina": "~4.34.0-next.134",
34
34
  "lit": "^3.3.0",
35
35
  "typescript": "~5.8.3",
36
36
  "vite": "^7.0.0",