brs-js 3.0.0 → 3.0.1
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.
- package/dist/dist.js +1 -1
- package/dist/dist.js.map +1 -1
- package/dist/dist.mjs +2 -6
- package/dist/dist.mjs.map +1 -1
- package/dist/dist.node.js +1 -1
- package/dist/dist.node.js.map +1 -1
- package/dist/dist.web.js +1 -1
- package/dist/dist.web.js.map +1 -1
- package/dist/src/brdb/msgpack.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/dist.mjs
CHANGED
|
@@ -4246,15 +4246,11 @@ function Ca(e) {
|
|
|
4246
4246
|
let t = e.u8();
|
|
4247
4247
|
if (ba(t) || xa(t)) return t;
|
|
4248
4248
|
switch (t) {
|
|
4249
|
-
case 204:
|
|
4249
|
+
case 204:
|
|
4250
|
+
case 208: return e.u8();
|
|
4250
4251
|
case 205: return e.u16be();
|
|
4251
4252
|
case 206: return e.u32be();
|
|
4252
4253
|
case 207: return va(e.u64be());
|
|
4253
|
-
case 208: {
|
|
4254
|
-
let t = e.i8();
|
|
4255
|
-
if (t < 0) throw RangeError("brdb: negative i8 marker for uint field");
|
|
4256
|
-
return t;
|
|
4257
|
-
}
|
|
4258
4254
|
default: return ya(t, "uint");
|
|
4259
4255
|
}
|
|
4260
4256
|
}
|