@endo/stream
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@endo/stream", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Foundation for async iterators as streams", | ||
@@ -18,3 +18,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/endojs/endo.git" | ||
"url": "git+https://github.com/endojs/endo.git", | ||
"directory": "packages/stream" | ||
}, | ||
@@ -47,9 +48,9 @@ "bugs": { | ||
"dependencies": { | ||
"@endo/eventual-send": "^1.1.0", | ||
"@endo/promise-kit": "^1.0.2", | ||
"ses": "^1.1.0" | ||
"@endo/eventual-send": "^1.1.1", | ||
"@endo/promise-kit": "^1.0.3", | ||
"ses": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.0.2", | ||
"@endo/ses-ava": "^1.1.0", | ||
"@endo/init": "^1.0.3", | ||
"@endo/ses-ava": "^1.1.1", | ||
"@typescript-eslint/parser": "^6.18.1", | ||
@@ -66,2 +67,3 @@ "ava": "^5.3.0", | ||
"prettier": "^3.0.0", | ||
"ts-api-utils": "~1.0.1", | ||
"typescript": "~5.3.3" | ||
@@ -93,3 +95,3 @@ }, | ||
}, | ||
"gitHead": "373f9eebab66c94ed42350473c90fb25e6054f0a" | ||
"gitHead": "f731c5c12f8d185dbf2daf53ec6a57e5ac56e4e9" | ||
} |
39707
8
619
15
Updated@endo/eventual-send@^1.1.1
Updated@endo/promise-kit@^1.0.3
Updatedses@^1.2.0