@arcgis/lumina-compiler 5.2.0-next.10 → 5.2.0-next.11
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/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -5283,7 +5283,7 @@ function Ia(e) {
|
|
|
5283
5283
|
).join(`
|
|
5284
5284
|
`);
|
|
5285
5285
|
return `
|
|
5286
|
-
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use
|
|
5286
|
+
/** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use \`<${e.tagName} />\` directly. */
|
|
5287
5287
|
export const ${e.pascalCaseName} = /*@__PURE__*/ createWrapper(
|
|
5288
5288
|
getReactWrapperOptions(
|
|
5289
5289
|
"${e.tagName}" as unknown as HTML${e.pascalCaseName}Element,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina-compiler",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.11",
|
|
4
4
|
"description": "Compiler for WebGIS web components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"mime-types": "^3.0.1",
|
|
31
31
|
"tinyglobby": "^0.2.15",
|
|
32
32
|
"tslib": "^2.8.1",
|
|
33
|
-
"@arcgis/
|
|
34
|
-
"@arcgis/
|
|
35
|
-
"@arcgis/toolkit": "~5.2.0-next.
|
|
33
|
+
"@arcgis/components-build-utils": "5.2.0-next.11",
|
|
34
|
+
"@arcgis/api-extractor": "5.2.0-next.11",
|
|
35
|
+
"@arcgis/toolkit": "~5.2.0-next.11"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"lit": "^3.3.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"typescript": "~6.0.2",
|
|
41
41
|
"vite": "^7.3.2",
|
|
42
42
|
"vitest": "^4.1.6",
|
|
43
|
-
"@arcgis/lumina": "~5.2.0-next.
|
|
43
|
+
"@arcgis/lumina": "~5.2.0-next.11"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
46
46
|
"puppeteer": {
|