cyclic-router
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,10 @@ | ||
# v2.1.2 (2016-07-02) | ||
## Bug Fixes | ||
- **typings:** Add RouterSource typings and remove typing dependency to switch-path (#65) | ||
([d033b2a5](https://github.com/git+https://github.com/TylorS/cyclic-router.git/commits/d033b2a59c8e6f64cdef164f35c49dbd0e8dbc9a)) | ||
# v2.1.1 (2016-06-21) | ||
@@ -2,0 +11,0 @@ |
import { StreamAdapter } from '@cycle/base'; | ||
import { Pathname } from '@cycle/history/lib/interfaces'; | ||
import { RouteDefinitions } from 'switch-path'; | ||
import { RouteDefinitions } from './interfaces'; | ||
export declare class RouterSource { | ||
@@ -5,0 +5,0 @@ history$: any; |
{ | ||
"name": "cyclic-router", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A router driver built for Cycle.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -18,5 +18,4 @@ { | ||
"files": [ | ||
"typings/main.d.ts", | ||
"src/custom-typings/main.d.ts", | ||
"src/index.ts" | ||
"src/index.ts", | ||
"src/switch-path.d.ts" | ||
], | ||
@@ -23,0 +22,0 @@ "exclude": [ |
{ | ||
"name": "cyclic-router", | ||
"dependencies": { | ||
"@cycle/history": "npm:@cycle/history" | ||
}, | ||
"ambientDevDependencies": { | ||
@@ -7,0 +4,0 @@ "mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#d6dd320291705694ba8e1a79497a908e9f5e6617", |
Sorry, the diff of this file is not supported yet
930493
63
7878