@dxos/client-services 0.6.1 → 0.6.2-main.8a232a5
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-YKDA73YQ.mjs → chunk-5Z4CN56J.mjs} +2 -2
- package/dist/lib/browser/chunk-5Z4CN56J.mjs.map +7 -0
- 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-EPLLMAYG.cjs → chunk-OLPYDKZW.cjs} +5 -5
- package/dist/lib/node/chunk-OLPYDKZW.cjs.map +7 -0
- package/dist/lib/node/index.cjs +45 -45
- 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/dist/types/src/version.d.ts.map +1 -1
- package/package.json +36 -36
- package/src/packlets/services/automerge-host.test.ts +4 -5
- package/src/version.ts +1 -5
- package/dist/lib/browser/chunk-YKDA73YQ.mjs.map +0 -7
- package/dist/lib/node/chunk-EPLLMAYG.cjs.map +0 -7
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
InvitationsManager,
|
|
8
8
|
ServiceContext,
|
|
9
9
|
SpaceInvitationProtocol
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-5Z4CN56J.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_OLPYDKZW_exports = {};
|
|
30
|
+
__export(chunk_OLPYDKZW_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -70,7 +70,7 @@ __export(chunk_EPLLMAYG_exports, {
|
|
|
70
70
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
71
71
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
72
72
|
});
|
|
73
|
-
module.exports = __toCommonJS(
|
|
73
|
+
module.exports = __toCommonJS(chunk_OLPYDKZW_exports);
|
|
74
74
|
var import_async = require("@dxos/async");
|
|
75
75
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
76
76
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -646,7 +646,7 @@ var DevtoolsServiceImpl = class {
|
|
|
646
646
|
});
|
|
647
647
|
}
|
|
648
648
|
};
|
|
649
|
-
var DXOS_VERSION = "0.6.
|
|
649
|
+
var DXOS_VERSION = "0.6.2-main.8a232a5";
|
|
650
650
|
var getPlatform = () => {
|
|
651
651
|
if (process.browser) {
|
|
652
652
|
if (typeof window !== "undefined") {
|
|
@@ -7126,4 +7126,4 @@ ClientServicesHost = _ts_decorate8([
|
|
|
7126
7126
|
subscribeToSpaces,
|
|
7127
7127
|
subscribeToSwarmInfo
|
|
7128
7128
|
});
|
|
7129
|
-
//# sourceMappingURL=chunk-
|
|
7129
|
+
//# sourceMappingURL=chunk-OLPYDKZW.cjs.map
|