@dxos/client-services 0.5.0 → 0.5.1-next.2ad6c47
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-ESEYLOPB.mjs → chunk-CMVTOS5E.mjs} +2 -2
- package/dist/lib/browser/{chunk-ESEYLOPB.mjs.map → chunk-CMVTOS5E.mjs.map} +2 -2
- 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-GA7JFIXK.cjs → chunk-EAWN3LCD.cjs} +5 -5
- package/dist/lib/node/{chunk-GA7JFIXK.cjs.map → chunk-EAWN3LCD.cjs.map} +2 -2
- package/dist/lib/node/index.cjs +43 -43
- 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 +34 -34
- package/src/version.ts +1 -5
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
InvitationsManager,
|
|
8
8
|
ServiceContext,
|
|
9
9
|
SpaceInvitationProtocol
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-CMVTOS5E.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_EAWN3LCD_exports = {};
|
|
30
|
+
__export(chunk_EAWN3LCD_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -66,7 +66,7 @@ __export(chunk_GA7JFIXK_exports, {
|
|
|
66
66
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
67
67
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
68
68
|
});
|
|
69
|
-
module.exports = __toCommonJS(
|
|
69
|
+
module.exports = __toCommonJS(chunk_EAWN3LCD_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");
|
|
@@ -4869,7 +4869,7 @@ var ServiceRegistry = class {
|
|
|
4869
4869
|
delete this._handlers[name];
|
|
4870
4870
|
}
|
|
4871
4871
|
};
|
|
4872
|
-
var DXOS_VERSION = "0.5.
|
|
4872
|
+
var DXOS_VERSION = "0.5.1-next.2ad6c47";
|
|
4873
4873
|
var getPlatform = () => {
|
|
4874
4874
|
if (process.browser) {
|
|
4875
4875
|
if (typeof window !== "undefined") {
|
|
@@ -5881,4 +5881,4 @@ var findConfigs = () => {
|
|
|
5881
5881
|
subscribeToSpaces,
|
|
5882
5882
|
subscribeToSwarmInfo
|
|
5883
5883
|
});
|
|
5884
|
-
//# sourceMappingURL=chunk-
|
|
5884
|
+
//# sourceMappingURL=chunk-EAWN3LCD.cjs.map
|