@agoric/eventual-send
Advanced tools
Comparing version 0.2.5 to 0.3.0
@@ -41,2 +41,3 @@ 'use strict'; | ||
} | ||
/** | ||
@@ -43,0 +44,0 @@ * Modify a Promise class to have it support eventual send |
@@ -37,2 +37,3 @@ // Create HandledPromise static methods as a bridge from v0.2.4 to | ||
} | ||
/** | ||
@@ -39,0 +40,0 @@ * Modify a Promise class to have it support eventual send |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.makeEPromiseClass = {})); | ||
(global = global || self, factory(global.EventualSend = {})); | ||
}(this, function (exports) { 'use strict'; | ||
@@ -43,2 +43,3 @@ | ||
} | ||
/** | ||
@@ -45,0 +46,0 @@ * Modify a Promise class to have it support eventual send |
{ | ||
"name": "@agoric/eventual-send", | ||
"version": "0.2.5", | ||
"version": "0.3.0", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -5,0 +5,0 @@ "main": "dist/eventual-send.cjs.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
51101