@fluidframework/container-definitions 0.45.0 → 0.47.0-55103
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/api-report/container-definitions.api.md +4 -11
- package/dist/browserPackage.js.map +1 -1
- package/dist/deltas.js.map +1 -1
- package/dist/error.d.ts +2 -1
- package/dist/error.d.ts.map +1 -1
- package/dist/error.js +2 -1
- package/dist/error.js.map +1 -1
- package/dist/fluidPackage.d.ts.map +1 -1
- package/dist/fluidPackage.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/legacy/{chaincode.d.ts → index.d.ts} +1 -1
- package/dist/legacy/index.d.ts.map +1 -0
- package/dist/legacy/{chaincode.js → index.js} +1 -1
- package/dist/legacy/index.js.map +1 -0
- package/dist/loader.d.ts +2 -2
- package/dist/loader.d.ts.map +1 -1
- package/dist/loader.js.map +1 -1
- package/dist/runtime.d.ts +4 -19
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js.map +1 -1
- package/lib/browserPackage.js.map +1 -1
- package/lib/deltas.js.map +1 -1
- package/lib/error.d.ts +2 -1
- package/lib/error.d.ts.map +1 -1
- package/lib/error.js +2 -1
- package/lib/error.js.map +1 -1
- package/lib/fluidPackage.d.ts.map +1 -1
- package/lib/fluidPackage.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/legacy/{chaincode.d.ts → index.d.ts} +1 -1
- package/lib/legacy/index.d.ts.map +1 -0
- package/lib/legacy/{chaincode.js → index.js} +1 -1
- package/lib/legacy/index.js.map +1 -0
- package/lib/loader.d.ts +2 -2
- package/lib/loader.d.ts.map +1 -1
- package/lib/loader.js.map +1 -1
- package/lib/runtime.d.ts +4 -19
- package/lib/runtime.d.ts.map +1 -1
- package/lib/runtime.js.map +1 -1
- package/package.json +92 -6
- package/src/browserPackage.ts +1 -1
- package/src/deltas.ts +1 -1
- package/src/error.ts +2 -1
- package/src/fluidPackage.ts +1 -1
- package/src/index.ts +1 -2
- package/src/legacy/{chaincode.ts → index.ts} +1 -1
- package/src/loader.ts +3 -3
- package/src/runtime.ts +2 -20
- package/dist/legacy/chaincode.d.ts.map +0 -1
- package/dist/legacy/chaincode.js.map +0 -1
- package/lib/legacy/chaincode.d.ts.map +0 -1
- package/lib/legacy/chaincode.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-definitions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.47.0-55103",
|
|
4
4
|
"description": "Fluid container definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@fluidframework/common-definitions": "^0.20.0",
|
|
40
40
|
"@fluidframework/core-interfaces": "^0.42.0",
|
|
41
|
-
"@fluidframework/driver-definitions": "^0.
|
|
42
|
-
"@fluidframework/protocol-definitions": "^0.
|
|
41
|
+
"@fluidframework/driver-definitions": "^0.45.0-0",
|
|
42
|
+
"@fluidframework/protocol-definitions": "^0.1027.0-0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@fluidframework/build-common": "^0.23.0",
|
|
@@ -50,7 +50,9 @@
|
|
|
50
50
|
"@fluidframework/container-definitions-0.42.0": "npm:@fluidframework/container-definitions@0.42.0",
|
|
51
51
|
"@fluidframework/container-definitions-0.43.0": "npm:@fluidframework/container-definitions@0.43.0",
|
|
52
52
|
"@fluidframework/container-definitions-0.44.0": "npm:@fluidframework/container-definitions@0.44.0",
|
|
53
|
-
"@fluidframework/
|
|
53
|
+
"@fluidframework/container-definitions-0.45.0": "npm:@fluidframework/container-definitions@0.45.0",
|
|
54
|
+
"@fluidframework/container-definitions-0.46.0": "npm:@fluidframework/container-definitions@0.46.0",
|
|
55
|
+
"@fluidframework/eslint-config-fluid": "^0.26.0-0",
|
|
54
56
|
"@microsoft/api-extractor": "^7.16.1",
|
|
55
57
|
"@rushstack/eslint-config": "^2.5.1",
|
|
56
58
|
"@types/mocha": "^8.2.2",
|
|
@@ -71,7 +73,7 @@
|
|
|
71
73
|
"typescript-formatter": "7.1.0"
|
|
72
74
|
},
|
|
73
75
|
"typeValidation": {
|
|
74
|
-
"version": "0.
|
|
76
|
+
"version": "0.47.0",
|
|
75
77
|
"broken": {
|
|
76
78
|
"0.39.8": {
|
|
77
79
|
"EnumDeclaration_ContainerErrorType": {
|
|
@@ -116,7 +118,6 @@
|
|
|
116
118
|
"backCompat": false
|
|
117
119
|
},
|
|
118
120
|
"InterfaceDeclaration_IRuntime": {
|
|
119
|
-
"forwardCompat": false,
|
|
120
121
|
"backCompat": false
|
|
121
122
|
},
|
|
122
123
|
"InterfaceDeclaration_IRuntimeFactory": {
|
|
@@ -162,6 +163,9 @@
|
|
|
162
163
|
"forwardCompat": false,
|
|
163
164
|
"backCompat": false
|
|
164
165
|
},
|
|
166
|
+
"InterfaceDeclaration_IRuntime": {
|
|
167
|
+
"backCompat": false
|
|
168
|
+
},
|
|
165
169
|
"InterfaceDeclaration_IRuntimeFactory": {
|
|
166
170
|
"forwardCompat": false,
|
|
167
171
|
"backCompat": false
|
|
@@ -240,6 +244,9 @@
|
|
|
240
244
|
"backCompat": false,
|
|
241
245
|
"forwardCompat": false
|
|
242
246
|
},
|
|
247
|
+
"InterfaceDeclaration_IRuntime": {
|
|
248
|
+
"backCompat": false
|
|
249
|
+
},
|
|
243
250
|
"InterfaceDeclaration_IRuntimeFactory": {
|
|
244
251
|
"backCompat": false,
|
|
245
252
|
"forwardCompat": false
|
|
@@ -286,6 +293,9 @@
|
|
|
286
293
|
"backCompat": false,
|
|
287
294
|
"forwardCompat": false
|
|
288
295
|
},
|
|
296
|
+
"InterfaceDeclaration_IRuntime": {
|
|
297
|
+
"backCompat": false
|
|
298
|
+
},
|
|
289
299
|
"InterfaceDeclaration_IRuntimeFactory": {
|
|
290
300
|
"backCompat": false,
|
|
291
301
|
"forwardCompat": false
|
|
@@ -362,6 +372,9 @@
|
|
|
362
372
|
"backCompat": false,
|
|
363
373
|
"forwardCompat": false
|
|
364
374
|
},
|
|
375
|
+
"InterfaceDeclaration_IRuntime": {
|
|
376
|
+
"backCompat": false
|
|
377
|
+
},
|
|
365
378
|
"InterfaceDeclaration_IRuntimeFactory": {
|
|
366
379
|
"backCompat": false,
|
|
367
380
|
"forwardCompat": false
|
|
@@ -418,6 +431,9 @@
|
|
|
418
431
|
"backCompat": false,
|
|
419
432
|
"forwardCompat": false
|
|
420
433
|
},
|
|
434
|
+
"InterfaceDeclaration_IRuntime": {
|
|
435
|
+
"backCompat": false
|
|
436
|
+
},
|
|
421
437
|
"InterfaceDeclaration_IRuntimeFactory": {
|
|
422
438
|
"backCompat": false,
|
|
423
439
|
"forwardCompat": false
|
|
@@ -428,6 +444,76 @@
|
|
|
428
444
|
"InterfaceDeclaration_IUsageError": {
|
|
429
445
|
"backCompat": false
|
|
430
446
|
}
|
|
447
|
+
},
|
|
448
|
+
"0.45.0": {
|
|
449
|
+
"InterfaceDeclaration_ICodeDetailsLoader": {
|
|
450
|
+
"backCompat": false
|
|
451
|
+
},
|
|
452
|
+
"InterfaceDeclaration_ICodeLoader": {
|
|
453
|
+
"backCompat": false
|
|
454
|
+
},
|
|
455
|
+
"InterfaceDeclaration_IFluidModule": {
|
|
456
|
+
"backCompat": false
|
|
457
|
+
},
|
|
458
|
+
"InterfaceDeclaration_IFluidModuleWithDetails": {
|
|
459
|
+
"backCompat": false
|
|
460
|
+
},
|
|
461
|
+
"InterfaceDeclaration_IProvideRuntimeFactory": {
|
|
462
|
+
"backCompat": false,
|
|
463
|
+
"forwardCompat": false
|
|
464
|
+
},
|
|
465
|
+
"InterfaceDeclaration_IRuntime": {
|
|
466
|
+
"backCompat": false
|
|
467
|
+
},
|
|
468
|
+
"InterfaceDeclaration_IRuntimeFactory": {
|
|
469
|
+
"backCompat": false,
|
|
470
|
+
"forwardCompat": false
|
|
471
|
+
},
|
|
472
|
+
"InterfaceDeclaration_IContainer": {
|
|
473
|
+
"backCompat": false
|
|
474
|
+
},
|
|
475
|
+
"InterfaceDeclaration_IContainerContext": {
|
|
476
|
+
"backCompat": false,
|
|
477
|
+
"forwardCompat": false
|
|
478
|
+
},
|
|
479
|
+
"InterfaceDeclaration_IHostLoader": {
|
|
480
|
+
"backCompat": false
|
|
481
|
+
},
|
|
482
|
+
"InterfaceDeclaration_ILoader": {
|
|
483
|
+
"backCompat": false
|
|
484
|
+
},
|
|
485
|
+
"InterfaceDeclaration_IProvideLoader": {
|
|
486
|
+
"backCompat": false
|
|
487
|
+
},
|
|
488
|
+
"InterfaceDeclaration_IProxyLoaderFactory": {
|
|
489
|
+
"backCompat": false
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"0.46.0": {
|
|
493
|
+
"InterfaceDeclaration_IContainerContext": {
|
|
494
|
+
"forwardCompat": false,
|
|
495
|
+
"backCompat": false
|
|
496
|
+
},
|
|
497
|
+
"InterfaceDeclaration_ICodeDetailsLoader": {
|
|
498
|
+
"backCompat": false
|
|
499
|
+
},
|
|
500
|
+
"InterfaceDeclaration_ICodeLoader": {
|
|
501
|
+
"backCompat": false
|
|
502
|
+
},
|
|
503
|
+
"InterfaceDeclaration_IFluidModule": {
|
|
504
|
+
"backCompat": false
|
|
505
|
+
},
|
|
506
|
+
"InterfaceDeclaration_IFluidModuleWithDetails": {
|
|
507
|
+
"backCompat": false
|
|
508
|
+
},
|
|
509
|
+
"InterfaceDeclaration_IProvideRuntimeFactory": {
|
|
510
|
+
"forwardCompat": false,
|
|
511
|
+
"backCompat": false
|
|
512
|
+
},
|
|
513
|
+
"InterfaceDeclaration_IRuntimeFactory": {
|
|
514
|
+
"backCompat": false,
|
|
515
|
+
"forwardCompat": false
|
|
516
|
+
}
|
|
431
517
|
}
|
|
432
518
|
}
|
|
433
519
|
}
|
package/src/browserPackage.ts
CHANGED
|
@@ -52,7 +52,7 @@ export interface IFluidBrowserPackage extends IFluidPackage {
|
|
|
52
52
|
* Determines if any object is an IFluidBrowserPackage
|
|
53
53
|
* @param maybePkg - The object to check for compatibility with IFluidBrowserPackage
|
|
54
54
|
*/
|
|
55
|
-
export const isFluidBrowserPackage = (maybePkg: any): maybePkg is Readonly<IFluidBrowserPackage>
|
|
55
|
+
export const isFluidBrowserPackage = (maybePkg: any): maybePkg is Readonly<IFluidBrowserPackage> =>
|
|
56
56
|
isFluidPackage(maybePkg)
|
|
57
57
|
&& typeof maybePkg?.fluid?.browser?.umd?.library === "string"
|
|
58
58
|
&& Array.isArray(maybePkg?.fluid?.browser?.umd?.files);
|
package/src/deltas.ts
CHANGED
|
@@ -52,7 +52,7 @@ export interface IDeltaHandlerStrategy {
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
declare module "@fluidframework/core-interfaces" {
|
|
55
|
-
interface IFluidObject
|
|
55
|
+
interface IFluidObject {
|
|
56
56
|
/** @deprecated - use `FluidObject<IDeltaSender>` instead */
|
|
57
57
|
readonly IDeltaSender?: IDeltaSender
|
|
58
58
|
}
|
package/src/error.ts
CHANGED
|
@@ -35,7 +35,8 @@ export enum ContainerErrorType {
|
|
|
35
35
|
usageError = "usageError",
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
|
-
* Error indicating an client session has expired.
|
|
38
|
+
* Error indicating an client session has expired. Currently this only happens when GC is allowed on a document and
|
|
39
|
+
* aids in safely deleting unused objects.
|
|
39
40
|
*/
|
|
40
41
|
clientSessionExpiredError = "clientSessionExpiredError",
|
|
41
42
|
}
|
package/src/fluidPackage.ts
CHANGED
|
@@ -48,7 +48,7 @@ export interface IFluidPackage {
|
|
|
48
48
|
* The name of the of the environment. This should be something like browser, or node
|
|
49
49
|
* and contain the necessary targets for loading this code in that environment.
|
|
50
50
|
*/
|
|
51
|
-
[environment: string]:
|
|
51
|
+
[environment: string]: undefined | IFluidPackageEnvironment;
|
|
52
52
|
};
|
|
53
53
|
/**
|
|
54
54
|
* General access for extended fields as specific usages will
|
package/src/index.ts
CHANGED
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export * from "./audience";
|
|
6
6
|
export * from "./browserPackage";
|
|
7
|
-
|
|
8
|
-
export * from "./legacy/chaincode";
|
|
7
|
+
export * from "./legacy";
|
|
9
8
|
export * from "./deltas";
|
|
10
9
|
export * from "./error";
|
|
11
10
|
export * from "./loader";
|
|
@@ -25,7 +25,7 @@ export interface IFluidTokenProvider extends IProvideFluidTokenProvider {
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
declare module "@fluidframework/core-interfaces" {
|
|
28
|
-
export interface IFluidObject
|
|
28
|
+
export interface IFluidObject {
|
|
29
29
|
/** @deprecated - use `FluidObject<IRuntimeFactory>` instead */
|
|
30
30
|
readonly IRuntimeFactory?: IRuntimeFactory;
|
|
31
31
|
/** @deprecated - use `FluidObject<IFluidTokenProvider>` instead */
|
package/src/loader.ts
CHANGED
|
@@ -14,9 +14,9 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
IClientDetails,
|
|
16
16
|
IDocumentMessage,
|
|
17
|
-
IPendingProposal,
|
|
18
17
|
IQuorumClients,
|
|
19
18
|
ISequencedDocumentMessage,
|
|
19
|
+
ISequencedProposal,
|
|
20
20
|
} from "@fluidframework/protocol-definitions";
|
|
21
21
|
import { IResolvedUrl } from "@fluidframework/driver-definitions";
|
|
22
22
|
import { IEvent, IEventProvider } from "@fluidframework/common-definitions";
|
|
@@ -114,7 +114,7 @@ export interface ICodeAllowList {
|
|
|
114
114
|
export interface IContainerEvents extends IEvent {
|
|
115
115
|
(event: "readonly", listener: (readonly: boolean) => void): void;
|
|
116
116
|
(event: "connected", listener: (clientId: string) => void);
|
|
117
|
-
(event: "codeDetailsProposed", listener: (codeDetails: IFluidCodeDetails, proposal:
|
|
117
|
+
(event: "codeDetailsProposed", listener: (codeDetails: IFluidCodeDetails, proposal: ISequencedProposal) => void);
|
|
118
118
|
(event: "contextChanged", listener: (codeDetails: IFluidCodeDetails) => void);
|
|
119
119
|
(event: "disconnected" | "attached", listener: () => void);
|
|
120
120
|
(event: "closed", listener: (error?: ICriticalContainerError) => void);
|
|
@@ -465,7 +465,7 @@ declare module "@fluidframework/core-interfaces" {
|
|
|
465
465
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
466
466
|
export interface IRequestHeader extends Partial<ILoaderHeader> { }
|
|
467
467
|
|
|
468
|
-
export interface IFluidObject
|
|
468
|
+
export interface IFluidObject {
|
|
469
469
|
/**
|
|
470
470
|
* @deprecated - use `FluidObject<ILoader>` instead
|
|
471
471
|
*/
|
package/src/runtime.ts
CHANGED
|
@@ -7,7 +7,6 @@ import { ITelemetryBaseLogger, IDisposable } from "@fluidframework/common-defini
|
|
|
7
7
|
import {
|
|
8
8
|
FluidObject,
|
|
9
9
|
IFluidCodeDetails,
|
|
10
|
-
IFluidConfiguration,
|
|
11
10
|
IFluidObject,
|
|
12
11
|
IRequest,
|
|
13
12
|
IResponse,
|
|
@@ -18,7 +17,6 @@ import {
|
|
|
18
17
|
IClientDetails,
|
|
19
18
|
ISequencedDocumentMessage,
|
|
20
19
|
ISnapshotTree,
|
|
21
|
-
ITree,
|
|
22
20
|
MessageType,
|
|
23
21
|
ISummaryTree,
|
|
24
22
|
IVersion,
|
|
@@ -71,11 +69,6 @@ export interface IRuntime extends IDisposable {
|
|
|
71
69
|
*/
|
|
72
70
|
request(request: IRequest): Promise<IResponse>;
|
|
73
71
|
|
|
74
|
-
/**
|
|
75
|
-
* Snapshots the runtime
|
|
76
|
-
*/
|
|
77
|
-
snapshot(tagMessage: string, fullTree?: boolean): Promise<ITree | null>;
|
|
78
|
-
|
|
79
72
|
/**
|
|
80
73
|
* Notifies the runtime of a change in the connection state
|
|
81
74
|
*/
|
|
@@ -123,10 +116,6 @@ export interface IRuntime extends IDisposable {
|
|
|
123
116
|
export interface IContainerContext extends IDisposable {
|
|
124
117
|
readonly existing: boolean | undefined;
|
|
125
118
|
readonly options: ILoaderOptions;
|
|
126
|
-
/**
|
|
127
|
-
* @deprecated 0.45 - Configuration is not recommended to be used and will be removed in an upcoming release.
|
|
128
|
-
*/
|
|
129
|
-
readonly configuration?: IFluidConfiguration;
|
|
130
119
|
readonly clientId: string | undefined;
|
|
131
120
|
readonly clientDetails: IClientDetails;
|
|
132
121
|
readonly storage: IDocumentStorageService;
|
|
@@ -147,15 +136,8 @@ export interface IContainerContext extends IDisposable {
|
|
|
147
136
|
getSpecifiedCodeDetails?(): IFluidCodeDetails | undefined;
|
|
148
137
|
readonly audience: IAudience | undefined;
|
|
149
138
|
readonly loader: ILoader;
|
|
150
|
-
/** @deprecated - Use `taggedLogger` if present. Otherwise, be sure to handle tagged data
|
|
151
|
-
* before sending events to this logger. In time we will assume the presence of `taggedLogger`,
|
|
152
|
-
* but in the meantime, current and older loader versions buttress loggers that do not support tags.
|
|
153
|
-
* IContainerContext will retain both options, but hosts must now support tags as the loader
|
|
154
|
-
* will soon plumb taggedLogger's events (potentially tagged) to the host's logger.
|
|
155
|
-
*/
|
|
156
|
-
readonly logger?: ITelemetryBaseLogger;
|
|
157
139
|
// The logger implementation, which would support tagged events, should be provided by the loader.
|
|
158
|
-
readonly taggedLogger
|
|
140
|
+
readonly taggedLogger: ITelemetryBaseLogger;
|
|
159
141
|
readonly serviceConfiguration: IClientConfiguration | undefined;
|
|
160
142
|
pendingLocalState?: unknown;
|
|
161
143
|
|
|
@@ -167,7 +149,7 @@ export interface IContainerContext extends IDisposable {
|
|
|
167
149
|
/**
|
|
168
150
|
* @deprecated 0.56, will be removed in the next release
|
|
169
151
|
*/
|
|
170
|
-
raiseContainerWarning(warning: ContainerWarning): void;
|
|
152
|
+
raiseContainerWarning?(warning: ContainerWarning): void;
|
|
171
153
|
|
|
172
154
|
/**
|
|
173
155
|
* Get an absolute url for a provided container-relative request.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chaincode.d.ts","sourceRoot":"","sources":["../../src/legacy/chaincode.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,0BAAkD,CAAC;AAE3F;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC,QAAQ,CAAC,mBAAmB,EAAE,mBAAmB,CAAC;CACrD;AAED;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,0BAA0B;IACnE,YAAY,EAAE;QAAE,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;CAC5C;AAED,OAAO,QAAQ,iCAAiC,CAAC;IAC7C,UAAiB,YAAY;QACzB,+DAA+D;QAC/D,QAAQ,CAAC,eAAe,CAAC,EAAE,eAAe,CAAC;QAC3C,mEAAmE;QACnE,QAAQ,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;KACtD;CACJ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chaincode.js","sourceRoot":"","sources":["../../src/legacy/chaincode.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAIH;;GAEG;AACU,QAAA,mBAAmB,GAAqC,qBAAqB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IRuntimeFactory } from \"../runtime\";\n\n/**\n * @deprecated - This will be removed in a later release.\n */\nexport const IFluidTokenProvider: keyof IProvideFluidTokenProvider = \"IFluidTokenProvider\";\n\n/**\n * @deprecated - This will be removed in a later release.\n */\nexport interface IProvideFluidTokenProvider {\n readonly IFluidTokenProvider: IFluidTokenProvider;\n}\n\n/**\n * @deprecated - This will be removed in a later release.\n */\nexport interface IFluidTokenProvider extends IProvideFluidTokenProvider {\n intelligence: { [service: string]: any };\n}\n\ndeclare module \"@fluidframework/core-interfaces\" {\n export interface IFluidObject {\n /** @deprecated - use `FluidObject<IRuntimeFactory>` instead */\n readonly IRuntimeFactory?: IRuntimeFactory;\n /** @deprecated - use `FluidObject<IFluidTokenProvider>` instead */\n readonly IFluidTokenProvider?: IFluidTokenProvider;\n }\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chaincode.d.ts","sourceRoot":"","sources":["../../src/legacy/chaincode.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,0BAAkD,CAAC;AAE3F;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC,QAAQ,CAAC,mBAAmB,EAAE,mBAAmB,CAAC;CACrD;AAED;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,0BAA0B;IACnE,YAAY,EAAE;QAAE,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;CAC5C;AAED,OAAO,QAAQ,iCAAiC,CAAC;IAC7C,UAAiB,YAAY;QACzB,+DAA+D;QAC/D,QAAQ,CAAC,eAAe,CAAC,EAAE,eAAe,CAAC;QAC3C,mEAAmE;QACnE,QAAQ,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;KACtD;CACJ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chaincode.js","sourceRoot":"","sources":["../../src/legacy/chaincode.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAqC,qBAAqB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IRuntimeFactory } from \"../runtime\";\n\n/**\n * @deprecated - This will be removed in a later release.\n */\nexport const IFluidTokenProvider: keyof IProvideFluidTokenProvider = \"IFluidTokenProvider\";\n\n/**\n * @deprecated - This will be removed in a later release.\n */\nexport interface IProvideFluidTokenProvider {\n readonly IFluidTokenProvider: IFluidTokenProvider;\n}\n\n/**\n * @deprecated - This will be removed in a later release.\n */\nexport interface IFluidTokenProvider extends IProvideFluidTokenProvider {\n intelligence: { [service: string]: any };\n}\n\ndeclare module \"@fluidframework/core-interfaces\" {\n export interface IFluidObject {\n /** @deprecated - use `FluidObject<IRuntimeFactory>` instead */\n readonly IRuntimeFactory?: IRuntimeFactory;\n /** @deprecated - use `FluidObject<IFluidTokenProvider>` instead */\n readonly IFluidTokenProvider?: IFluidTokenProvider;\n }\n}\n"]}
|