dom-expressions 0.36.0 → 0.36.1

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/package.json +2 -2
  2. package/src/jsx.d.ts +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dom-expressions",
3
3
  "description": "A Fine-Grained Runtime for Performant DOM Rendering",
4
- "version": "0.36.0",
4
+ "version": "0.36.1",
5
5
  "author": "Ryan Carniato",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -27,5 +27,5 @@
27
27
  "csstype": "^3.1",
28
28
  "seroval": "^0.5.0"
29
29
  },
30
- "gitHead": "05dd73bfadd2bb1b7369764d0d1196f5dc276493"
30
+ "gitHead": "7399a71d28e275ca86416d9f2be721a7a37c5b14"
31
31
  }
package/src/jsx.d.ts CHANGED
@@ -854,7 +854,6 @@ export namespace JSX {
854
854
  src?: string;
855
855
  srcdoc?: string;
856
856
  width?: number | string;
857
- loading?: "eager" | "lazy";
858
857
  referrerPolicy?: HTMLReferrerPolicy;
859
858
  }
860
859
  interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {