@bytecodealliance/preview2-shim 0.16.3 → 0.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -262,7 +262,7 @@ class OutgoingRequest {
262
262
  if (
263
263
  extra.length ||
264
264
  (port !== undefined &&
265
- (portNum.toString() !== port || portNum > 9999)) ||
265
+ (portNum.toString() !== port || portNum > 65535)) ||
266
266
  !host.match(/^[a-zA-Z0-9-.]+$/)
267
267
  )
268
268
  throw undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytecodealliance/preview2-shim",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "description": "WASI Preview2 shim for JS environments",
5
5
  "author": "Guy Bedford, Eduardo Rodrigues<16357187+eduardomourar@users.noreply.github.com>",
6
6
  "type": "module",