@builder.io/mitosis 0.3.7 → 0.3.8

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/jsx-runtime.d.ts +1 -0
  2. package/package.json +1 -1
package/jsx-runtime.d.ts CHANGED
@@ -446,6 +446,7 @@ export declare namespace JSX {
446
446
 
447
447
  interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
448
448
  loading?: string;
449
+ fetchpriority?: string;
449
450
  role?: string;
450
451
  alt?: string;
451
452
  crossorigin?: HTMLCrossorigin;
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "name": "Builder.io",
23
23
  "url": "https://www.builder.io"
24
24
  },
25
- "version": "0.3.7",
25
+ "version": "0.3.8",
26
26
  "homepage": "https://github.com/BuilderIO/mitosis",
27
27
  "main": "./dist/src/index.js",
28
28
  "exports": {