@dxos/client-services 0.5.9-main.e183eeb → 0.5.9-next.a50ff17
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-S5DPO2DT.mjs → chunk-LCPF6KL6.mjs} +2 -2
- package/dist/lib/browser/{chunk-S5DPO2DT.mjs.map → chunk-LCPF6KL6.mjs.map} +1 -1
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-F2EIFQZH.cjs → chunk-L7MVHCXK.cjs} +5 -5
- package/dist/lib/node/{chunk-F2EIFQZH.cjs.map → chunk-L7MVHCXK.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +41 -41
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/version.ts +1 -1
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
InvitationsManager,
|
|
8
8
|
ServiceContext,
|
|
9
9
|
SpaceInvitationProtocol
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-LCPF6KL6.mjs";
|
|
11
11
|
|
|
12
12
|
// packages/sdk/client-services/src/packlets/testing/credential-utils.ts
|
|
13
13
|
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_L7MVHCXK_exports = {};
|
|
30
|
+
__export(chunk_L7MVHCXK_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -66,7 +66,7 @@ __export(chunk_F2EIFQZH_exports, {
|
|
|
66
66
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
67
67
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
68
68
|
});
|
|
69
|
-
module.exports = __toCommonJS(
|
|
69
|
+
module.exports = __toCommonJS(chunk_L7MVHCXK_exports);
|
|
70
70
|
var import_async = require("@dxos/async");
|
|
71
71
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
72
72
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -631,7 +631,7 @@ var DevtoolsServiceImpl = class {
|
|
|
631
631
|
});
|
|
632
632
|
}
|
|
633
633
|
};
|
|
634
|
-
var DXOS_VERSION = "0.5.9-
|
|
634
|
+
var DXOS_VERSION = "0.5.9-next.a50ff17";
|
|
635
635
|
var getPlatform = () => {
|
|
636
636
|
if (process.browser) {
|
|
637
637
|
if (typeof window !== "undefined") {
|
|
@@ -6700,4 +6700,4 @@ ClientServicesHost = _ts_decorate8([
|
|
|
6700
6700
|
subscribeToSpaces,
|
|
6701
6701
|
subscribeToSwarmInfo
|
|
6702
6702
|
});
|
|
6703
|
-
//# sourceMappingURL=chunk-
|
|
6703
|
+
//# sourceMappingURL=chunk-L7MVHCXK.cjs.map
|