miniprogram-ci 1.9.5 → 1.9.6

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 (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## 1.9.6
2
+ - `new` 更新 babel 相关依赖的版本
1
3
  ## 1.9.5
2
4
  - `new` 新增 getDevSourceMap 接口获取 sourcemap 文件支持流式传输
3
5
  ## 1.9.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miniprogram-ci",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "description": "pre compilation module about the miniProgram / miniGame project extracted from WeChatDevtools.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/@types/index.d.ts",
@@ -78,7 +78,7 @@
78
78
  "@babel/core": "7.12.3",
79
79
  "@babel/generator": "7.17.10",
80
80
  "@babel/helper-module-imports": "7.12.1",
81
- "@babel/helpers": "7.12.1",
81
+ "@babel/helpers": "7.21.0",
82
82
  "@babel/parser": "7.17.10",
83
83
  "@babel/plugin-proposal-class-properties": "7.12.1",
84
84
  "@babel/plugin-proposal-decorators": "7.12.1",
@@ -95,7 +95,7 @@
95
95
  "@babel/preset-env": "7.12.1",
96
96
  "@babel/runtime": "7.12.1",
97
97
  "@babel/template": "7.16.7",
98
- "@babel/traverse": "7.17.10",
98
+ "@babel/traverse": "7.21.2",
99
99
  "@vue/reactivity": "3.0.5",
100
100
  "acorn": "^6.1.1",
101
101
  "autoprefixer": "^10.4.0",