@be-link/cs-cli-nodejs 0.1.33 → 0.1.34

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.
@@ -162,7 +162,7 @@ export declare namespace ShuttleBusSupplier {
162
162
  }
163
163
  interface queryChangeableRoute {
164
164
  itemId: string;
165
- date: string;
165
+ date: number;
166
166
  district: string;
167
167
  city: string;
168
168
  province: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {