@cycle/time
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -0,1 +1,7 @@ | ||
## 0.19.0 (2018-12-10) | ||
* fix(time): support TypeScript's strict mode ([d4c7d6b](https://github.com/cyclejs/cyclejs/commit/d4c7d6b)) | ||
## 0.18.0 (2018-12-02) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@cycle/time", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "A time driver designed to enable awesome testing and dev tooling", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cycle/run": "^5.1.0", | ||
"@cycle/run": "^5.2.0", | ||
"combine-errors": "3.0.x", | ||
@@ -28,6 +28,6 @@ "most": "*", | ||
"devDependencies": { | ||
"@cycle/dom": "^22.0.0", | ||
"@cycle/rxjs-run": "^10.0.0", | ||
"@cycle/dom": "^22.2.0", | ||
"@cycle/rxjs-run": "^10.2.0", | ||
"@types/mocha": "5.2.x", | ||
"@types/node": "10.11.x", | ||
"@types/node": "10.12.x", | ||
"budo": "^11.5.0", | ||
@@ -39,6 +39,6 @@ "garnish": "5.2.x", | ||
"rxjs": "6.3.x", | ||
"snabbdom-selector": "4.0.x", | ||
"snabbdom-selector": "4.1.x", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "3.1.x" | ||
"typescript": "3.2.x" | ||
}, | ||
@@ -45,0 +45,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
158150
104
2030
Updated@cycle/run@^5.2.0