@dxos/client-services 0.6.3 → 0.6.4
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-OZZNR4XY.mjs → chunk-GB7WWT66.mjs} +2 -2
- package/dist/lib/browser/{chunk-OZZNR4XY.mjs.map → chunk-GB7WWT66.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-XWGBHONI.cjs → chunk-6XNQ7GM4.cjs} +5 -5
- package/dist/lib/node/{chunk-XWGBHONI.cjs.map → chunk-6XNQ7GM4.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +44 -44
- 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-GB7WWT66.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_6XNQ7GM4_exports = {};
|
|
30
|
+
__export(chunk_6XNQ7GM4_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
DataSpace: () => DataSpace,
|
|
@@ -69,7 +69,7 @@ __export(chunk_XWGBHONI_exports, {
|
|
|
69
69
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
70
70
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
71
71
|
});
|
|
72
|
-
module.exports = __toCommonJS(
|
|
72
|
+
module.exports = __toCommonJS(chunk_6XNQ7GM4_exports);
|
|
73
73
|
var import_async = require("@dxos/async");
|
|
74
74
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
75
75
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -645,7 +645,7 @@ var DevtoolsServiceImpl = class {
|
|
|
645
645
|
});
|
|
646
646
|
}
|
|
647
647
|
};
|
|
648
|
-
var DXOS_VERSION = "0.6.
|
|
648
|
+
var DXOS_VERSION = "0.6.4";
|
|
649
649
|
var getPlatform = () => {
|
|
650
650
|
if (process.browser) {
|
|
651
651
|
if (typeof window !== "undefined") {
|
|
@@ -7152,4 +7152,4 @@ ClientServicesHost = _ts_decorate8([
|
|
|
7152
7152
|
subscribeToSpaces,
|
|
7153
7153
|
subscribeToSwarmInfo
|
|
7154
7154
|
});
|
|
7155
|
-
//# sourceMappingURL=chunk-
|
|
7155
|
+
//# sourceMappingURL=chunk-6XNQ7GM4.cjs.map
|