@tarojs/runtime 3.4.0-beta.0 → 3.4.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.
@@ -13,3 +13,4 @@ export declare function isHasExtractProp(el: TaroElement): boolean;
13
13
  */
14
14
  export declare function isParentBinded(node: TaroElement | null, type: string): boolean;
15
15
  export declare function shortcutAttr(key: string): string;
16
+ export declare const customWrapperCache: Map<string, Record<string, any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/runtime",
3
- "version": "3.4.0-beta.0",
3
+ "version": "3.4.0",
4
4
  "description": "taro runtime for mini apps.",
5
5
  "main": "dist/runtime.esm.js",
6
6
  "module": "dist/runtime.esm.js",
@@ -24,13 +24,13 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@tarojs/shared": "3.4.0-beta.0",
27
+ "@tarojs/shared": "3.4.0",
28
28
  "inversify": "5.1.1",
29
29
  "lodash-es": "4.17.15",
30
30
  "reflect-metadata": "^0.1.13"
31
31
  },
32
32
  "devDependencies": {
33
- "@tarojs/taro": "3.4.0-beta.0"
33
+ "@tarojs/taro": "3.4.0"
34
34
  },
35
- "gitHead": "107670bc2360ee9136a0e558e6d5fad1db640fba"
35
+ "gitHead": "a0e97bc937f878cc059f54748c9a3829fa3f4664"
36
36
  }