@tarojs/extend 4.1.2 → 4.1.3-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/extend",
3
- "version": "4.1.2",
3
+ "version": "4.1.3-alpha.1",
4
4
  "description": "Taro extend functionality",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -19,12 +19,12 @@
19
19
  "node": ">= 18"
20
20
  },
21
21
  "devDependencies": {
22
- "@tarojs/runtime": "4.1.2",
23
- "@tarojs/taro": "4.1.2"
22
+ "@tarojs/runtime": "4.1.3-alpha.1",
23
+ "@tarojs/taro": "4.1.3-alpha.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@tarojs/runtime": "4.1.2",
27
- "@tarojs/taro": "4.1.2"
26
+ "@tarojs/runtime": "4.1.3-alpha.1",
27
+ "@tarojs/taro": "4.1.3-alpha.1"
28
28
  },
29
29
  "scripts": {
30
30
  "test": "TARO_ENV=weapp jest --coverage false",
@@ -1,5 +1,6 @@
1
1
  /* eslint-disable no-mixed-operators */
2
2
  /* eslint-disable prefer-const */
3
+ /* eslint-disable taro/max-ternary-depth */
3
4
  /*!
4
5
  * Sizzle CSS Selector Engine v@VERSION
5
6
  * https://sizzlejs.com/
@@ -6,6 +6,7 @@
6
6
  /* eslint-disable no-unused-expressions */
7
7
  /* eslint-disable eqeqeq */
8
8
  /* eslint-disable prefer-const */
9
+ /* eslint-disable taro/max-ternary-depth */
9
10
  // Zepto.js
10
11
  // (c) 2010-2017 Thomas Fuchs
11
12
  // Zepto.js may be freely distributed under the MIT license.