@fluidframework/synthesize 0.51.3 → 0.53.0-46105
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.
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
import { IFluidObject } from "@fluidframework/core-interfaces";
|
|
6
6
|
import { AsyncFluidObjectProvider, FluidObjectSymbolProvider, FluidObjectProvider, FluidObjectKey } from "./types";
|
|
7
7
|
declare module "@fluidframework/core-interfaces" {
|
|
8
|
-
interface IFluidObject
|
|
8
|
+
interface IFluidObject {
|
|
9
|
+
/** @deprecated - use `FluidObject<IFluidDependencySynthesizer>` instead */
|
|
10
|
+
readonly IFluidDependencySynthesizer?: IFluidDependencySynthesizer;
|
|
9
11
|
}
|
|
10
12
|
}
|
|
11
13
|
export declare const IFluidDependencySynthesizer: keyof IProvideFluidDependencySynthesizer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFluidDependencySynthesizer.d.ts","sourceRoot":"","sources":["../src/IFluidDependencySynthesizer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EACH,wBAAwB,EACxB,yBAAyB,EACzB,mBAAmB,EACnB,cAAc,EACjB,MAAM,SAAS,CAAC;AAEjB,OAAO,QAAQ,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"IFluidDependencySynthesizer.d.ts","sourceRoot":"","sources":["../src/IFluidDependencySynthesizer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EACH,wBAAwB,EACxB,yBAAyB,EACzB,mBAAmB,EACnB,cAAc,EACjB,MAAM,SAAS,CAAC;AAEjB,OAAO,QAAQ,iCAAiC,CAAC;IAC7C,UAAiB,YAAY;QACzB,2EAA2E;QAC3E,QAAQ,CAAC,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;KACtE;CACJ;AAED,eAAO,MAAM,2BAA2B,EAAE,MAAM,kCACb,CAAC;AAEpC,MAAM,WAAW,kCAAkC;IAC/C,2BAA2B,EAAE,2BAA2B,CAAC;CAC5D;AAED;;;;GAIG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kCAAkC;IACnF;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,MAAM,YAAY,CAAC,CAAC,CAAC;IAEzD;;;;;OAKG;IACH,QAAQ,CAAC,CAAC,SAAS,MAAM,YAAY,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,mBAAmB,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAExF;;;OAGG;IACH,UAAU,CAAC,CAAC,SAAS,MAAM,YAAY,EAAE,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC;IAExD;;;;;;OAMG;IACH,UAAU,CACN,CAAC,SAAS,YAAY,EACtB,CAAC,SAAS,YAAY,EAClB,aAAa,EAAE,yBAAyB,CAAC,CAAC,CAAC,EAC3C,aAAa,EAAE,yBAAyB,CAAC,CAAC,CAAC,GAChD,wBAAwB,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAElE;;;OAGG;IACH,GAAG,CAAC,GAAG,KAAK,EAAE,CAAC,MAAM,YAAY,CAAC,EAAE,GAAG,OAAO,CAAC;IAE/C;;;OAGG;IACH,WAAW,CAAC,CAAC,SAAS,MAAM,YAAY,EAAE,IAAI,EAAE,CAAC,GAAG,mBAAmB,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC;CAC1F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFluidDependencySynthesizer.js","sourceRoot":"","sources":["../src/IFluidDependencySynthesizer.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;
|
|
1
|
+
{"version":3,"file":"IFluidDependencySynthesizer.js","sourceRoot":"","sources":["../src/IFluidDependencySynthesizer.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAiBU,QAAA,2BAA2B,GAClC,6BAA6B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IFluidObject } from \"@fluidframework/core-interfaces\";\nimport {\n AsyncFluidObjectProvider,\n FluidObjectSymbolProvider,\n FluidObjectProvider,\n FluidObjectKey,\n} from \"./types\";\n\ndeclare module \"@fluidframework/core-interfaces\" {\n export interface IFluidObject {\n /** @deprecated - use `FluidObject<IFluidDependencySynthesizer>` instead */\n readonly IFluidDependencySynthesizer?: IFluidDependencySynthesizer;\n }\n}\n\nexport const IFluidDependencySynthesizer: keyof IProvideFluidDependencySynthesizer\n = \"IFluidDependencySynthesizer\";\n\nexport interface IProvideFluidDependencySynthesizer {\n IFluidDependencySynthesizer: IFluidDependencySynthesizer;\n}\n\n/**\n * IFluidDependencySynthesizer can generate IFluidObjects based on the IProvideFluidObject pattern.\n * It allow for registering providers and uses synthesize to generate a new object with the optional\n * and required types.\n */\nexport interface IFluidDependencySynthesizer extends IProvideFluidDependencySynthesizer {\n /**\n * All the registered types available\n */\n readonly registeredTypes: Iterable<(keyof IFluidObject)>;\n\n /**\n * Add a new provider\n * @param type - Name of the Type T being provided\n * @param provider - A provider that will resolve the T correctly when asked\n * @throws - If passing a type that's already registered\n */\n register<T extends keyof IFluidObject>(type: T, provider: FluidObjectProvider<T>): void;\n\n /**\n * Remove a provider\n * @param type - Name of the provider to remove\n */\n unregister<T extends keyof IFluidObject>(type: T): void;\n\n /**\n * synthesize takes optional and required types and returns an object that will fulfill the\n * defined types based off objects that has been previously registered.\n *\n * @param optionalTypes - optional types to be in the Scope object\n * @param requiredTypes - required types that need to be in the Scope object\n */\n synthesize<\n O extends IFluidObject,\n R extends IFluidObject>(\n optionalTypes: FluidObjectSymbolProvider<O>,\n requiredTypes: FluidObjectSymbolProvider<R>,\n ): AsyncFluidObjectProvider<FluidObjectKey<O>, FluidObjectKey<R>>;\n\n /**\n * Check if a given type is registered\n * @param types - Type to check\n */\n has(...types: (keyof IFluidObject)[]): boolean;\n\n /**\n * Get a provider. undefined if not available.\n * @param type - Type to get\n */\n getProvider<T extends keyof IFluidObject>(type: T): FluidObjectProvider<T> | undefined;\n}\n"]}
|
|
@@ -151,9 +151,14 @@
|
|
|
151
151
|
"signature": "766d8c595f94c9fe9dbb779b60d7a4d6d7a6526ef22090ccedbc658c2d8c77e0",
|
|
152
152
|
"affectsGlobalScope": false
|
|
153
153
|
},
|
|
154
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/provider.d.ts": {
|
|
155
|
+
"version": "bc7c554f306ede38ac8d2c79c8325320a596f8331c008032cc5fc87626d9c0b9",
|
|
156
|
+
"signature": "bc7c554f306ede38ac8d2c79c8325320a596f8331c008032cc5fc87626d9c0b9",
|
|
157
|
+
"affectsGlobalScope": false
|
|
158
|
+
},
|
|
154
159
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/handles.d.ts": {
|
|
155
|
-
"version": "
|
|
156
|
-
"signature": "
|
|
160
|
+
"version": "a2228831e5efcba6c26dfd52c63d279e88d626c72e58cbd9b0d08a34b267ebf2",
|
|
161
|
+
"signature": "a2228831e5efcba6c26dfd52c63d279e88d626c72e58cbd9b0d08a34b267ebf2",
|
|
157
162
|
"affectsGlobalScope": false
|
|
158
163
|
},
|
|
159
164
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts": {
|
|
@@ -167,8 +172,8 @@
|
|
|
167
172
|
"affectsGlobalScope": false
|
|
168
173
|
},
|
|
169
174
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidObject.d.ts": {
|
|
170
|
-
"version": "
|
|
171
|
-
"signature": "
|
|
175
|
+
"version": "62c426ebd149e87125813c604d9a6a1addb45ccd73f0e7fcc24181e8bd6e51cf",
|
|
176
|
+
"signature": "62c426ebd149e87125813c604d9a6a1addb45ccd73f0e7fcc24181e8bd6e51cf",
|
|
172
177
|
"affectsGlobalScope": false
|
|
173
178
|
},
|
|
174
179
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidPackage.d.ts": {
|
|
@@ -177,8 +182,8 @@
|
|
|
177
182
|
"affectsGlobalScope": false
|
|
178
183
|
},
|
|
179
184
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts": {
|
|
180
|
-
"version": "
|
|
181
|
-
"signature": "
|
|
185
|
+
"version": "398cf7701e7ebd8094e625fff1ba84c2b97a23aefe2ea135f0b47df0a58cf465",
|
|
186
|
+
"signature": "398cf7701e7ebd8094e625fff1ba84c2b97a23aefe2ea135f0b47df0a58cf465",
|
|
182
187
|
"affectsGlobalScope": false
|
|
183
188
|
},
|
|
184
189
|
"../../../../../node_modules/@fluidframework/common-definitions/dist/disposable.d.ts": {
|
|
@@ -201,81 +206,6 @@
|
|
|
201
206
|
"signature": "910acae3ceaba3aba35fb52656476aca547b1585f4a10cc272acb50bb08692a6",
|
|
202
207
|
"affectsGlobalScope": false
|
|
203
208
|
},
|
|
204
|
-
"../../../../../node_modules/@fluidframework/driver-definitions/dist/driverError.d.ts": {
|
|
205
|
-
"version": "c38e4a0dca7629cdbb9858805bbf049eafdc2b6c6f2937e25d3c9aaef8190430",
|
|
206
|
-
"signature": "c38e4a0dca7629cdbb9858805bbf049eafdc2b6c6f2937e25d3c9aaef8190430",
|
|
207
|
-
"affectsGlobalScope": false
|
|
208
|
-
},
|
|
209
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/users.d.ts": {
|
|
210
|
-
"version": "23f4fb12c4c9562f93b2e1179b8318680fd0a4926668e4dd67e4d9e612d967f1",
|
|
211
|
-
"signature": "23f4fb12c4c9562f93b2e1179b8318680fd0a4926668e4dd67e4d9e612d967f1",
|
|
212
|
-
"affectsGlobalScope": false
|
|
213
|
-
},
|
|
214
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/clients.d.ts": {
|
|
215
|
-
"version": "03a856b9fbb2553f020d5b02a11d0f8659eb524164cc25f8e3d8ded8ab5dbad9",
|
|
216
|
-
"signature": "03a856b9fbb2553f020d5b02a11d0f8659eb524164cc25f8e3d8ded8ab5dbad9",
|
|
217
|
-
"affectsGlobalScope": false
|
|
218
|
-
},
|
|
219
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/consensus.d.ts": {
|
|
220
|
-
"version": "7b933df2a271a408e232942700231dba2689da89ac9aa08dba0e2a635df13835",
|
|
221
|
-
"signature": "7b933df2a271a408e232942700231dba2689da89ac9aa08dba0e2a635df13835",
|
|
222
|
-
"affectsGlobalScope": false
|
|
223
|
-
},
|
|
224
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/config.d.ts": {
|
|
225
|
-
"version": "98da2704cb30a65b12a1e51da4e22223e926c5b6ad88ec779aaef2509215354b",
|
|
226
|
-
"signature": "98da2704cb30a65b12a1e51da4e22223e926c5b6ad88ec779aaef2509215354b",
|
|
227
|
-
"affectsGlobalScope": false
|
|
228
|
-
},
|
|
229
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/protocol.d.ts": {
|
|
230
|
-
"version": "d39c173f260a9f4adb279b6f6e72767057d487c256d146098bb546eb25533654",
|
|
231
|
-
"signature": "d39c173f260a9f4adb279b6f6e72767057d487c256d146098bb546eb25533654",
|
|
232
|
-
"affectsGlobalScope": false
|
|
233
|
-
},
|
|
234
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/storage.d.ts": {
|
|
235
|
-
"version": "a350bbd830e2eaa255c93f8d005a96e7a41899dfca9752a67fb7f8475f37409c",
|
|
236
|
-
"signature": "a350bbd830e2eaa255c93f8d005a96e7a41899dfca9752a67fb7f8475f37409c",
|
|
237
|
-
"affectsGlobalScope": false
|
|
238
|
-
},
|
|
239
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/summary.d.ts": {
|
|
240
|
-
"version": "3cff57e58b6d282178e57f2ddd8741d64670143ae20783c556e6af958e71ab81",
|
|
241
|
-
"signature": "3cff57e58b6d282178e57f2ddd8741d64670143ae20783c556e6af958e71ab81",
|
|
242
|
-
"affectsGlobalScope": false
|
|
243
|
-
},
|
|
244
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/tokens.d.ts": {
|
|
245
|
-
"version": "c4dbbb9e785092d70b85188942e7ebbf5382d52cd115b98265c2da6359bc64f9",
|
|
246
|
-
"signature": "c4dbbb9e785092d70b85188942e7ebbf5382d52cd115b98265c2da6359bc64f9",
|
|
247
|
-
"affectsGlobalScope": false
|
|
248
|
-
},
|
|
249
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/scopes.d.ts": {
|
|
250
|
-
"version": "1e55e1afdeca5d4c7dbb9c19f481cb2bb4b48ead954a64dbd2aa5b97e29b7c3a",
|
|
251
|
-
"signature": "1e55e1afdeca5d4c7dbb9c19f481cb2bb4b48ead954a64dbd2aa5b97e29b7c3a",
|
|
252
|
-
"affectsGlobalScope": false
|
|
253
|
-
},
|
|
254
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/sockets.d.ts": {
|
|
255
|
-
"version": "1779e75e9e24fd33b4feaed510c3ddd5db5a9ce45e108f2fabab04b7299aa596",
|
|
256
|
-
"signature": "1779e75e9e24fd33b4feaed510c3ddd5db5a9ce45e108f2fabab04b7299aa596",
|
|
257
|
-
"affectsGlobalScope": false
|
|
258
|
-
},
|
|
259
|
-
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/index.d.ts": {
|
|
260
|
-
"version": "b7bae7502647b504fe857c616093ccb6ca9723da878ea88cf658013d30b8c3d3",
|
|
261
|
-
"signature": "b7bae7502647b504fe857c616093ccb6ca9723da878ea88cf658013d30b8c3d3",
|
|
262
|
-
"affectsGlobalScope": false
|
|
263
|
-
},
|
|
264
|
-
"../../../../../node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts": {
|
|
265
|
-
"version": "952bce19b9b3ab6b639403ca9193e086cbbd8be766b1fc330a04b7d3e13492be",
|
|
266
|
-
"signature": "952bce19b9b3ab6b639403ca9193e086cbbd8be766b1fc330a04b7d3e13492be",
|
|
267
|
-
"affectsGlobalScope": false
|
|
268
|
-
},
|
|
269
|
-
"../../../../../node_modules/@fluidframework/driver-definitions/dist/storage.d.ts": {
|
|
270
|
-
"version": "09300db2c29f226eef0f0a9df9c137025cb5dd167f6adc98a3be4ebd0c31e4f5",
|
|
271
|
-
"signature": "09300db2c29f226eef0f0a9df9c137025cb5dd167f6adc98a3be4ebd0c31e4f5",
|
|
272
|
-
"affectsGlobalScope": false
|
|
273
|
-
},
|
|
274
|
-
"../../../../../node_modules/@fluidframework/driver-definitions/dist/index.d.ts": {
|
|
275
|
-
"version": "db393dd65f2c615ff4ad4078bc1a2660b53f18ac0b27dbee9e11a00c129feab1",
|
|
276
|
-
"signature": "db393dd65f2c615ff4ad4078bc1a2660b53f18ac0b27dbee9e11a00c129feab1",
|
|
277
|
-
"affectsGlobalScope": false
|
|
278
|
-
},
|
|
279
209
|
"../../../../../node_modules/@types/node/globals.d.ts": {
|
|
280
210
|
"version": "f7be6b47e03c43fa3ad1224b4fd995f3fd35bb29f0c2da5843c9dc04f4162fb3",
|
|
281
211
|
"signature": "f7be6b47e03c43fa3ad1224b4fd995f3fd35bb29f0c2da5843c9dc04f4162fb3",
|
|
@@ -506,49 +436,119 @@
|
|
|
506
436
|
"signature": "400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935",
|
|
507
437
|
"affectsGlobalScope": false
|
|
508
438
|
},
|
|
439
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/users.d.ts": {
|
|
440
|
+
"version": "23f4fb12c4c9562f93b2e1179b8318680fd0a4926668e4dd67e4d9e612d967f1",
|
|
441
|
+
"signature": "23f4fb12c4c9562f93b2e1179b8318680fd0a4926668e4dd67e4d9e612d967f1",
|
|
442
|
+
"affectsGlobalScope": false
|
|
443
|
+
},
|
|
444
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/clients.d.ts": {
|
|
445
|
+
"version": "1323c1ebb6b275c68ab068a7a3322e415aec3be179fe92157d9992e63d02417d",
|
|
446
|
+
"signature": "1323c1ebb6b275c68ab068a7a3322e415aec3be179fe92157d9992e63d02417d",
|
|
447
|
+
"affectsGlobalScope": false
|
|
448
|
+
},
|
|
449
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/consensus.d.ts": {
|
|
450
|
+
"version": "7b933df2a271a408e232942700231dba2689da89ac9aa08dba0e2a635df13835",
|
|
451
|
+
"signature": "7b933df2a271a408e232942700231dba2689da89ac9aa08dba0e2a635df13835",
|
|
452
|
+
"affectsGlobalScope": false
|
|
453
|
+
},
|
|
454
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/config.d.ts": {
|
|
455
|
+
"version": "a856774989fba236af538ea99d2d9922db34b694ae2b874aab79511a63172793",
|
|
456
|
+
"signature": "a856774989fba236af538ea99d2d9922db34b694ae2b874aab79511a63172793",
|
|
457
|
+
"affectsGlobalScope": false
|
|
458
|
+
},
|
|
459
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/protocol.d.ts": {
|
|
460
|
+
"version": "d39c173f260a9f4adb279b6f6e72767057d487c256d146098bb546eb25533654",
|
|
461
|
+
"signature": "d39c173f260a9f4adb279b6f6e72767057d487c256d146098bb546eb25533654",
|
|
462
|
+
"affectsGlobalScope": false
|
|
463
|
+
},
|
|
464
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/storage.d.ts": {
|
|
465
|
+
"version": "6be1f0db1dd6f60ea8cf3345b0d62da27384e631c4590c621477cacf6f27bec7",
|
|
466
|
+
"signature": "6be1f0db1dd6f60ea8cf3345b0d62da27384e631c4590c621477cacf6f27bec7",
|
|
467
|
+
"affectsGlobalScope": false
|
|
468
|
+
},
|
|
469
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/summary.d.ts": {
|
|
470
|
+
"version": "c4eb03ab3fb4799abf4a1863f2da5d621165e508c3cf08605c2f7112f3ecf222",
|
|
471
|
+
"signature": "c4eb03ab3fb4799abf4a1863f2da5d621165e508c3cf08605c2f7112f3ecf222",
|
|
472
|
+
"affectsGlobalScope": false
|
|
473
|
+
},
|
|
474
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/tokens.d.ts": {
|
|
475
|
+
"version": "c4dbbb9e785092d70b85188942e7ebbf5382d52cd115b98265c2da6359bc64f9",
|
|
476
|
+
"signature": "c4dbbb9e785092d70b85188942e7ebbf5382d52cd115b98265c2da6359bc64f9",
|
|
477
|
+
"affectsGlobalScope": false
|
|
478
|
+
},
|
|
479
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/scopes.d.ts": {
|
|
480
|
+
"version": "1e55e1afdeca5d4c7dbb9c19f481cb2bb4b48ead954a64dbd2aa5b97e29b7c3a",
|
|
481
|
+
"signature": "1e55e1afdeca5d4c7dbb9c19f481cb2bb4b48ead954a64dbd2aa5b97e29b7c3a",
|
|
482
|
+
"affectsGlobalScope": false
|
|
483
|
+
},
|
|
484
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/sockets.d.ts": {
|
|
485
|
+
"version": "2ed7a0b9c5e8eca005f9564dda5333d262a23851ac7f109886bb54d47b8cdbe9",
|
|
486
|
+
"signature": "2ed7a0b9c5e8eca005f9564dda5333d262a23851ac7f109886bb54d47b8cdbe9",
|
|
487
|
+
"affectsGlobalScope": false
|
|
488
|
+
},
|
|
489
|
+
"../../../../../node_modules/@fluidframework/protocol-definitions/dist/index.d.ts": {
|
|
490
|
+
"version": "b7bae7502647b504fe857c616093ccb6ca9723da878ea88cf658013d30b8c3d3",
|
|
491
|
+
"signature": "b7bae7502647b504fe857c616093ccb6ca9723da878ea88cf658013d30b8c3d3",
|
|
492
|
+
"affectsGlobalScope": false
|
|
493
|
+
},
|
|
509
494
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/audience.d.ts": {
|
|
510
495
|
"version": "383dced3ebba2967eeab64d0b7facd4529fe3ed2c352744f3f6c1988482206d4",
|
|
511
496
|
"signature": "383dced3ebba2967eeab64d0b7facd4529fe3ed2c352744f3f6c1988482206d4",
|
|
512
497
|
"affectsGlobalScope": false
|
|
513
498
|
},
|
|
499
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/browserPackage.d.ts": {
|
|
500
|
+
"version": "3eaa82d284d2ecf646a9f84e79269ec4505c0491876a9fd07f0cd7b5827f7df9",
|
|
501
|
+
"signature": "3eaa82d284d2ecf646a9f84e79269ec4505c0491876a9fd07f0cd7b5827f7df9",
|
|
502
|
+
"affectsGlobalScope": false
|
|
503
|
+
},
|
|
504
|
+
"../../../../../node_modules/@fluidframework/driver-definitions/dist/driverError.d.ts": {
|
|
505
|
+
"version": "c38e4a0dca7629cdbb9858805bbf049eafdc2b6c6f2937e25d3c9aaef8190430",
|
|
506
|
+
"signature": "c38e4a0dca7629cdbb9858805bbf049eafdc2b6c6f2937e25d3c9aaef8190430",
|
|
507
|
+
"affectsGlobalScope": false
|
|
508
|
+
},
|
|
509
|
+
"../../../../../node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts": {
|
|
510
|
+
"version": "952bce19b9b3ab6b639403ca9193e086cbbd8be766b1fc330a04b7d3e13492be",
|
|
511
|
+
"signature": "952bce19b9b3ab6b639403ca9193e086cbbd8be766b1fc330a04b7d3e13492be",
|
|
512
|
+
"affectsGlobalScope": false
|
|
513
|
+
},
|
|
514
|
+
"../../../../../node_modules/@fluidframework/driver-definitions/dist/storage.d.ts": {
|
|
515
|
+
"version": "ef7847f144b1dc6c9cd593ab72e12de76ed2d3b90b6f45414889576f8489a4d3",
|
|
516
|
+
"signature": "ef7847f144b1dc6c9cd593ab72e12de76ed2d3b90b6f45414889576f8489a4d3",
|
|
517
|
+
"affectsGlobalScope": false
|
|
518
|
+
},
|
|
519
|
+
"../../../../../node_modules/@fluidframework/driver-definitions/dist/index.d.ts": {
|
|
520
|
+
"version": "db393dd65f2c615ff4ad4078bc1a2660b53f18ac0b27dbee9e11a00c129feab1",
|
|
521
|
+
"signature": "db393dd65f2c615ff4ad4078bc1a2660b53f18ac0b27dbee9e11a00c129feab1",
|
|
522
|
+
"affectsGlobalScope": false
|
|
523
|
+
},
|
|
514
524
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts": {
|
|
515
|
-
"version": "
|
|
516
|
-
"signature": "
|
|
525
|
+
"version": "11fdf536d9fffb4957b4fcc89b664af5b13ed7ba03487cec5e0c2a9d8c210f1d",
|
|
526
|
+
"signature": "11fdf536d9fffb4957b4fcc89b664af5b13ed7ba03487cec5e0c2a9d8c210f1d",
|
|
517
527
|
"affectsGlobalScope": false
|
|
518
528
|
},
|
|
519
529
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/error.d.ts": {
|
|
520
|
-
"version": "
|
|
521
|
-
"signature": "
|
|
530
|
+
"version": "e0cdfdeee27dbe35ece5e29a75ec4c96b2c4a748853e1acf6ae478683f48d515",
|
|
531
|
+
"signature": "e0cdfdeee27dbe35ece5e29a75ec4c96b2c4a748853e1acf6ae478683f48d515",
|
|
522
532
|
"affectsGlobalScope": false
|
|
523
533
|
},
|
|
524
534
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/fluidModule.d.ts": {
|
|
525
|
-
"version": "
|
|
526
|
-
"signature": "
|
|
535
|
+
"version": "fd64a9d2be496b6b5831ed862a5828906f4821f109a8bc7e5c20d340942a6c2a",
|
|
536
|
+
"signature": "fd64a9d2be496b6b5831ed862a5828906f4821f109a8bc7e5c20d340942a6c2a",
|
|
527
537
|
"affectsGlobalScope": false
|
|
528
538
|
},
|
|
529
539
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts": {
|
|
530
|
-
"version": "
|
|
531
|
-
"signature": "
|
|
540
|
+
"version": "65aa9719d96da5f625dfe938acca2ce2b1327e81531ecb7a54cc65e97be5f9be",
|
|
541
|
+
"signature": "65aa9719d96da5f625dfe938acca2ce2b1327e81531ecb7a54cc65e97be5f9be",
|
|
532
542
|
"affectsGlobalScope": false
|
|
533
543
|
},
|
|
534
544
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts": {
|
|
535
|
-
"version": "
|
|
536
|
-
"signature": "
|
|
537
|
-
"affectsGlobalScope": false
|
|
538
|
-
},
|
|
539
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/tokenProvider.d.ts": {
|
|
540
|
-
"version": "f9d3eab09c70e0814795277ab9c3f22625cd9dd09c3ab486f6e63974d6795a3d",
|
|
541
|
-
"signature": "f9d3eab09c70e0814795277ab9c3f22625cd9dd09c3ab486f6e63974d6795a3d",
|
|
542
|
-
"affectsGlobalScope": false
|
|
543
|
-
},
|
|
544
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/browserPackage.d.ts": {
|
|
545
|
-
"version": "3eaa82d284d2ecf646a9f84e79269ec4505c0491876a9fd07f0cd7b5827f7df9",
|
|
546
|
-
"signature": "3eaa82d284d2ecf646a9f84e79269ec4505c0491876a9fd07f0cd7b5827f7df9",
|
|
545
|
+
"version": "84149647faeeb1f97a0fb11b27533a07fc203dc2b4748105bfac77200f955bee",
|
|
546
|
+
"signature": "84149647faeeb1f97a0fb11b27533a07fc203dc2b4748105bfac77200f955bee",
|
|
547
547
|
"affectsGlobalScope": false
|
|
548
548
|
},
|
|
549
549
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts": {
|
|
550
|
-
"version": "
|
|
551
|
-
"signature": "
|
|
550
|
+
"version": "c2515bb517b70e8788066688ede46023ce10d4441aa38735f476b4a14eafbf72",
|
|
551
|
+
"signature": "c2515bb517b70e8788066688ede46023ce10d4441aa38735f476b4a14eafbf72",
|
|
552
552
|
"affectsGlobalScope": false
|
|
553
553
|
},
|
|
554
554
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/proxyLoader.d.ts": {
|
|
@@ -557,8 +557,8 @@
|
|
|
557
557
|
"affectsGlobalScope": false
|
|
558
558
|
},
|
|
559
559
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts": {
|
|
560
|
-
"version": "
|
|
561
|
-
"signature": "
|
|
560
|
+
"version": "8fa684e0a0978f19bdccffb0ad3b8fb3ded44a0792b94d096df542a37c697489",
|
|
561
|
+
"signature": "8fa684e0a0978f19bdccffb0ad3b8fb3ded44a0792b94d096df542a37c697489",
|
|
562
562
|
"affectsGlobalScope": false
|
|
563
563
|
},
|
|
564
564
|
"../../../../../node_modules/@fluidframework/common-utils/dist/assert.d.ts": {
|
|
@@ -687,8 +687,8 @@
|
|
|
687
687
|
"affectsGlobalScope": false
|
|
688
688
|
},
|
|
689
689
|
"../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts": {
|
|
690
|
-
"version": "
|
|
691
|
-
"signature": "
|
|
690
|
+
"version": "355d4c8a667da051a5b56d78367696df9aa5026619021ff7f65734c5fa68a16f",
|
|
691
|
+
"signature": "355d4c8a667da051a5b56d78367696df9aa5026619021ff7f65734c5fa68a16f",
|
|
692
692
|
"affectsGlobalScope": false
|
|
693
693
|
},
|
|
694
694
|
"../../../../runtime/runtime-definitions/dist/garbageCollection.d.ts": {
|
|
@@ -702,18 +702,18 @@
|
|
|
702
702
|
"affectsGlobalScope": false
|
|
703
703
|
},
|
|
704
704
|
"../../../../runtime/runtime-definitions/dist/summary.d.ts": {
|
|
705
|
-
"version": "
|
|
706
|
-
"signature": "
|
|
705
|
+
"version": "858952f995ca3e0c7aac1018f41994eb6a82a05450ea880c7dd291fb6d46dfe2",
|
|
706
|
+
"signature": "858952f995ca3e0c7aac1018f41994eb6a82a05450ea880c7dd291fb6d46dfe2",
|
|
707
707
|
"affectsGlobalScope": false
|
|
708
708
|
},
|
|
709
709
|
"../../../../runtime/runtime-definitions/dist/dataStoreContext.d.ts": {
|
|
710
|
-
"version": "
|
|
711
|
-
"signature": "
|
|
710
|
+
"version": "96e2c34d2f7f41d3fd1497286303fe106b2e2a45ef6adee53501fe579106c9b0",
|
|
711
|
+
"signature": "96e2c34d2f7f41d3fd1497286303fe106b2e2a45ef6adee53501fe579106c9b0",
|
|
712
712
|
"affectsGlobalScope": false
|
|
713
713
|
},
|
|
714
714
|
"../../../../runtime/runtime-definitions/dist/dataStoreFactory.d.ts": {
|
|
715
|
-
"version": "
|
|
716
|
-
"signature": "
|
|
715
|
+
"version": "2a55461732c804903dc710da278eaeccb85c1ec6bf1178b96d64a941264e0dbf",
|
|
716
|
+
"signature": "2a55461732c804903dc710da278eaeccb85c1ec6bf1178b96d64a941264e0dbf",
|
|
717
717
|
"affectsGlobalScope": false
|
|
718
718
|
},
|
|
719
719
|
"../../../../runtime/runtime-definitions/dist/index.d.ts": {
|
|
@@ -727,8 +727,8 @@
|
|
|
727
727
|
"affectsGlobalScope": false
|
|
728
728
|
},
|
|
729
729
|
"../../../../runtime/runtime-utils/dist/dataStoreHelpers.d.ts": {
|
|
730
|
-
"version": "
|
|
731
|
-
"signature": "
|
|
730
|
+
"version": "27cb6598c6a871ea3fd18997ca98d1e22b449ee995645e7780aa490452100bb0",
|
|
731
|
+
"signature": "27cb6598c6a871ea3fd18997ca98d1e22b449ee995645e7780aa490452100bb0",
|
|
732
732
|
"affectsGlobalScope": false
|
|
733
733
|
},
|
|
734
734
|
"../../../../runtime/datastore-definitions/dist/storage.d.ts": {
|
|
@@ -737,8 +737,8 @@
|
|
|
737
737
|
"affectsGlobalScope": false
|
|
738
738
|
},
|
|
739
739
|
"../../../../runtime/datastore-definitions/dist/dataStoreRuntime.d.ts": {
|
|
740
|
-
"version": "
|
|
741
|
-
"signature": "
|
|
740
|
+
"version": "0c93aff251f89876dff554f17229ba2769cd1ca2791f89fe30259d3e0433c4f6",
|
|
741
|
+
"signature": "0c93aff251f89876dff554f17229ba2769cd1ca2791f89fe30259d3e0433c4f6",
|
|
742
742
|
"affectsGlobalScope": false
|
|
743
743
|
},
|
|
744
744
|
"../../../../runtime/datastore-definitions/dist/channel.d.ts": {
|
|
@@ -777,8 +777,8 @@
|
|
|
777
777
|
"affectsGlobalScope": false
|
|
778
778
|
},
|
|
779
779
|
"../../../../runtime/container-runtime-definitions/dist/containerRuntime.d.ts": {
|
|
780
|
-
"version": "
|
|
781
|
-
"signature": "
|
|
780
|
+
"version": "cdb9d3c0083999fe24831f5f26d59f3016599c32daed197f1b707bfc40abd8ab",
|
|
781
|
+
"signature": "cdb9d3c0083999fe24831f5f26d59f3016599c32daed197f1b707bfc40abd8ab",
|
|
782
782
|
"affectsGlobalScope": false
|
|
783
783
|
},
|
|
784
784
|
"../../../../runtime/container-runtime-definitions/dist/index.d.ts": {
|
|
@@ -812,8 +812,8 @@
|
|
|
812
812
|
"affectsGlobalScope": false
|
|
813
813
|
},
|
|
814
814
|
"../../../../runtime/runtime-utils/dist/summarizerNode/summarizerNodeWithGc.d.ts": {
|
|
815
|
-
"version": "
|
|
816
|
-
"signature": "
|
|
815
|
+
"version": "66a44a7c28bcf3361f56cee242f0cb989a343bbf396f64d3065e71232042b110",
|
|
816
|
+
"signature": "66a44a7c28bcf3361f56cee242f0cb989a343bbf396f64d3065e71232042b110",
|
|
817
817
|
"affectsGlobalScope": false
|
|
818
818
|
},
|
|
819
819
|
"../../../../runtime/runtime-utils/dist/summarizerNode/index.d.ts": {
|
|
@@ -832,13 +832,13 @@
|
|
|
832
832
|
"affectsGlobalScope": false
|
|
833
833
|
},
|
|
834
834
|
"../../../../runtime/datastore/dist/dataStoreRuntime.d.ts": {
|
|
835
|
-
"version": "
|
|
836
|
-
"signature": "
|
|
835
|
+
"version": "96720ddbbce79f988c59dbe7f96c09f74b1adbb6ae7c8da5b6a28b3984f30cf9",
|
|
836
|
+
"signature": "96720ddbbce79f988c59dbe7f96c09f74b1adbb6ae7c8da5b6a28b3984f30cf9",
|
|
837
837
|
"affectsGlobalScope": false
|
|
838
838
|
},
|
|
839
839
|
"../../../../runtime/datastore/dist/fluidHandle.d.ts": {
|
|
840
|
-
"version": "
|
|
841
|
-
"signature": "
|
|
840
|
+
"version": "0db40fc64ac6d6c6601fc83f29439e9b81c487c39e34ae18503582b39323fd39",
|
|
841
|
+
"signature": "0db40fc64ac6d6c6601fc83f29439e9b81c487c39e34ae18503582b39323fd39",
|
|
842
842
|
"affectsGlobalScope": false
|
|
843
843
|
},
|
|
844
844
|
"../../../../runtime/datastore/dist/index.d.ts": {
|
|
@@ -852,8 +852,8 @@
|
|
|
852
852
|
"affectsGlobalScope": false
|
|
853
853
|
},
|
|
854
854
|
"../IFluidDependencySynthesizer.d.ts": {
|
|
855
|
-
"version": "
|
|
856
|
-
"signature": "
|
|
855
|
+
"version": "83d22c422c78fae1c34fe21877cdf66039978997a0f5636fee4a55f527136477",
|
|
856
|
+
"signature": "83d22c422c78fae1c34fe21877cdf66039978997a0f5636fee4a55f527136477",
|
|
857
857
|
"affectsGlobalScope": false
|
|
858
858
|
},
|
|
859
859
|
"../dependencyContainer.d.ts": {
|
|
@@ -971,7 +971,6 @@
|
|
|
971
971
|
],
|
|
972
972
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts": [
|
|
973
973
|
"../../../../../node_modules/@fluidframework/common-definitions/dist/index.d.ts",
|
|
974
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
975
974
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
976
975
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
977
976
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -982,7 +981,11 @@
|
|
|
982
981
|
"../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts",
|
|
983
982
|
"../IFluidDependencySynthesizer.d.ts"
|
|
984
983
|
],
|
|
984
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/error.d.ts": [
|
|
985
|
+
"../../../../../node_modules/@fluidframework/common-definitions/dist/index.d.ts"
|
|
986
|
+
],
|
|
985
987
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/fluidModule.d.ts": [
|
|
988
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts",
|
|
986
989
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts"
|
|
987
990
|
],
|
|
988
991
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts": [
|
|
@@ -994,18 +997,10 @@
|
|
|
994
997
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
995
998
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
996
999
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/proxyLoader.d.ts",
|
|
997
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts"
|
|
998
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/tokenProvider.d.ts",
|
|
999
|
-
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
1000
|
-
"../../../../../node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts",
|
|
1001
|
-
"../../../../runtime/container-runtime-definitions/dist/containerRuntime.d.ts",
|
|
1002
|
-
"../../../../runtime/runtime-definitions/dist/dataStoreFactory.d.ts",
|
|
1003
|
-
"../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts",
|
|
1004
|
-
"../IFluidDependencySynthesizer.d.ts"
|
|
1000
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts"
|
|
1005
1001
|
],
|
|
1006
1002
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts": [
|
|
1007
1003
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1008
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1009
1004
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1010
1005
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts",
|
|
1011
1006
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1017,10 +1012,10 @@
|
|
|
1017
1012
|
],
|
|
1018
1013
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts": [
|
|
1019
1014
|
"../../../../../node_modules/@fluidframework/common-definitions/dist/index.d.ts",
|
|
1015
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/audience.d.ts",
|
|
1020
1016
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1021
1017
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/error.d.ts",
|
|
1022
1018
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/fluidModule.d.ts",
|
|
1023
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1024
1019
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1025
1020
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts",
|
|
1026
1021
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1058,7 +1053,8 @@
|
|
|
1058
1053
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/handles.d.ts": [
|
|
1059
1054
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts",
|
|
1060
1055
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidObject.d.ts",
|
|
1061
|
-
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts"
|
|
1056
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts",
|
|
1057
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/provider.d.ts"
|
|
1062
1058
|
],
|
|
1063
1059
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts": [
|
|
1064
1060
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts",
|
|
@@ -1066,6 +1062,7 @@
|
|
|
1066
1062
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidPackage.d.ts",
|
|
1067
1063
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts",
|
|
1068
1064
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/handles.d.ts",
|
|
1065
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/provider.d.ts",
|
|
1069
1066
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/serializer.d.ts"
|
|
1070
1067
|
],
|
|
1071
1068
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/serializer.d.ts": [
|
|
@@ -1083,7 +1080,6 @@
|
|
|
1083
1080
|
],
|
|
1084
1081
|
"../../../../../node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts": [
|
|
1085
1082
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1086
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1087
1083
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1088
1084
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1089
1085
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1332,7 +1328,6 @@
|
|
|
1332
1328
|
],
|
|
1333
1329
|
"../IFluidDependencySynthesizer.d.ts": [
|
|
1334
1330
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1335
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1336
1331
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1337
1332
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1338
1333
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1437,7 +1432,6 @@
|
|
|
1437
1432
|
],
|
|
1438
1433
|
"../../../../runtime/runtime-definitions/dist/dataStoreFactory.d.ts": [
|
|
1439
1434
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1440
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1441
1435
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1442
1436
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1443
1437
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1449,7 +1443,6 @@
|
|
|
1449
1443
|
],
|
|
1450
1444
|
"../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts": [
|
|
1451
1445
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1452
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1453
1446
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1454
1447
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1455
1448
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1608,7 +1601,6 @@
|
|
|
1608
1601
|
],
|
|
1609
1602
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts": [
|
|
1610
1603
|
"../../../../../node_modules/@fluidframework/common-definitions/dist/index.d.ts",
|
|
1611
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1612
1604
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1613
1605
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1614
1606
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1619,7 +1611,11 @@
|
|
|
1619
1611
|
"../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts",
|
|
1620
1612
|
"../IFluidDependencySynthesizer.d.ts"
|
|
1621
1613
|
],
|
|
1614
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/error.d.ts": [
|
|
1615
|
+
"../../../../../node_modules/@fluidframework/common-definitions/dist/index.d.ts"
|
|
1616
|
+
],
|
|
1622
1617
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/fluidModule.d.ts": [
|
|
1618
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts",
|
|
1623
1619
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts"
|
|
1624
1620
|
],
|
|
1625
1621
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts": [
|
|
@@ -1631,18 +1627,10 @@
|
|
|
1631
1627
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1632
1628
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1633
1629
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/proxyLoader.d.ts",
|
|
1634
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts"
|
|
1635
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/tokenProvider.d.ts",
|
|
1636
|
-
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
1637
|
-
"../../../../../node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts",
|
|
1638
|
-
"../../../../runtime/container-runtime-definitions/dist/containerRuntime.d.ts",
|
|
1639
|
-
"../../../../runtime/runtime-definitions/dist/dataStoreFactory.d.ts",
|
|
1640
|
-
"../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts",
|
|
1641
|
-
"../IFluidDependencySynthesizer.d.ts"
|
|
1630
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts"
|
|
1642
1631
|
],
|
|
1643
1632
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts": [
|
|
1644
1633
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1645
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1646
1634
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1647
1635
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts",
|
|
1648
1636
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1654,10 +1642,10 @@
|
|
|
1654
1642
|
],
|
|
1655
1643
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts": [
|
|
1656
1644
|
"../../../../../node_modules/@fluidframework/common-definitions/dist/index.d.ts",
|
|
1645
|
+
"../../../../../node_modules/@fluidframework/container-definitions/dist/audience.d.ts",
|
|
1657
1646
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1658
1647
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/error.d.ts",
|
|
1659
1648
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/fluidModule.d.ts",
|
|
1660
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1661
1649
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1662
1650
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts",
|
|
1663
1651
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1695,7 +1683,8 @@
|
|
|
1695
1683
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/handles.d.ts": [
|
|
1696
1684
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts",
|
|
1697
1685
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidObject.d.ts",
|
|
1698
|
-
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts"
|
|
1686
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts",
|
|
1687
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/provider.d.ts"
|
|
1699
1688
|
],
|
|
1700
1689
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts": [
|
|
1701
1690
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts",
|
|
@@ -1703,6 +1692,7 @@
|
|
|
1703
1692
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidPackage.d.ts",
|
|
1704
1693
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts",
|
|
1705
1694
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/handles.d.ts",
|
|
1695
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/provider.d.ts",
|
|
1706
1696
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/serializer.d.ts"
|
|
1707
1697
|
],
|
|
1708
1698
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/serializer.d.ts": [
|
|
@@ -1720,7 +1710,6 @@
|
|
|
1720
1710
|
],
|
|
1721
1711
|
"../../../../../node_modules/@fluidframework/driver-definitions/dist/urlResolver.d.ts": [
|
|
1722
1712
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1723
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1724
1713
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1725
1714
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1726
1715
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -1969,7 +1958,6 @@
|
|
|
1969
1958
|
],
|
|
1970
1959
|
"../IFluidDependencySynthesizer.d.ts": [
|
|
1971
1960
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
1972
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
1973
1961
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
1974
1962
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
1975
1963
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -2068,7 +2056,6 @@
|
|
|
2068
2056
|
],
|
|
2069
2057
|
"../../../../runtime/runtime-definitions/dist/dataStoreFactory.d.ts": [
|
|
2070
2058
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
2071
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
2072
2059
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
2073
2060
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
2074
2061
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -2080,7 +2067,6 @@
|
|
|
2080
2067
|
],
|
|
2081
2068
|
"../../../../runtime/runtime-definitions/dist/dataStoreRegistry.d.ts": [
|
|
2082
2069
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/deltas.d.ts",
|
|
2083
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/index.d.ts",
|
|
2084
2070
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/legacy/chaincode.d.ts",
|
|
2085
2071
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
2086
2072
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
@@ -2214,13 +2200,13 @@
|
|
|
2214
2200
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/loader.d.ts",
|
|
2215
2201
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/proxyLoader.d.ts",
|
|
2216
2202
|
"../../../../../node_modules/@fluidframework/container-definitions/dist/runtime.d.ts",
|
|
2217
|
-
"../../../../../node_modules/@fluidframework/container-definitions/dist/tokenProvider.d.ts",
|
|
2218
2203
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidLoadable.d.ts",
|
|
2219
2204
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidObject.d.ts",
|
|
2220
2205
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidPackage.d.ts",
|
|
2221
2206
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/fluidRouter.d.ts",
|
|
2222
2207
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/handles.d.ts",
|
|
2223
2208
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/index.d.ts",
|
|
2209
|
+
"../../../../../node_modules/@fluidframework/core-interfaces/dist/provider.d.ts",
|
|
2224
2210
|
"../../../../../node_modules/@fluidframework/core-interfaces/dist/serializer.d.ts",
|
|
2225
2211
|
"../../../../../node_modules/@fluidframework/driver-definitions/dist/driverError.d.ts",
|
|
2226
2212
|
"../../../../../node_modules/@fluidframework/driver-definitions/dist/index.d.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFluidDependencySynthesizer.js","sourceRoot":"","sources":["../src/IFluidDependencySynthesizer.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"IFluidDependencySynthesizer.js","sourceRoot":"","sources":["../src/IFluidDependencySynthesizer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAiBH,MAAM,CAAC,MAAM,2BAA2B,GAClC,6BAA6B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { IFluidObject } from \"@fluidframework/core-interfaces\";\nimport {\n AsyncFluidObjectProvider,\n FluidObjectSymbolProvider,\n FluidObjectProvider,\n FluidObjectKey,\n} from \"./types\";\n\ndeclare module \"@fluidframework/core-interfaces\" {\n export interface IFluidObject {\n /** @deprecated - use `FluidObject<IFluidDependencySynthesizer>` instead */\n readonly IFluidDependencySynthesizer?: IFluidDependencySynthesizer;\n }\n}\n\nexport const IFluidDependencySynthesizer: keyof IProvideFluidDependencySynthesizer\n = \"IFluidDependencySynthesizer\";\n\nexport interface IProvideFluidDependencySynthesizer {\n IFluidDependencySynthesizer: IFluidDependencySynthesizer;\n}\n\n/**\n * IFluidDependencySynthesizer can generate IFluidObjects based on the IProvideFluidObject pattern.\n * It allow for registering providers and uses synthesize to generate a new object with the optional\n * and required types.\n */\nexport interface IFluidDependencySynthesizer extends IProvideFluidDependencySynthesizer {\n /**\n * All the registered types available\n */\n readonly registeredTypes: Iterable<(keyof IFluidObject)>;\n\n /**\n * Add a new provider\n * @param type - Name of the Type T being provided\n * @param provider - A provider that will resolve the T correctly when asked\n * @throws - If passing a type that's already registered\n */\n register<T extends keyof IFluidObject>(type: T, provider: FluidObjectProvider<T>): void;\n\n /**\n * Remove a provider\n * @param type - Name of the provider to remove\n */\n unregister<T extends keyof IFluidObject>(type: T): void;\n\n /**\n * synthesize takes optional and required types and returns an object that will fulfill the\n * defined types based off objects that has been previously registered.\n *\n * @param optionalTypes - optional types to be in the Scope object\n * @param requiredTypes - required types that need to be in the Scope object\n */\n synthesize<\n O extends IFluidObject,\n R extends IFluidObject>(\n optionalTypes: FluidObjectSymbolProvider<O>,\n requiredTypes: FluidObjectSymbolProvider<R>,\n ): AsyncFluidObjectProvider<FluidObjectKey<O>, FluidObjectKey<R>>;\n\n /**\n * Check if a given type is registered\n * @param types - Type to check\n */\n has(...types: (keyof IFluidObject)[]): boolean;\n\n /**\n * Get a provider. undefined if not available.\n * @param type - Type to get\n */\n getProvider<T extends keyof IFluidObject>(type: T): FluidObjectProvider<T> | undefined;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/synthesize",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.0-46105",
|
|
4
4
|
"description": "A library for synthesizing scope objects.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"temp-directory": "nyc/.nyc_output"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@fluidframework/core-interfaces": "^0.
|
|
61
|
+
"@fluidframework/core-interfaces": "^0.41.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@fluidframework/build-common": "^0.23.0",
|
|
65
|
-
"@fluidframework/datastore": "
|
|
65
|
+
"@fluidframework/datastore": "0.53.0-46105",
|
|
66
66
|
"@fluidframework/eslint-config-fluid": "^0.24.0",
|
|
67
|
-
"@fluidframework/mocha-test-setup": "
|
|
67
|
+
"@fluidframework/mocha-test-setup": "0.53.0-46105",
|
|
68
68
|
"@microsoft/api-extractor": "^7.16.1",
|
|
69
69
|
"@types/mocha": "^8.2.2",
|
|
70
70
|
"@types/node": "^12.19.0",
|