Comparing version 5.0.0-1521036089661 to 5.0.0-1521047171357
@@ -59,3 +59,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
_this.version = "5.0.0-1521036089661"; | ||
_this.version = "5.0.0-1521047171357"; | ||
_this.debuggerComponentsMap = {}; | ||
@@ -62,0 +62,0 @@ _this.debuggerComponentDetailsId = 1; |
@@ -35,6 +35,6 @@ import { DevTools } from './devtools' | ||
interface ErrorClass { | ||
new(...args: any[]): any | ||
new(...args: any[]): any | ||
} | ||
export type SignalsMap = { | ||
export type SignalsMap = { | ||
[signalName: string]: Sequence | ||
@@ -85,3 +85,3 @@ } | ||
Controller | ||
*/ | ||
*/ | ||
export interface ControllerOptions { | ||
@@ -98,5 +98,3 @@ devtools?: DevTools | ||
getSignal<T=any>(path: string): Signal<T> | ||
// Not sure this is used anymore | ||
addModule(path: string, module: ModuleClass): void | ||
// Not sure this is used anymore | ||
removeModule(path: string): void | ||
@@ -103,0 +101,0 @@ } |
@@ -77,3 +77,3 @@ 'use strict'; | ||
_this.version = "5.0.0-1521036089661"; | ||
_this.version = "5.0.0-1521047171357"; | ||
_this.debuggerComponentsMap = {}; | ||
@@ -80,0 +80,0 @@ _this.debuggerComponentDetailsId = 1; |
{ | ||
"name": "cerebral", | ||
"version": "5.0.0-1521036089661", | ||
"version": "5.0.0-1521047171357", | ||
"description": "A state controller with its own debugger", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"es6-error": "^4.0.2", | ||
"function-tree": "^4.0.0-1521036089661" | ||
"function-tree": "^4.0.0-1521047171357" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
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
655885
6528