@tarojs/extend 4.1.4-beta.2 → 4.1.4-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/extend",
3
- "version": "4.1.4-beta.2",
3
+ "version": "4.1.4-beta.21",
4
4
  "description": "Taro extend functionality",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -21,12 +21,12 @@
21
21
  "node": ">= 18"
22
22
  },
23
23
  "devDependencies": {
24
- "@tarojs/runtime": "4.1.4-beta.2",
25
- "@tarojs/taro": "4.1.4-beta.2"
24
+ "@tarojs/runtime": "4.1.4-beta.21",
25
+ "@tarojs/taro": "4.1.4-beta.21"
26
26
  },
27
27
  "peerDependencies": {
28
- "@tarojs/runtime": "4.1.4-beta.2",
29
- "@tarojs/taro": "4.1.4-beta.2"
28
+ "@tarojs/runtime": "4.1.4-beta.21",
29
+ "@tarojs/taro": "4.1.4-beta.21"
30
30
  },
31
31
  "scripts": {
32
32
  "test": "TARO_ENV=weapp jest --coverage false",
@@ -7,6 +7,8 @@
7
7
  // (c) 2010-2016 Thomas Fuchs
8
8
  // Zepto.js may be freely distributed under the MIT license.
9
9
 
10
+ import { window } from '@tarojs/runtime'
11
+
10
12
  export function initEvent ($) {
11
13
  let _zid = 1; let undefined
12
14
  const slice = Array.prototype.slice