@endo/eventual-send
Advanced tools
Comparing version 0.16.2 to 0.16.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.16.3](https://github.com/endojs/endo/compare/@endo/eventual-send@0.16.2...@endo/eventual-send@0.16.3) (2022-08-26) | ||
### Bug Fixes | ||
* **eventual-send:** Remove lingering ?. operator ([51b38c2](https://github.com/endojs/endo/commit/51b38c2ba4d3e3c1a69ad4ccf1a343dadd3eed93)) | ||
### [0.16.2](https://github.com/endojs/endo/compare/@endo/eventual-send@0.16.1...@endo/eventual-send@0.16.2) (2022-08-26) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@endo/eventual-send", | ||
"version": "0.16.2", | ||
"version": "0.16.3", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -30,4 +30,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@endo/lockdown": "^0.1.18", | ||
"@endo/ses-ava": "^0.2.30", | ||
"@endo/lockdown": "^0.1.19", | ||
"@endo/ses-ava": "^0.2.31", | ||
"ava": "^3.12.1", | ||
@@ -66,3 +66,3 @@ "c8": "^7.7.3", | ||
}, | ||
"gitHead": "01878cf30cd3196cb4ce0bc08972fefc32fb1143" | ||
"gitHead": "5935c16158f239ef9ad5a0c5443e02fed537cb6e" | ||
} |
@@ -28,3 +28,3 @@ /* global globalThis */ | ||
// the feature enabled in production does not cause memory to leak. | ||
const ENABLED = env?.TRACK_TURNS === 'enabled'; | ||
const ENABLED = env.TRACK_TURNS === 'enabled'; | ||
@@ -31,0 +31,0 @@ // We hoist these functions out of trackTurns() to discourage the |
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
86670