cycle-gear
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -57,2 +57,3 @@ import { adapt } from '@cycle/run/lib/adapt'; | ||
.remember(); | ||
modelCache.set(gear, state); | ||
} | ||
@@ -100,2 +101,3 @@ const views = teeth.reduce((accum, tooth) => Object.assign(accum, { | ||
.remember(); | ||
modelCache.set(gear, state); | ||
} | ||
@@ -102,0 +104,0 @@ for (let tooth of teeth) { |
@@ -111,2 +111,3 @@ "use strict"; | ||
.remember(); | ||
modelCache.set(gear, state); | ||
} | ||
@@ -165,2 +166,3 @@ var views = teeth.reduce(function (accum, tooth) { | ||
.remember(); | ||
modelCache.set(gear, state); | ||
} | ||
@@ -167,0 +169,0 @@ var _loop_2 = function (tooth) { |
@@ -113,2 +113,3 @@ import { adapt } from '@cycle/run/lib/adapt' | ||
.remember() | ||
modelCache.set(gear, state) | ||
} | ||
@@ -182,2 +183,3 @@ const views = teeth.reduce((accum, tooth) => Object.assign(accum, { | ||
.remember() | ||
modelCache.set(gear, state) | ||
} | ||
@@ -184,0 +186,0 @@ for (let tooth of teeth) { |
{ | ||
"name": "cycle-gear", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Main function factory for CycleJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
67724
719