@builder.io/mitosis 0.3.1 → 0.3.2

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 +10 -20
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.1",
25
+ "version": "0.3.2",
26
26
  "homepage": "https://github.com/BuilderIO/mitosis",
27
27
  "main": "./dist/src/index.js",
28
28
  "exports": {
@@ -38,19 +38,15 @@
38
38
  "url": "https://github.com/BuilderIO/mitosis"
39
39
  },
40
40
  "scripts": {
41
- "test": "vitest run",
42
41
  "test:watch": "vitest",
43
- "snapupdate": "vitest --update",
44
- "coverage": "vitest run --coverage",
42
+ "test:watch:update": "yarn test:watch --update",
43
+ "test": "yarn test:watch run",
44
+ "test:update": "yarn test --update",
45
45
  "tsc": "tsc --build tsconfig.build.json",
46
46
  "tsc-alias": "tsc-alias -p tsconfig.build.json",
47
47
  "rmrf": "rimraf ./dist",
48
48
  "build": "yarn rmrf && yarn tsc && yarn tsc-alias",
49
- "remove-stableVersion": "./scripts/remove-stableVersion.sh",
50
- "release:dev": "yarn build && yarn run remove-stableVersion && yarn version prerelease && yarn npm publish --tag dev",
51
- "release:patch": "yarn build && yarn run remove-stableVersion && yarn version patch && yarn npm publish",
52
- "start": "yarn rmrf && concurrently --kill-others \"yarn tsc --watch\" \"yarn tsc-alias --watch\"",
53
- "script": "ts-node -O '{\"module\": \"commonjs\"}'"
49
+ "start": "yarn rmrf && concurrently --kill-others \"yarn tsc --watch\" \"yarn tsc-alias --watch\""
54
50
  },
55
51
  "files": [
56
52
  "dist",
@@ -81,8 +77,7 @@
81
77
  "svelte-preprocess": "^5.0.3",
82
78
  "traverse": "^0.6.6",
83
79
  "ts-morph": "^19.0.0",
84
- "typescript": "^5.3.2",
85
- "vue": "~2.6"
80
+ "typescript": "^5.3.2"
86
81
  },
87
82
  "devDependencies": {
88
83
  "@babel/preset-env": "^7.6.0",
@@ -103,21 +98,16 @@
103
98
  "@types/traverse": "^0.6.32",
104
99
  "concurrently": "^8.2.2",
105
100
  "fs-extra-promise": "^1.0.1",
106
- "less": "^4.1.3",
107
- "lru-cache": "^6.0.0",
108
- "postcss": "^8.4.19",
109
- "pug": "^3.0.2",
101
+ "nx": "^19.0.8",
102
+ "nx-cloud": "^19.0.0",
110
103
  "rimraf": "^5.0.5",
111
104
  "rollup": "^2.70.1",
112
105
  "strip-ansi": "^6.0.1",
113
- "stylus": "^0.59.0",
114
- "sugarss": "^4.0.1",
115
- "ts-node": "^9.1.1",
116
106
  "tsc-alias": "^1.8.8",
117
107
  "typescript": "^5.3.2",
118
- "universalify": "^2.0.0",
119
108
  "vite": "^4.5.0",
120
109
  "vite-tsconfig-paths": "^3.5.0",
121
- "vitest": "^0.34.6"
110
+ "vitest": "^0.34.6",
111
+ "vue": "~2.6"
122
112
  }
123
113
  }