@cycle-robot-drivers/sound
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -23,2 +23,1 @@ /** | ||
}; | ||
export declare function IsolatedAudioPlayerAction(sources: any): any; |
@@ -17,3 +17,2 @@ "use strict"; | ||
var adapt_1 = require("@cycle/run/lib/adapt"); | ||
var isolate_1 = __importDefault(require("@cycle/isolate")); | ||
var action_1 = require("@cycle-robot-drivers/action"); | ||
@@ -161,7 +160,2 @@ /** | ||
exports.AudioPlayerAction = AudioPlayerAction; | ||
function IsolatedAudioPlayerAction(sources) { | ||
return isolate_1.default(AudioPlayerAction)(sources); | ||
} | ||
exports.IsolatedAudioPlayerAction = IsolatedAudioPlayerAction; | ||
; | ||
//# sourceMappingURL=AudioPlayerAction.js.map |
@@ -23,2 +23,1 @@ /** | ||
}; | ||
export declare function IsolatedAudioPlayerAction(sources: any): any; |
@@ -12,3 +12,2 @@ var __assign = (this && this.__assign) || Object.assign || function(t) { | ||
import { adapt } from '@cycle/run/lib/adapt'; | ||
import isolate from '@cycle/isolate'; | ||
import { Status, initGoal, generateGoalID, isEqual, } from '@cycle-robot-drivers/action'; | ||
@@ -155,6 +154,2 @@ /** | ||
} | ||
export function IsolatedAudioPlayerAction(sources) { | ||
return isolate(AudioPlayerAction)(sources); | ||
} | ||
; | ||
//# sourceMappingURL=AudioPlayerAction.js.map |
{ | ||
"name": "@cycle-robot-drivers/sound", | ||
"version": "0.0.6", | ||
"description": "Cycle.js drivers and action components for playing sounds using HTMLAudioElement", | ||
"version": "0.0.7", | ||
"description": "", | ||
"author": "Michael Jae-Yoon Chung", | ||
@@ -13,4 +13,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cycle/isolate": "3.4.0", | ||
"@cycle/run": "4.4.0", | ||
"@cycle/run": "5.1.0", | ||
"@cycle-robot-drivers/action": "~0.0.0", | ||
@@ -17,0 +16,0 @@ "xstream": "11.7.0" |
import xs from 'xstream'; | ||
import dropRepeats from 'xstream/extra/dropRepeats'; | ||
import {adapt} from '@cycle/run/lib/adapt'; | ||
import isolate from '@cycle/isolate'; | ||
import { | ||
@@ -194,5 +193,1 @@ GoalID, Goal, GoalStatus, Status, Result, | ||
} | ||
export function IsolatedAudioPlayerAction(sources) { | ||
return isolate(AudioPlayerAction)(sources); | ||
}; |
Sorry, the diff of this file is not supported yet
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
3
50342
968
+ Added@cycle/run@5.1.0(transitive)
- Removed@cycle/isolate@3.4.0
- Removed@cycle/isolate@3.4.0(transitive)
- Removed@cycle/run@4.4.0(transitive)
Updated@cycle/run@5.1.0