@builder.io/mitosis-cli 0.0.17-19 → 0.0.17-21

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.
@@ -1,2 +1,2 @@
1
1
  import { Target } from '@builder.io/mitosis';
2
- export declare const getFileExtensionForTarget: (target: Target) => ".ts" | ".html" | ".jsx" | ".svelte" | ".swift" | ".vue" | ".js";
2
+ export declare const getFileExtensionForTarget: (target: Target) => ".js" | ".ts" | ".html" | ".jsx" | ".svelte" | ".swift" | ".vue";
@@ -1,5 +1,5 @@
1
1
  declare type MyProps = {
2
2
  showInput?: boolean;
3
3
  };
4
- export default function MyComponent(props: MyProps): any;
4
+ export default function MyComponent(props: MyProps): import("@builder.io/mitosis/jsx-runtime").JSX.Element;
5
5
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/mitosis-cli",
3
- "version": "0.0.17-19",
3
+ "version": "0.0.17-21",
4
4
  "description": "mitosis CLI",
5
5
  "types": "build/types/types.d.ts",
6
6
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@babel/core": "^7.17.8",
36
36
  "@babel/preset-typescript": "^7.16.7",
37
- "@builder.io/mitosis": "0.0.56-20",
37
+ "@builder.io/mitosis": "0.0.56-23",
38
38
  "@vue/compiler-sfc": "^3.1.5",
39
39
  "babel-preset-solid": "^1.3.13",
40
40
  "chalk": "^4.1.0",
@@ -66,5 +66,5 @@
66
66
  "ts-node": "^8.4.1",
67
67
  "typescript": "^4.5.4"
68
68
  },
69
- "stableVersion": "0.0.17-18"
69
+ "stableVersion": "0.0.17-20"
70
70
  }