@tarojs/helper 4.0.1 → 4.0.3-alpha.0

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,7 +1,9 @@
1
1
  {
2
2
  "name": "@tarojs/helper",
3
- "version": "4.0.1",
3
+ "version": "4.0.3-alpha.0",
4
4
  "description": "Taro Helper",
5
+ "author": "O2Team",
6
+ "license": "MIT",
5
7
  "main": "index.js",
6
8
  "types": "dist/index.d.ts",
7
9
  "repository": {
@@ -17,54 +19,49 @@
17
19
  "keywords": [
18
20
  "taro"
19
21
  ],
20
- "author": "luckyadam",
21
- "license": "MIT",
22
22
  "bugs": {
23
23
  "url": "https://github.com/NervJS/taro/issues"
24
24
  },
25
+ "engines": {
26
+ "node": ">= 18"
27
+ },
25
28
  "homepage": "https://github.com/NervJS/taro#readme",
26
29
  "dependencies": {
27
- "@babel/core": "^7.14.5",
28
- "@babel/parser": "^7.14.5",
29
- "@babel/plugin-proposal-decorators": "^7.14.5",
30
- "@babel/plugin-proposal-object-rest-spread": "^7.14.5",
31
- "@babel/plugin-transform-runtime": "^7.14.5",
32
- "@babel/preset-env": "^7.14.5",
33
- "@babel/preset-typescript": "^7.14.5",
34
- "@babel/register": "^7.14.5",
35
- "@babel/runtime": "^7.14.5",
36
- "@babel/traverse": "^7.14.5",
30
+ "@babel/core": "^7.24.4",
31
+ "@babel/generator": "^7.24.4",
32
+ "@babel/parser": "^7.24.4",
33
+ "@babel/traverse": "^7.24.1",
34
+ "@babel/types": "^7.24.0",
37
35
  "@swc/core": "1.3.96",
38
36
  "@swc/register": "0.1.10",
39
37
  "ansi-escapes": "^4.3.2",
40
- "chalk": "3.0.0",
41
- "chokidar": "^3.3.1",
38
+ "chalk": "^4.1.2",
39
+ "chokidar": "^3.6.0",
42
40
  "cross-spawn": "^7.0.3",
43
- "debug": "4.3.4",
44
- "dotenv": "^16.0.3",
45
- "dotenv-expand": "^9.0.0",
46
- "esbuild": "~0.19.5",
47
- "find-yarn-workspace-root": "2.0.0",
48
- "fs-extra": "^8.0.1",
41
+ "debug": "^4.3.4",
42
+ "dotenv": "^16.4.5",
43
+ "dotenv-expand": "^11.0.6",
44
+ "esbuild": "~0.21.0",
45
+ "find-yarn-workspace-root": "^2.0.0",
46
+ "fs-extra": "^11.2.0",
49
47
  "lodash": "^4.17.21",
50
48
  "require-from-string": "^2.0.2",
51
- "resolve": "^1.22.0",
52
- "supports-hyperlinks": "^2.2.0",
53
- "yauzl": "2.10.0"
49
+ "resolve": "^1.22.8",
50
+ "supports-hyperlinks": "^3.0.0"
54
51
  },
55
52
  "devDependencies": {
56
- "babel-jest": "^29.5.0",
57
- "jest": "^29.3.1",
58
- "jest-cli": "^29.3.1",
59
- "jest-environment-node": "^29.5.0",
60
- "ts-jest": "^29.0.5",
61
- "typescript": "^4.7.4"
53
+ "@types/babel__core": "^7.20.5",
54
+ "@types/babel__generator": "^7.6.8",
55
+ "@types/babel__traverse": "^7.20.5",
56
+ "@tarojs/taro": "4.0.3-alpha.0"
62
57
  },
63
58
  "scripts": {
64
- "build": "run-s clean prod swc:backup",
65
- "clean": "rimraf dist",
59
+ "prod": "pnpm run build",
60
+ "clean": "rimraf --impl=move-remove dist",
61
+ "prebuild": "pnpm run clean",
62
+ "build": "tsc",
63
+ "postbuild": "pnpm run swc:backup",
66
64
  "dev": "tsc -w",
67
- "prod": "tsc",
68
65
  "test": "jest --collectCoverage",
69
66
  "test:ci": "jest --ci -i --coverage --silent",
70
67
  "artifacts": "node scripts/artifacts.js",
Binary file
Binary file