@glint/template 1.7.2-unstable.05d796f → 1.7.2-unstable.3f50b40

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.
@@ -706,7 +706,7 @@ interface GlintHtmlElementAttributesMap {
706
706
  }
707
707
 
708
708
  declare global {
709
- interface GlobalSVGAttributes extends GlobalAriaAttributes {
709
+ interface GlobalSVGAttributes extends GlobalHTMLAttributes {
710
710
  ['about']: AttrValue;
711
711
  ['class']: AttrValue;
712
712
  ['content']: AttrValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glint/template",
3
- "version": "1.7.2-unstable.05d796f",
3
+ "version": "1.7.2-unstable.3f50b40",
4
4
  "repository": "typed-ember/glint",
5
5
  "description": "Type definitions to back typechecking for Glimmer templates",
6
6
  "license": "MIT",