@arcgis/lumina-compiler 5.1.0-next.130 → 5.1.0-next.131

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
@@ -5279,7 +5279,7 @@ function Ia(e) {
5279
5279
  ).join(`
5280
5280
  `);
5281
5281
  return `
5282
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <${e.tagName} /> directly. */
5282
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use \`<${e.tagName} />\` directly. */
5283
5283
  export const ${e.pascalCaseName} = /*@__PURE__*/ createWrapper(
5284
5284
  getReactWrapperOptions(
5285
5285
  "${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.1.0-next.130",
3
+ "version": "5.1.0-next.131",
4
4
  "description": "Compiler for WebGIS web components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,16 +26,16 @@
26
26
  "mime-types": "^3.0.1",
27
27
  "tinyglobby": "^0.2.15",
28
28
  "tslib": "^2.8.1",
29
- "@arcgis/api-extractor": "5.1.0-next.130",
30
- "@arcgis/components-build-utils": "5.1.0-next.130",
31
- "@arcgis/toolkit": "~5.1.0-next.130"
29
+ "@arcgis/api-extractor": "5.1.0-next.131",
30
+ "@arcgis/components-build-utils": "5.1.0-next.131",
31
+ "@arcgis/toolkit": "~5.1.0-next.131"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "lit": "^3.3.0",
35
35
  "typescript": "~6.0.2",
36
36
  "vite": "^7.3.2",
37
37
  "vitest": "^4.1.6",
38
- "@arcgis/lumina": "~5.1.0-next.130"
38
+ "@arcgis/lumina": "~5.1.0-next.131"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "vitest": {