@cycle/base
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -11,2 +11,12 @@ <a name="1.3.0"></a> | ||
<a name="1.3.0"></a> | ||
# [1.3.0](https://github.com/cyclejs/base/compare/v1.2.2...v1.3.0) (2016-04-05) | ||
### Features | ||
* **src:** export CycleSetup interface ([191f08f](https://github.com/cyclejs/base/commit/191f08f)) | ||
<a name="1.2.2"></a> | ||
@@ -13,0 +23,0 @@ ## [1.2.2](https://github.com/cyclejs/base/compare/v1.2.1...v1.2.2) (2016-01-31) |
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.CycleBase = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
'use strict'; | ||
"use strict"; | ||
@@ -4,0 +4,0 @@ var _typeof2 = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; |
{ | ||
"name": "@cycle/base", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Base infrastructure for a generic run() function for Cycle.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
38795
23
647