@ray-js/wechat-router 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.d.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/wechat-router",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ray-js/wechat-helper": "^0.1.6"
28
+ "@ray-js/wechat-helper": "^0.1.7"
29
29
  },
30
30
  "peerDependencies": {}
31
31
  }
package/src/index.d.ts CHANGED
@@ -12,10 +12,6 @@ interface RouteOption {
12
12
  };
13
13
  }
14
14
  declare let url404: string;
15
- /**
16
- * 指定使用的空间名
17
- * @param spaceName
18
- */
19
15
  export declare const initSpace: (spaceName: string, options?: {
20
16
  url404: string;
21
17
  }) => {