@builder.io/mitosis-cli 0.0.17-4 → 0.0.17-40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/mitosis-cli",
3
- "version": "0.0.17-4",
3
+ "version": "0.0.17-40",
4
4
  "description": "mitosis CLI",
5
5
  "types": "build/types/types.d.ts",
6
6
  "bin": {
@@ -10,7 +10,7 @@
10
10
  "npm": "99999999.9.9"
11
11
  },
12
12
  "scripts": {
13
- "format": "prettier --write \"**/*.{js,ts,tsx,json}\"",
13
+ "format": "prettier --loglevel warn --write \"**/*.{js,ts,tsx,json}\"",
14
14
  "clean-build": "tsc --build --clean tsconfig.build.json && rm -rf ./dist",
15
15
  "clean": "tsc --build --clean tsconfig.build.json",
16
16
  "compile": "tsc --build --verbose --pretty tsconfig.build.json",
@@ -19,7 +19,7 @@
19
19
  "build": "yarn format && yarn clean-build && yarn compile && yarn copy-templates",
20
20
  "prepublishOnly": "yarn build",
21
21
  "remove-stableVersion": "./scripts/remove-stableVersion.sh",
22
- "release:dev": "yarn build && yarn run remove-stableVersion && yarn version prerelease && ALLOW_PUBLISH=true yarn npm publish --tag dev",
22
+ "release:dev": "yarn build && yarn run remove-stableVersion && yarn version prerelease && yarn npm publish --tag dev",
23
23
  "release:patch": "yarn build && yarn run remove-stableVersion && yarn version patch && yarn npm publish",
24
24
  "test": "jest",
25
25
  "watch": "jest --watch",
@@ -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-4",
37
+ "@builder.io/mitosis": "0.0.56-43",
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-3"
69
+ "stableVersion": "0.0.17-39"
70
70
  }
package/readme.md CHANGED
@@ -79,17 +79,3 @@ find . -name '*lite.tsx' | entr make /_
79
79
  file extension of the input file, which doesn't make any sense in the case of
80
80
  an html output.
81
81
  - `--out=<file>` does not support concatenating multiple files together.
82
-
83
- ## Manual installation
84
-
85
- ```bash
86
- git clone git@github.com:BuilderIO/mitosis.git
87
- cd mitosis/packages/cli
88
- npm install
89
- npm run build
90
- npm link
91
- ```
92
-
93
- # License
94
-
95
- MIT - see LICENSE