protons-runtime
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -143,7 +143,7 @@ import type { Codec } from './codec.js'; | ||
/** | ||
* Reads a sequence of bytes preceeded by its length as a varint | ||
* Reads a sequence of bytes preceded by its length as a varint | ||
*/ | ||
bytes: () => number; | ||
bytes: () => Uint8Array; | ||
/** | ||
* Reads a string preceeded by its byte length as a varint | ||
* Reads a string preceded by its byte length as a varint | ||
*/ | ||
@@ -150,0 +150,0 @@ string: () => string; |
{ | ||
"name": "protons-runtime", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Shared code to make your bundle smaller when running protons in your app", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -183,8 +183,8 @@ import type { Codec } from './codec.js' | ||
/** | ||
* Reads a sequence of bytes preceeded by its length as a varint | ||
* Reads a sequence of bytes preceded by its length as a varint | ||
*/ | ||
bytes: () => number | ||
bytes: () => Uint8Array | ||
/** | ||
* Reads a string preceeded by its byte length as a varint | ||
* Reads a string preceded by its byte length as a varint | ||
*/ | ||
@@ -191,0 +191,0 @@ string: () => string |
Sorry, the diff of this file is not supported yet
30967