@cycle/rx-adapter
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var rx_1 = require('rx'); | ||
@@ -2,0 +3,0 @@ function logToConsoleError(err) { |
{ | ||
"name": "@cycle/rx-adapter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Cycle.js RxJS 4 Stream Adapter", | ||
@@ -37,7 +37,6 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"rx": "*", | ||
"@cycle/base": "^1.2.0" | ||
"rx": "*" | ||
}, | ||
"devDependencies": { | ||
"@cycle/base": "^1.2.0", | ||
"@cycle/base": "^1.3.1", | ||
"assert": "^1.3.0", | ||
@@ -52,5 +51,5 @@ "babel-preset-es2015": "^6.3.13", | ||
"rx": "^4.0.7", | ||
"tslint": "^3.2.2", | ||
"typescript": "^1.7.5", | ||
"typings": "^0.6.3", | ||
"tslint": "3.6.0", | ||
"typescript": "^1.8.9", | ||
"typings": "^0.7.12", | ||
"uglify-js": "^2.6.1" | ||
@@ -57,0 +56,0 @@ }, |
{ | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@cycle/base": "npm:@cycle/base" | ||
}, | ||
"devDependencies": {}, | ||
@@ -4,0 +6,0 @@ "ambientDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
284
17945