@dxos/client-services 0.5.3-main.bbd33a9 → 0.5.3-main.bfb5bca
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-OBORGSLR.mjs → chunk-37IRJT27.mjs} +2 -2
- package/dist/lib/browser/{chunk-OBORGSLR.mjs.map → chunk-37IRJT27.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-AEDHS37H.cjs → chunk-VMWYOBSD.cjs} +5 -5
- package/dist/lib/node/{chunk-AEDHS37H.cjs.map → chunk-VMWYOBSD.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-37IRJT27.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_VMWYOBSD_exports = {};
|
|
30
|
+
__export(chunk_VMWYOBSD_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -67,7 +67,7 @@ __export(chunk_AEDHS37H_exports, {
|
|
|
67
67
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
68
68
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
69
69
|
});
|
|
70
|
-
module.exports = __toCommonJS(
|
|
70
|
+
module.exports = __toCommonJS(chunk_VMWYOBSD_exports);
|
|
71
71
|
var import_async = require("@dxos/async");
|
|
72
72
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
73
73
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -5336,7 +5336,7 @@ var ServiceRegistry = class {
|
|
|
5336
5336
|
delete this._handlers[name];
|
|
5337
5337
|
}
|
|
5338
5338
|
};
|
|
5339
|
-
var DXOS_VERSION = "0.5.3-main.
|
|
5339
|
+
var DXOS_VERSION = "0.5.3-main.bfb5bca";
|
|
5340
5340
|
var getPlatform = () => {
|
|
5341
5341
|
if (process.browser) {
|
|
5342
5342
|
if (typeof window !== "undefined") {
|
|
@@ -6357,4 +6357,4 @@ var findConfigs = () => {
|
|
|
6357
6357
|
subscribeToSpaces,
|
|
6358
6358
|
subscribeToSwarmInfo
|
|
6359
6359
|
});
|
|
6360
|
-
//# sourceMappingURL=chunk-
|
|
6360
|
+
//# sourceMappingURL=chunk-VMWYOBSD.cjs.map
|