@agoric/eventual-send
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.13.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.2...@agoric/eventual-send@0.13.3) (2021-03-16) | ||
### Bug Fixes | ||
* make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647) | ||
## [0.13.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.1...@agoric/eventual-send@0.13.2) (2021-02-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/eventual-send", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -13,2 +13,3 @@ "parsers": { | ||
"test:nyc": "nyc ava", | ||
"test:xs": "exit 0", | ||
"build": "exit 0", | ||
@@ -29,4 +30,4 @@ "lint-fix": "eslint --fix '**/*.js'", | ||
"devDependencies": { | ||
"@agoric/assert": "^0.2.2", | ||
"@agoric/install-ses": "^0.5.2", | ||
"@agoric/assert": "^0.2.3", | ||
"@agoric/install-ses": "^0.5.3", | ||
"ava": "^3.12.1", | ||
@@ -67,3 +68,3 @@ "esm": "^3.2.7", | ||
}, | ||
"gitHead": "d9b77a4d36fe99c963e86733b90d878231201422" | ||
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7" | ||
} |
@@ -0,1 +1,2 @@ | ||
/* global globalThis */ | ||
import { makeHandledPromise } from './src/index'; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* global globalThis */ | ||
// @ts-nocheck | ||
@@ -2,0 +3,0 @@ |
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
110266
2286