@arcgis/lumina-compiler 5.0.0-next.2 → 5.0.0-next.21
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.
- package/dist/context/index.d.ts +8 -3
- package/dist/entrypoints/findUtils.d.ts +4 -9
- package/dist/extractor/declaration.d.ts +2 -2
- package/dist/extractor/extractor.d.ts +2 -1
- package/dist/extractor/index.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1215 -1161
- package/dist/publicTypes.d.ts +1 -1
- package/package.json +5 -5
package/dist/publicTypes.d.ts
CHANGED
|
@@ -318,7 +318,7 @@ export type GenerateDocumentationOptions = {
|
|
|
318
318
|
* Set this to "https://developers.arcgis.com/javascript/latest/storybook/map-components/".
|
|
319
319
|
* This will produce URLs like
|
|
320
320
|
* "https://developers.arcgis.com/javascript/latest/storybook/map-components/?path=/story/arcgis-area-measurement-2d--demo&singleStory=true"
|
|
321
|
-
* @see https://qawebgis.esri.com/components/
|
|
321
|
+
* @see https://qawebgis.esri.com/components/support-packages/storybook
|
|
322
322
|
*/
|
|
323
323
|
readonly publicStoryUrlPrefix?: string;
|
|
324
324
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina-compiler",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.21",
|
|
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": "5.0.0-next.
|
|
22
|
-
"@arcgis/components-build-utils": "5.0.0-next.
|
|
23
|
-
"@arcgis/toolkit": "~5.0.0-next.
|
|
21
|
+
"@arcgis/api-extractor": "5.0.0-next.21",
|
|
22
|
+
"@arcgis/components-build-utils": "5.0.0-next.21",
|
|
23
|
+
"@arcgis/toolkit": "~5.0.0-next.21",
|
|
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": "~5.0.0-next.
|
|
33
|
+
"@arcgis/lumina": "~5.0.0-next.21",
|
|
34
34
|
"lit": "^3.3.0",
|
|
35
35
|
"typescript": "~5.8.3",
|
|
36
36
|
"vite": "^7.0.0",
|