@clairejs/client 3.0.5 → 3.0.6

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Change Log
2
2
 
3
- #### 3.0.5: update url info
3
+ #### 3.0.6: update url info
4
4
 
5
5
  - add hash
6
6
  - update view middware: from is nullable
@@ -2,10 +2,10 @@ export interface UrlInfo {
2
2
  path: string;
3
3
  hash: string;
4
4
  params: {
5
- [key: string]: string | undefined;
5
+ [key: string]: string;
6
6
  };
7
7
  query: {
8
- [key: string]: string | undefined;
8
+ [key: string]: string;
9
9
  };
10
10
  }
11
11
  //# sourceMappingURL=UrlInfo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UrlInfo.d.ts","sourceRoot":"","sources":["../../src/routing/UrlInfo.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,CAAC;IAC9C,KAAK,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,CAAC;CAChD"}
1
+ {"version":3,"file":"UrlInfo.d.ts","sourceRoot":"","sources":["../../src/routing/UrlInfo.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClC,KAAK,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CACpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clairejs/client",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {