@tarojs/runtime 4.0.7 → 4.0.8-alpha.1

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": "@tarojs/runtime",
3
- "version": "4.0.7",
3
+ "version": "4.0.8-alpha.1",
4
4
  "description": "taro runtime for mini apps.",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "tslib": "^2.6.2",
25
- "@tarojs/shared": "4.0.7"
25
+ "@tarojs/shared": "4.0.8-alpha.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/react": "^18.2.79",
@@ -35,7 +35,7 @@
35
35
  "prod": "pnpm run build",
36
36
  "prebuild": "pnpm run clean",
37
37
  "build": "pnpm run rollup --environment NODE_ENV:production",
38
- "clean": "rimraf --impl=move-remove ./dist",
38
+ "clean": "rimraf ./dist",
39
39
  "dev": "pnpm run rollup --environment NODE_ENV:development -w",
40
40
  "rollup": "rollup --config rollup.config.ts --configPlugin typescript",
41
41
  "test": "jest",