@tarojs/taro-h5 2.2.19 → 2.2.21

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/dist/index.cjs.js CHANGED
@@ -2997,7 +2997,6 @@ var createInnerAudioContext = function createInnerAudioContext() {
2997
2997
 
2998
2998
  iac.destroy = function () {
2999
2999
  iac.stop();
3000
- document.body.removeChild(audioEl);
3001
3000
  audioEl = null;
3002
3001
  };
3003
3002
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/taro-h5",
3
- "version": "2.2.19",
3
+ "version": "2.2.21",
4
4
  "description": "Taro h5 framework",
5
5
  "main:h5": "src/index.js",
6
6
  "main": "dist/index.cjs.js",
@@ -45,7 +45,7 @@
45
45
  "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
46
46
  "@babel/plugin-transform-react-jsx": "^7.2.2",
47
47
  "@babel/preset-env": "^7.3.4",
48
- "@tarojs/taro": "2.2.19",
48
+ "@tarojs/taro": "2.2.21",
49
49
  "babel-core": "7.0.0-bridge.0",
50
50
  "babel-jest": "24.4.0",
51
51
  "eslint": "^4.18.2",
@@ -66,5 +66,5 @@
66
66
  "rollup-plugin-postcss": "^2.0.3",
67
67
  "rollup-pluginutils": "^2.3.3"
68
68
  },
69
- "gitHead": "64d57843cb01f25d9dc738ad26765e7c52cae8e6"
69
+ "gitHead": "729e9dd41cde52b4170d6c51f661386aba5f6133"
70
70
  }
@@ -71,7 +71,6 @@ export const createInnerAudioContext = () => {
71
71
  */
72
72
  iac.destroy = () => {
73
73
  iac.stop()
74
- document.body.removeChild(audioEl)
75
74
  audioEl = null
76
75
  }
77
76