@endo/stream
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@endo/stream", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Foundation for async iterators as streams", | ||
@@ -47,9 +47,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@endo/eventual-send": "^1.2.1", | ||
"@endo/promise-kit": "^1.1.1", | ||
"ses": "^1.4.1" | ||
"@endo/eventual-send": "^1.2.2", | ||
"@endo/promise-kit": "^1.1.2", | ||
"ses": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.1.1", | ||
"@endo/ses-ava": "^1.2.1", | ||
"@endo/init": "^1.1.2", | ||
"@endo/ses-ava": "^1.2.2", | ||
"ava": "^6.1.2", | ||
@@ -63,3 +63,3 @@ "babel-eslint": "^10.0.3", | ||
"eslint-plugin-import": "^2.29.0", | ||
"prettier": "^3.0.0", | ||
"prettier": "^3.2.5", | ||
"ts-api-utils": "~1.0.1", | ||
@@ -92,3 +92,3 @@ "typescript": "~5.5.0-dev.20240327" | ||
}, | ||
"gitHead": "25229bdcc26babb3afe0c229df4283a0f3c105f3" | ||
"gitHead": "08e59bc0d262565165636c2e3875bbe3dcb91cf8" | ||
} |
Updated@endo/eventual-send@^1.2.2
Updated@endo/promise-kit@^1.1.2
Updatedses@^1.5.0