@dxos/echo-pipeline 0.6.14-main.2b6a0f3 → 0.6.14-main.f49f251

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,12 +1,5 @@
1
1
  import "@dxos/node-std/globals";
2
2
 
3
- // inject-globals:@inject-globals
4
- import {
5
- global,
6
- Buffer,
7
- process
8
- } from "@dxos/node-std/inject-globals";
9
-
10
3
  // packages/core/echo/echo-pipeline/src/common/codec.ts
11
4
  import { createCodecEncoding } from "@dxos/hypercore";
12
5
  import { schema } from "@dxos/protocols/proto";
@@ -2034,7 +2027,6 @@ SpaceManager = _ts_decorate7([
2034
2027
  ], SpaceManager);
2035
2028
 
2036
2029
  export {
2037
- Buffer,
2038
2030
  codec,
2039
2031
  valueEncoding,
2040
2032
  createMappedFeedWriter,
@@ -2057,4 +2049,4 @@ export {
2057
2049
  SpaceProtocolSession,
2058
2050
  SpaceManager
2059
2051
  };
2060
- //# sourceMappingURL=chunk-COV5H3SU.mjs.map
2052
+ //# sourceMappingURL=chunk-RRKGEIVZ.mjs.map
@@ -2,7 +2,6 @@ import "@dxos/node-std/globals";
2
2
  import {
3
3
  AuthExtension,
4
4
  AuthStatus,
5
- Buffer,
6
5
  CredentialRetrieverExtension,
7
6
  CredentialServerExtension,
8
7
  MOCK_AUTH_PROVIDER,
@@ -22,7 +21,7 @@ import {
22
21
  mapTimeframeToFeedIndexes,
23
22
  startAfter,
24
23
  valueEncoding
25
- } from "./chunk-COV5H3SU.mjs";
24
+ } from "./chunk-RRKGEIVZ.mjs";
26
25
 
27
26
  // packages/core/echo/echo-pipeline/src/db-host/data-service.ts
28
27
  import { UpdateScheduler as UpdateScheduler2 } from "@dxos/async";