@builder.io/mitosis 0.0.90 → 0.0.92

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.
package/jsx-runtime.d.ts CHANGED
@@ -1079,7 +1079,6 @@ export declare namespace JSX {
1079
1079
 
1080
1080
  interface ShapeElementSVGAttributes<T>
1081
1081
  extends CoreSVGAttributes<T>,
1082
- ShapeElementSVGAttributes<T>,
1083
1082
  Pick<
1084
1083
  PresentationSVGAttributes,
1085
1084
  | 'color'
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.0.90",
25
+ "version": "0.0.92",
26
26
  "homepage": "https://github.com/BuilderIO/mitosis",
27
27
  "main": "./dist/src/index.js",
28
28
  "exports": {