@dxos/client-services 0.8.2 → 0.8.3-main.7f5a14c
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-IFPYIR2N.mjs → chunk-MTQOZHXG.mjs} +2 -2
- package/dist/lib/browser/chunk-MTQOZHXG.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-VC4EAGT6.cjs → chunk-3ZH4KOAU.cjs} +5 -5
- package/dist/lib/node/chunk-3ZH4KOAU.cjs.map +7 -0
- package/dist/lib/node/index.cjs +47 -47
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +8 -8
- package/dist/lib/node-esm/{chunk-SV2U4CXT.mjs → chunk-VPRCNS6P.mjs} +2 -2
- package/dist/lib/node-esm/chunk-VPRCNS6P.mjs.map +7 -0
- 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/dist/types/src/version.d.ts +1 -1
- package/dist/types/src/version.d.ts.map +1 -1
- package/package.json +37 -37
- package/src/version.ts +1 -5
- package/dist/lib/browser/chunk-IFPYIR2N.mjs.map +0 -7
- package/dist/lib/node/chunk-VC4EAGT6.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-SV2U4CXT.mjs.map +0 -7
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
InvitationsManager,
|
|
7
7
|
ServiceContext,
|
|
8
8
|
SpaceInvitationProtocol
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-MTQOZHXG.mjs";
|
|
10
10
|
|
|
11
11
|
// packages/sdk/client-services/src/packlets/testing/credential-utils.ts
|
|
12
12
|
import { createCredential } from "@dxos/credentials";
|
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_3ZH4KOAU_exports = {};
|
|
30
|
+
__export(chunk_3ZH4KOAU_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
DataSpace: () => DataSpace,
|
|
@@ -72,7 +72,7 @@ __export(chunk_VC4EAGT6_exports, {
|
|
|
72
72
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
73
73
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
74
74
|
});
|
|
75
|
-
module.exports = __toCommonJS(
|
|
75
|
+
module.exports = __toCommonJS(chunk_3ZH4KOAU_exports);
|
|
76
76
|
var import_async = require("@dxos/async");
|
|
77
77
|
var import_stream = require("@dxos/codec-protobuf/stream");
|
|
78
78
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -745,7 +745,7 @@ var DevtoolsServiceImpl = class {
|
|
|
745
745
|
});
|
|
746
746
|
}
|
|
747
747
|
};
|
|
748
|
-
var DXOS_VERSION = "0.8.
|
|
748
|
+
var DXOS_VERSION = "0.8.3-main.7f5a14c";
|
|
749
749
|
var getPlatform = () => {
|
|
750
750
|
if (process.browser) {
|
|
751
751
|
if (typeof window !== "undefined") {
|
|
@@ -9308,4 +9308,4 @@ ClientServicesHost = _ts_decorate11([
|
|
|
9308
9308
|
subscribeToSpaces,
|
|
9309
9309
|
subscribeToSwarmInfo
|
|
9310
9310
|
});
|
|
9311
|
-
//# sourceMappingURL=chunk-
|
|
9311
|
+
//# sourceMappingURL=chunk-3ZH4KOAU.cjs.map
|