@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.
- package/dist/lib/browser/{chunk-COV5H3SU.mjs → chunk-RRKGEIVZ.mjs} +1 -9
- package/dist/lib/browser/index.mjs +1 -2
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-XHGWCBX6.cjs → chunk-6KAVD3GU.cjs} +4 -4
- package/dist/lib/node/index.cjs +25 -25
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +10 -10
- package/dist/lib/node-esm/{chunk-KKYLPT56.mjs → chunk-4QES5F4H.mjs} +1 -1
- package/dist/lib/{browser/chunk-COV5H3SU.mjs.map → node-esm/chunk-4QES5F4H.mjs.map} +1 -1
- package/dist/lib/node-esm/index.mjs +1 -1
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +1 -1
- package/package.json +39 -45
- /package/dist/lib/{node-esm/chunk-KKYLPT56.mjs.map → browser/chunk-RRKGEIVZ.mjs.map} +0 -0
- /package/dist/lib/node/{chunk-XHGWCBX6.cjs.map → chunk-6KAVD3GU.cjs.map} +0 -0
|
@@ -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-
|
|
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-
|
|
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";
|