@fluidframework/container-loader 2.0.0-internal.7.4.0 → 2.0.0-internal.8.0.1
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/CHANGELOG.md +26 -0
- package/api-report/container-loader.api.md +0 -10
- package/dist/container-loader-alpha.d.ts +0 -13
- package/dist/container-loader-beta.d.ts +0 -9
- package/dist/container-loader-public.d.ts +0 -9
- package/dist/container-loader-untrimmed.d.ts +0 -20
- package/dist/container.cjs +0 -13
- package/dist/container.cjs.map +1 -1
- package/dist/container.d.ts +2 -10
- package/dist/container.d.ts.map +1 -1
- package/dist/containerStorageAdapter.cjs +4 -2
- package/dist/containerStorageAdapter.cjs.map +1 -1
- package/dist/containerStorageAdapter.d.ts.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/loader.cjs +1 -66
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.d.ts +1 -25
- package/dist/loader.d.ts.map +1 -1
- package/dist/packageVersion.cjs +1 -1
- package/dist/packageVersion.cjs.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/lib/container-loader-alpha.d.ts +0 -13
- package/lib/container-loader-beta.d.ts +0 -9
- package/lib/container-loader-public.d.ts +0 -9
- package/lib/container-loader-untrimmed.d.ts +0 -20
- package/lib/container.d.ts +2 -10
- package/lib/container.d.ts.map +1 -1
- package/lib/container.mjs +0 -13
- package/lib/container.mjs.map +1 -1
- package/lib/containerStorageAdapter.d.ts.map +1 -1
- package/lib/containerStorageAdapter.mjs +4 -2
- package/lib/containerStorageAdapter.mjs.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/loader.d.ts +1 -25
- package/lib/loader.d.ts.map +1 -1
- package/lib/loader.mjs +0 -64
- package/lib/loader.mjs.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.mjs +1 -1
- package/lib/packageVersion.mjs.map +1 -1
- package/package.json +22 -11
- package/src/container.ts +2 -25
- package/src/containerStorageAdapter.ts +4 -2
- package/src/index.ts +0 -1
- package/src/loader.ts +0 -84
- package/src/packageVersion.ts +1 -1
|
@@ -8,7 +8,6 @@ import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
|
8
8
|
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
9
9
|
import { IFluidCodeDetails } from '@fluidframework/container-definitions';
|
|
10
10
|
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
11
|
-
import { IFluidRouter } from '@fluidframework/core-interfaces';
|
|
12
11
|
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
13
12
|
import { ILoaderOptions as ILoaderOptions_2 } from '@fluidframework/container-definitions';
|
|
14
13
|
import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
|
|
@@ -16,8 +15,6 @@ import { IProtocolHandler as IProtocolHandler_2 } from '@fluidframework/protocol
|
|
|
16
15
|
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
17
16
|
import { IQuorumSnapshot } from '@fluidframework/protocol-base';
|
|
18
17
|
import { IRequest } from '@fluidframework/core-interfaces';
|
|
19
|
-
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IResponse } from '@fluidframework/core-interfaces';
|
|
21
18
|
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
22
19
|
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
23
20
|
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
@@ -49,8 +46,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
|
49
46
|
|
|
50
47
|
/* Excluded from this release type: IFluidModuleWithDetails */
|
|
51
48
|
|
|
52
|
-
/* Excluded from this release type: IFluidRouter */
|
|
53
|
-
|
|
54
49
|
/* Excluded from this release type: IHostLoader */
|
|
55
50
|
|
|
56
51
|
/* Excluded from this release type: ILoaderOptions */
|
|
@@ -71,8 +66,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
|
71
66
|
|
|
72
67
|
/* Excluded from this release type: IRequest */
|
|
73
68
|
|
|
74
|
-
/* Excluded from this release type: IResponse */
|
|
75
|
-
|
|
76
69
|
/* Excluded from this release type: isLocationRedirectionError */
|
|
77
70
|
|
|
78
71
|
/* Excluded from this release type: ITelemetryBaseLogger */
|
|
@@ -85,8 +78,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
|
85
78
|
|
|
86
79
|
/* Excluded from this release type: ProtocolHandlerBuilder */
|
|
87
80
|
|
|
88
|
-
/* Excluded from this release type: requestResolvedObjectFromContainer */
|
|
89
|
-
|
|
90
81
|
/* Excluded from this release type: resolveWithLocationRedirectionHandling */
|
|
91
82
|
|
|
92
83
|
/* Excluded from this release type: tryParseCompatibleResolvedUrl */
|
|
@@ -8,7 +8,6 @@ import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
|
8
8
|
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
9
9
|
import { IFluidCodeDetails } from '@fluidframework/container-definitions';
|
|
10
10
|
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
11
|
-
import { IFluidRouter } from '@fluidframework/core-interfaces';
|
|
12
11
|
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
13
12
|
import { ILoaderOptions as ILoaderOptions_2 } from '@fluidframework/container-definitions';
|
|
14
13
|
import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
|
|
@@ -16,8 +15,6 @@ import { IProtocolHandler as IProtocolHandler_2 } from '@fluidframework/protocol
|
|
|
16
15
|
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
17
16
|
import { IQuorumSnapshot } from '@fluidframework/protocol-base';
|
|
18
17
|
import { IRequest } from '@fluidframework/core-interfaces';
|
|
19
|
-
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IResponse } from '@fluidframework/core-interfaces';
|
|
21
18
|
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
22
19
|
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
23
20
|
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
@@ -49,8 +46,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
|
49
46
|
|
|
50
47
|
/* Excluded from this release type: IFluidModuleWithDetails */
|
|
51
48
|
|
|
52
|
-
/* Excluded from this release type: IFluidRouter */
|
|
53
|
-
|
|
54
49
|
/* Excluded from this release type: IHostLoader */
|
|
55
50
|
|
|
56
51
|
/* Excluded from this release type: ILoaderOptions */
|
|
@@ -71,8 +66,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
|
71
66
|
|
|
72
67
|
/* Excluded from this release type: IRequest */
|
|
73
68
|
|
|
74
|
-
/* Excluded from this release type: IResponse */
|
|
75
|
-
|
|
76
69
|
/* Excluded from this release type: isLocationRedirectionError */
|
|
77
70
|
|
|
78
71
|
/* Excluded from this release type: ITelemetryBaseLogger */
|
|
@@ -85,8 +78,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
|
85
78
|
|
|
86
79
|
/* Excluded from this release type: ProtocolHandlerBuilder */
|
|
87
80
|
|
|
88
|
-
/* Excluded from this release type: requestResolvedObjectFromContainer */
|
|
89
|
-
|
|
90
81
|
/* Excluded from this release type: resolveWithLocationRedirectionHandling */
|
|
91
82
|
|
|
92
83
|
/* Excluded from this release type: tryParseCompatibleResolvedUrl */
|
|
@@ -8,7 +8,6 @@ import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
|
8
8
|
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
9
9
|
import { IFluidCodeDetails } from '@fluidframework/container-definitions';
|
|
10
10
|
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
11
|
-
import { IFluidRouter } from '@fluidframework/core-interfaces';
|
|
12
11
|
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
13
12
|
import { ILoaderOptions as ILoaderOptions_2 } from '@fluidframework/container-definitions';
|
|
14
13
|
import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
|
|
@@ -16,8 +15,6 @@ import { IProtocolHandler as IProtocolHandler_2 } from '@fluidframework/protocol
|
|
|
16
15
|
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
17
16
|
import { IQuorumSnapshot } from '@fluidframework/protocol-base';
|
|
18
17
|
import { IRequest } from '@fluidframework/core-interfaces';
|
|
19
|
-
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IResponse } from '@fluidframework/core-interfaces';
|
|
21
18
|
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
22
19
|
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
23
20
|
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
@@ -271,10 +268,6 @@ export declare class Loader implements IHostLoader {
|
|
|
271
268
|
readonly services: ILoaderServices;
|
|
272
269
|
private readonly mc;
|
|
273
270
|
constructor(loaderProps: ILoaderProps);
|
|
274
|
-
/**
|
|
275
|
-
* @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the Container's IFluidRouter/request.
|
|
276
|
-
*/
|
|
277
|
-
get IFluidRouter(): IFluidRouter;
|
|
278
271
|
createDetachedContainer(codeDetails: IFluidCodeDetails, createDetachedProps?: {
|
|
279
272
|
canReconnect?: boolean;
|
|
280
273
|
clientDetailsOverride?: IClientDetails;
|
|
@@ -284,10 +277,6 @@ export declare class Loader implements IHostLoader {
|
|
|
284
277
|
clientDetailsOverride?: IClientDetails;
|
|
285
278
|
}): Promise<IContainer>;
|
|
286
279
|
resolve(request: IRequest, pendingLocalState?: string): Promise<IContainer>;
|
|
287
|
-
/**
|
|
288
|
-
* @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the Container's IFluidRouter/request.
|
|
289
|
-
*/
|
|
290
|
-
request(request: IRequest): Promise<IResponse>;
|
|
291
280
|
private resolveCore;
|
|
292
281
|
private loadContainer;
|
|
293
282
|
}
|
|
@@ -298,15 +287,6 @@ export declare class Loader implements IHostLoader {
|
|
|
298
287
|
*/
|
|
299
288
|
export declare type ProtocolHandlerBuilder = (attributes: IDocumentAttributes, snapshot: IQuorumSnapshot, sendProposal: (key: string, value: any) => number) => IProtocolHandler;
|
|
300
289
|
|
|
301
|
-
/**
|
|
302
|
-
* With an already-resolved container, we can request a component directly, without loading the container again
|
|
303
|
-
* @param container - a resolved container
|
|
304
|
-
* @returns component on the container
|
|
305
|
-
* @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
export declare function requestResolvedObjectFromContainer(container: IContainer, headers?: IRequestHeader): Promise<IResponse>;
|
|
309
|
-
|
|
310
290
|
/**
|
|
311
291
|
* Handles location redirection while fulfilling the loader request.
|
|
312
292
|
* @param api - Callback in which user can wrap the loader.resolve or loader.request call.
|
package/lib/container.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
|
-
import { ITelemetryProperties, IRequest,
|
|
5
|
+
import { ITelemetryProperties, IRequest, FluidObject } from "@fluidframework/core-interfaces";
|
|
6
6
|
import { AttachState, IAudience, ICodeDetailsLoader, IContainer, IContainerEvents, IContainerLoadMode, ICriticalContainerError, IDeltaManager, IFluidCodeDetails, ReadOnlyInfo } from "@fluidframework/container-definitions";
|
|
7
7
|
import { IDocumentServiceFactory, IResolvedUrl, IUrlResolver } from "@fluidframework/driver-definitions";
|
|
8
8
|
import { IClientDetails, IDocumentMessage, IQuorumClients, ISequencedDocumentMessage, ISnapshotTree } from "@fluidframework/protocol-definitions";
|
|
@@ -216,10 +216,6 @@ export declare class Container extends EventEmitterWithErrorHandling<IContainerE
|
|
|
216
216
|
private setAutoReconnectTime;
|
|
217
217
|
private noopHeuristic;
|
|
218
218
|
private get connectionMode();
|
|
219
|
-
/**
|
|
220
|
-
* @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
|
|
221
|
-
*/
|
|
222
|
-
get IFluidRouter(): IFluidRouter;
|
|
223
219
|
get resolvedUrl(): IResolvedUrl | undefined;
|
|
224
220
|
get readOnlyInfo(): ReadOnlyInfo;
|
|
225
221
|
/**
|
|
@@ -276,7 +272,7 @@ export declare class Container extends EventEmitterWithErrorHandling<IContainerE
|
|
|
276
272
|
/**
|
|
277
273
|
* {@inheritDoc @fluidframework/container-definitions#IContainer.entryPoint}
|
|
278
274
|
*/
|
|
279
|
-
getEntryPoint(): Promise<FluidObject
|
|
275
|
+
getEntryPoint(): Promise<FluidObject>;
|
|
280
276
|
private readonly _lifecycleEvents;
|
|
281
277
|
/**
|
|
282
278
|
* @internal
|
|
@@ -300,10 +296,6 @@ export declare class Container extends EventEmitterWithErrorHandling<IContainerE
|
|
|
300
296
|
attach(request: IRequest, attachProps?: {
|
|
301
297
|
deltaConnection?: "none" | "delayed";
|
|
302
298
|
}): Promise<void>;
|
|
303
|
-
/**
|
|
304
|
-
* @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
|
|
305
|
-
*/
|
|
306
|
-
request(path: IRequest): Promise<IResponse>;
|
|
307
299
|
private setAutoReconnectInternal;
|
|
308
300
|
connect(): void;
|
|
309
301
|
private connectInternal;
|
package/lib/container.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../src/container.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAKI,EAEN,oBAAoB,EAEpB,QAAQ,EACR,
|
|
1
|
+
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../src/container.ts"],"names":[],"mappings":"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"}
|
package/lib/container.mjs
CHANGED
|
@@ -218,13 +218,6 @@ export class Container extends EventEmitterWithErrorHandling {
|
|
|
218
218
|
get connectionMode() {
|
|
219
219
|
return this._deltaManager.connectionManager.connectionMode;
|
|
220
220
|
}
|
|
221
|
-
/**
|
|
222
|
-
* @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
|
|
223
|
-
*/
|
|
224
|
-
// eslint-disable-next-line import/no-deprecated
|
|
225
|
-
get IFluidRouter() {
|
|
226
|
-
return this;
|
|
227
|
-
}
|
|
228
221
|
get resolvedUrl() {
|
|
229
222
|
/**
|
|
230
223
|
* All attached containers will have a document service,
|
|
@@ -798,12 +791,6 @@ export class Container extends EventEmitterWithErrorHandling {
|
|
|
798
791
|
}
|
|
799
792
|
}, { start: true, end: true, cancel: "generic" });
|
|
800
793
|
}
|
|
801
|
-
/**
|
|
802
|
-
* @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
|
|
803
|
-
*/
|
|
804
|
-
async request(path) {
|
|
805
|
-
return PerformanceEvent.timedExecAsync(this.mc.logger, { eventName: "Request" }, async () => this.runtime.request(path), { end: true, cancel: "error" });
|
|
806
|
-
}
|
|
807
794
|
setAutoReconnectInternal(mode, reason) {
|
|
808
795
|
const currentMode = this._deltaManager.connectionManager.reconnectMode;
|
|
809
796
|
if (currentMode === mode) {
|