@dxos/codec-protobuf 2.33.9-dev.7c8c6a09 → 2.33.9-dev.a78b0c94

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import type { Codec } from './interface';
2
3
  /**
3
4
  * Protobuf codec returns instances of Uint8Arrays, but some storages expect to receive Buffers. This function patches the encode method to convert result into a Buffer.
@@ -1 +1 @@
1
- {"version":3,"file":"buffer-patch.d.ts","sourceRoot":"","sources":["../../src/buffer-patch.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC;;GAEG;AACH,eAAO,MAAM,gBAAgB,UAAW,MAAM,GAAG,CAAC;gBACpC,GAAG;;CAEf,CAAC"}
1
+ {"version":3,"file":"buffer-patch.d.ts","sourceRoot":"","sources":["../../src/buffer-patch.ts"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC;;GAEG;AACH,eAAO,MAAM,gBAAgB,UAAW,MAAM,GAAG,CAAC;gBACpC,GAAG;;CAEf,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/codec-protobuf",
3
- "version": "2.33.9-dev.7c8c6a09",
3
+ "version": "2.33.9-dev.a78b0c94",
4
4
  "license": "MIT",
5
5
  "author": "DXOS.org",
6
6
  "main": "dist/src/index.js",