@berlysia/remote-switch
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -33,7 +33,2 @@ "use strict"; | ||
}, { | ||
key: "done", | ||
value: function done(onResolved) { | ||
return this.then(onResolved, undefined); | ||
} | ||
}, { | ||
key: "catch", | ||
@@ -52,3 +47,5 @@ value: function _catch(onRejected) { | ||
value: function resolve(arg) { | ||
return new RemoteSwitch.resolve(arg); | ||
var ret = new RemoteSwitch(); | ||
ret.resolve(arg); | ||
return ret; | ||
} | ||
@@ -58,3 +55,5 @@ }, { | ||
value: function reject(arg) { | ||
return new RemoteSwitch.reject(arg); | ||
var ret = new RemoteSwitch(); | ||
ret.reject(arg); | ||
return ret; | ||
} | ||
@@ -61,0 +60,0 @@ }]); |
{ | ||
"name": "@berlysia/remote-switch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "main.js", | ||
@@ -5,0 +5,0 @@ "author": "berlysia", |
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
5173
98