@tarojs/router 3.6.5-alpha.2 → 3.6.5

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
@@ -16,7 +16,7 @@ var MobileDetect__default = /*#__PURE__*/_interopDefaultLegacy(MobileDetect);
16
16
  var queryString__default = /*#__PURE__*/_interopDefaultLegacy(queryString);
17
17
  var UniversalRouter__default = /*#__PURE__*/_interopDefaultLegacy(UniversalRouter);
18
18
 
19
- /*! *****************************************************************************
19
+ /******************************************************************************
20
20
  Copyright (c) Microsoft Corporation.
21
21
 
22
22
  Permission to use, copy, modify, and/or distribute this software for any
package/dist/index.esm.js CHANGED
@@ -6,7 +6,7 @@ import { defineCustomElementTaroTabbar } from '@tarojs/components/dist/component
6
6
  import { initTabBarApis } from '@tarojs/taro';
7
7
  import UniversalRouter from 'universal-router';
8
8
 
9
- /*! *****************************************************************************
9
+ /******************************************************************************
10
10
  Copyright (c) Microsoft Corporation.
11
11
 
12
12
  Permission to use, copy, modify, and/or distribute this software for any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/router",
3
- "version": "3.6.5-alpha.2",
3
+ "version": "3.6.5",
4
4
  "description": "Taro-router",
5
5
  "browser": "dist/index.esm.js",
6
6
  "main:h5": "dist/index.js",
@@ -27,8 +27,8 @@
27
27
  "mobile-detect": "^1.4.2",
28
28
  "query-string": "^7.1.1",
29
29
  "universal-router": "^8.3.0",
30
- "@tarojs/runtime": "3.6.5-alpha.2",
31
- "@tarojs/taro": "3.6.5-alpha.2"
30
+ "@tarojs/runtime": "3.6.5",
31
+ "@tarojs/taro": "3.6.5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@rollup/plugin-commonjs": "^20.0.0",