@arcgis/lumina-compiler 5.1.0-next.124 → 5.1.0-next.126

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.
@@ -113,7 +113,7 @@ export declare const nativeEvents: Set<string>;
113
113
  /**
114
114
  * HTML elements that do not have children and closing tags
115
115
  *
116
- * Based on https://developer.mozilla.org/en-US/docs/Glossary/Void_element
116
+ * Based on https://developer.mozilla.org/docs/Glossary/Void_element
117
117
  */
118
118
  export declare const voidElements: Set<string>;
119
119
  /**
@@ -173,7 +173,7 @@ export declare const mathMlElements: Set<string>;
173
173
  * few exceptions. Explicitly declaring a custom element by this name is
174
174
  * forbidden
175
175
  *
176
- * @see https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define#valid_custom_element_names
176
+ * @see https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/define#valid_custom_element_names
177
177
  */
178
178
  export declare const blockListedCustomElementNames: Set<string>;
179
179
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "5.1.0-next.124",
3
+ "version": "5.1.0-next.126",
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/components-build-utils": "5.1.0-next.124",
30
- "@arcgis/api-extractor": "5.1.0-next.124",
31
- "@arcgis/toolkit": "~5.1.0-next.124"
29
+ "@arcgis/api-extractor": "5.1.0-next.126",
30
+ "@arcgis/components-build-utils": "5.1.0-next.126",
31
+ "@arcgis/toolkit": "~5.1.0-next.126"
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.124"
38
+ "@arcgis/lumina": "~5.1.0-next.126"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "vitest": {