@builder.io/mitosis-cli 0.0.142 → 0.0.144

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/mitosis-cli",
3
- "version": "0.0.142",
3
+ "version": "0.0.144",
4
4
  "description": "mitosis CLI",
5
5
  "types": "build/types/types.d.ts",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "tsc-alias": "tsc-alias -p tsconfig.build.json --verbose",
14
14
  "start": "concurrently --kill-others \"tsc --watch\" \"yarn tsc-alias --watch\"",
15
15
  "build": "yarn format && yarn clean-build && yarn compile && yarn tsc-alias",
16
- "prepublishOnly": "yarn build",
16
+ "fix-core-version": "./scripts/fix-core-version.sh",
17
17
  "remove-stableVersion": "./scripts/remove-stableVersion.sh",
18
18
  "release:dev": "yarn build && yarn run remove-stableVersion && yarn version prerelease && yarn npm publish --tag dev",
19
19
  "release:patch": "yarn build && yarn run remove-stableVersion && yarn version patch && yarn npm publish",
@@ -29,7 +29,7 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@babel/core": "^7.17.8",
32
- "@builder.io/mitosis": "workspace:*",
32
+ "@builder.io/mitosis": "0.0.144",
33
33
  "@vue/compiler-sfc": "^3.1.5",
34
34
  "babel-preset-solid": "^1.3.13",
35
35
  "chalk": "^4.1.0",