@fluidframework/odsp-driver 2.1.0-276985 → 2.1.0-281041

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.
Files changed (183) hide show
  1. package/api-extractor/{api-extractor-lint-beta.cjs.json → api-extractor.current.json} +2 -2
  2. package/api-extractor/api-extractor.legacy.json +1 -1
  3. package/api-extractor.json +1 -1
  4. package/api-report/odsp-driver.legacy.public.api.md +9 -0
  5. package/dist/ReadBufferUtils.d.ts.map +1 -1
  6. package/dist/ReadBufferUtils.js +1 -0
  7. package/dist/ReadBufferUtils.js.map +1 -1
  8. package/dist/WriteBufferUtils.d.ts.map +1 -1
  9. package/dist/WriteBufferUtils.js +2 -0
  10. package/dist/WriteBufferUtils.js.map +1 -1
  11. package/dist/compactSnapshotParser.d.ts.map +1 -1
  12. package/dist/compactSnapshotParser.js +28 -5
  13. package/dist/compactSnapshotParser.js.map +1 -1
  14. package/dist/compactSnapshotWriter.d.ts.map +1 -1
  15. package/dist/compactSnapshotWriter.js +3 -1
  16. package/dist/compactSnapshotWriter.js.map +1 -1
  17. package/dist/createFile.d.ts.map +1 -1
  18. package/dist/createFile.js +1 -1
  19. package/dist/createFile.js.map +1 -1
  20. package/dist/createNewContainerOnExistingFile.d.ts.map +1 -1
  21. package/dist/createNewContainerOnExistingFile.js +2 -1
  22. package/dist/createNewContainerOnExistingFile.js.map +1 -1
  23. package/dist/createNewUtils.d.ts.map +1 -1
  24. package/dist/createNewUtils.js +2 -0
  25. package/dist/createNewUtils.js.map +1 -1
  26. package/dist/epochTracker.d.ts.map +1 -1
  27. package/dist/epochTracker.js +3 -3
  28. package/dist/epochTracker.js.map +1 -1
  29. package/dist/fetchSnapshot.d.ts +1 -1
  30. package/dist/fetchSnapshot.d.ts.map +1 -1
  31. package/dist/fetchSnapshot.js +8 -3
  32. package/dist/fetchSnapshot.js.map +1 -1
  33. package/dist/legacy.d.ts +1 -1
  34. package/dist/localOdspDriver/localOdspDeltaStorageService.d.ts.map +1 -1
  35. package/dist/localOdspDriver/localOdspDeltaStorageService.js +1 -0
  36. package/dist/localOdspDriver/localOdspDeltaStorageService.js.map +1 -1
  37. package/dist/odspDelayLoadedDeltaStream.d.ts.map +1 -1
  38. package/dist/odspDelayLoadedDeltaStream.js +2 -0
  39. package/dist/odspDelayLoadedDeltaStream.js.map +1 -1
  40. package/dist/odspDeltaStorageService.d.ts.map +1 -1
  41. package/dist/odspDeltaStorageService.js +4 -1
  42. package/dist/odspDeltaStorageService.js.map +1 -1
  43. package/dist/odspDocumentDeltaConnection.d.ts.map +1 -1
  44. package/dist/odspDocumentDeltaConnection.js +2 -0
  45. package/dist/odspDocumentDeltaConnection.js.map +1 -1
  46. package/dist/odspDocumentStorageManager.d.ts +1 -0
  47. package/dist/odspDocumentStorageManager.d.ts.map +1 -1
  48. package/dist/odspDocumentStorageManager.js +4 -3
  49. package/dist/odspDocumentStorageManager.js.map +1 -1
  50. package/dist/odspDocumentStorageServiceBase.d.ts.map +1 -1
  51. package/dist/odspDocumentStorageServiceBase.js +2 -0
  52. package/dist/odspDocumentStorageServiceBase.js.map +1 -1
  53. package/dist/odspDriverUrlResolver.d.ts.map +1 -1
  54. package/dist/odspDriverUrlResolver.js +2 -1
  55. package/dist/odspDriverUrlResolver.js.map +1 -1
  56. package/dist/odspSnapshotParser.d.ts.map +1 -1
  57. package/dist/odspSnapshotParser.js +5 -1
  58. package/dist/odspSnapshotParser.js.map +1 -1
  59. package/dist/odspSummaryUploadManager.d.ts.map +1 -1
  60. package/dist/odspSummaryUploadManager.js +1 -0
  61. package/dist/odspSummaryUploadManager.js.map +1 -1
  62. package/dist/odspUrlHelper.d.ts.map +1 -1
  63. package/dist/odspUrlHelper.js +5 -1
  64. package/dist/odspUrlHelper.js.map +1 -1
  65. package/dist/odspUtils.d.ts +3 -2
  66. package/dist/odspUtils.d.ts.map +1 -1
  67. package/dist/odspUtils.js +7 -3
  68. package/dist/odspUtils.js.map +1 -1
  69. package/dist/packageVersion.d.ts +1 -1
  70. package/dist/packageVersion.js +1 -1
  71. package/dist/packageVersion.js.map +1 -1
  72. package/dist/prefetchLatestSnapshot.d.ts.map +1 -1
  73. package/dist/prefetchLatestSnapshot.js +2 -2
  74. package/dist/prefetchLatestSnapshot.js.map +1 -1
  75. package/dist/public.d.ts +1 -1
  76. package/dist/zipItDataRepresentationUtils.d.ts.map +1 -1
  77. package/dist/zipItDataRepresentationUtils.js +9 -0
  78. package/dist/zipItDataRepresentationUtils.js.map +1 -1
  79. package/internal.d.ts +1 -1
  80. package/legacy.d.ts +1 -1
  81. package/lib/ReadBufferUtils.d.ts.map +1 -1
  82. package/lib/ReadBufferUtils.js +1 -0
  83. package/lib/ReadBufferUtils.js.map +1 -1
  84. package/lib/WriteBufferUtils.d.ts.map +1 -1
  85. package/lib/WriteBufferUtils.js +2 -0
  86. package/lib/WriteBufferUtils.js.map +1 -1
  87. package/lib/compactSnapshotParser.d.ts.map +1 -1
  88. package/lib/compactSnapshotParser.js +28 -5
  89. package/lib/compactSnapshotParser.js.map +1 -1
  90. package/lib/compactSnapshotWriter.d.ts.map +1 -1
  91. package/lib/compactSnapshotWriter.js +3 -1
  92. package/lib/compactSnapshotWriter.js.map +1 -1
  93. package/lib/createFile.d.ts.map +1 -1
  94. package/lib/createFile.js +3 -3
  95. package/lib/createFile.js.map +1 -1
  96. package/lib/createNewContainerOnExistingFile.d.ts.map +1 -1
  97. package/lib/createNewContainerOnExistingFile.js +3 -2
  98. package/lib/createNewContainerOnExistingFile.js.map +1 -1
  99. package/lib/createNewUtils.d.ts.map +1 -1
  100. package/lib/createNewUtils.js +2 -0
  101. package/lib/createNewUtils.js.map +1 -1
  102. package/lib/epochTracker.d.ts.map +1 -1
  103. package/lib/epochTracker.js +4 -4
  104. package/lib/epochTracker.js.map +1 -1
  105. package/lib/fetchSnapshot.d.ts +1 -1
  106. package/lib/fetchSnapshot.d.ts.map +1 -1
  107. package/lib/fetchSnapshot.js +8 -3
  108. package/lib/fetchSnapshot.js.map +1 -1
  109. package/lib/legacy.d.ts +1 -1
  110. package/lib/localOdspDriver/localOdspDeltaStorageService.d.ts.map +1 -1
  111. package/lib/localOdspDriver/localOdspDeltaStorageService.js +1 -0
  112. package/lib/localOdspDriver/localOdspDeltaStorageService.js.map +1 -1
  113. package/lib/odspDelayLoadedDeltaStream.d.ts.map +1 -1
  114. package/lib/odspDelayLoadedDeltaStream.js +2 -0
  115. package/lib/odspDelayLoadedDeltaStream.js.map +1 -1
  116. package/lib/odspDeltaStorageService.d.ts.map +1 -1
  117. package/lib/odspDeltaStorageService.js +4 -1
  118. package/lib/odspDeltaStorageService.js.map +1 -1
  119. package/lib/odspDocumentDeltaConnection.d.ts.map +1 -1
  120. package/lib/odspDocumentDeltaConnection.js +2 -0
  121. package/lib/odspDocumentDeltaConnection.js.map +1 -1
  122. package/lib/odspDocumentStorageManager.d.ts +1 -0
  123. package/lib/odspDocumentStorageManager.d.ts.map +1 -1
  124. package/lib/odspDocumentStorageManager.js +5 -4
  125. package/lib/odspDocumentStorageManager.js.map +1 -1
  126. package/lib/odspDocumentStorageServiceBase.d.ts.map +1 -1
  127. package/lib/odspDocumentStorageServiceBase.js +2 -0
  128. package/lib/odspDocumentStorageServiceBase.js.map +1 -1
  129. package/lib/odspDriverUrlResolver.d.ts.map +1 -1
  130. package/lib/odspDriverUrlResolver.js +2 -1
  131. package/lib/odspDriverUrlResolver.js.map +1 -1
  132. package/lib/odspSnapshotParser.d.ts.map +1 -1
  133. package/lib/odspSnapshotParser.js +5 -1
  134. package/lib/odspSnapshotParser.js.map +1 -1
  135. package/lib/odspSummaryUploadManager.d.ts.map +1 -1
  136. package/lib/odspSummaryUploadManager.js +1 -0
  137. package/lib/odspSummaryUploadManager.js.map +1 -1
  138. package/lib/odspUrlHelper.d.ts.map +1 -1
  139. package/lib/odspUrlHelper.js +5 -1
  140. package/lib/odspUrlHelper.js.map +1 -1
  141. package/lib/odspUtils.d.ts +3 -2
  142. package/lib/odspUtils.d.ts.map +1 -1
  143. package/lib/odspUtils.js +6 -3
  144. package/lib/odspUtils.js.map +1 -1
  145. package/lib/packageVersion.d.ts +1 -1
  146. package/lib/packageVersion.js +1 -1
  147. package/lib/packageVersion.js.map +1 -1
  148. package/lib/prefetchLatestSnapshot.d.ts.map +1 -1
  149. package/lib/prefetchLatestSnapshot.js +3 -3
  150. package/lib/prefetchLatestSnapshot.js.map +1 -1
  151. package/lib/public.d.ts +1 -1
  152. package/lib/zipItDataRepresentationUtils.d.ts.map +1 -1
  153. package/lib/zipItDataRepresentationUtils.js +9 -0
  154. package/lib/zipItDataRepresentationUtils.js.map +1 -1
  155. package/package.json +25 -35
  156. package/src/ReadBufferUtils.ts +2 -1
  157. package/src/WriteBufferUtils.ts +4 -2
  158. package/src/compactSnapshotParser.ts +41 -17
  159. package/src/compactSnapshotWriter.ts +4 -2
  160. package/src/createFile.ts +9 -1
  161. package/src/createNewContainerOnExistingFile.ts +16 -3
  162. package/src/createNewUtils.ts +4 -2
  163. package/src/epochTracker.ts +4 -3
  164. package/src/fetchSnapshot.ts +10 -3
  165. package/src/localOdspDriver/localOdspDeltaStorageService.ts +2 -1
  166. package/src/odspDelayLoadedDeltaStream.ts +4 -2
  167. package/src/odspDeltaStorageService.ts +4 -2
  168. package/src/odspDocumentDeltaConnection.ts +4 -2
  169. package/src/odspDocumentStorageManager.ts +18 -3
  170. package/src/odspDocumentStorageServiceBase.ts +4 -2
  171. package/src/odspDriverUrlResolver.ts +2 -1
  172. package/src/odspSnapshotParser.ts +8 -4
  173. package/src/odspSummaryUploadManager.ts +2 -1
  174. package/src/odspUrlHelper.ts +8 -4
  175. package/src/odspUtils.ts +13 -2
  176. package/src/packageVersion.ts +1 -1
  177. package/src/prefetchLatestSnapshot.ts +3 -4
  178. package/src/zipItDataRepresentationUtils.ts +18 -9
  179. package/tsconfig.json +0 -1
  180. package/api-extractor/api-extractor-lint-beta.esm.json +0 -5
  181. package/beta.d.ts +0 -11
  182. package/dist/beta.d.ts +0 -12
  183. package/lib/beta.d.ts +0 -12
@@ -198,7 +198,8 @@ export abstract class OdspDocumentStorageServiceBase implements IDocumentStorage
198
198
  // eslint-disable-next-line unicorn/no-null
199
199
  return null;
200
200
  }
201
- id = versions[0].id;
201
+ // Non null asserting here because of the length check above
202
+ id = versions[0]!.id;
202
203
  }
203
204
 
204
205
  const snapshotTree = await this.readTree(id, scenarioName);
@@ -257,7 +258,8 @@ export abstract class OdspDocumentStorageServiceBase implements IDocumentStorage
257
258
  protected combineProtocolAndAppSnapshotTree(snapshotTree: ISnapshotTree): ISnapshotTree {
258
259
  // When we upload the container snapshot, we upload appTree in ".app" and protocol tree in ".protocol"
259
260
  // So when we request the snapshot we get ".app" as tree and not as commit node as in the case just above.
260
- const hierarchicalAppTree = snapshotTree.trees[".app"];
261
+ // TODO Why are we non null asserting here?
262
+ const hierarchicalAppTree = snapshotTree.trees[".app"]!;
261
263
  const hierarchicalProtocolTree = snapshotTree.trees[".protocol"];
262
264
  const summarySnapshotTree: ISnapshotTree = {
263
265
  blobs: {
@@ -262,7 +262,8 @@ export function decodeOdspUrl(url: string): {
262
262
  }
263
263
 
264
264
  return {
265
- siteUrl,
265
+ // TODO Why are we non null asserting here?
266
+ siteUrl: siteUrl!,
266
267
  driveId: decodeURIComponent(driveId),
267
268
  itemId: decodeURIComponent(itemId),
268
269
  path: decodeURIComponent(path),
@@ -28,7 +28,8 @@ function buildHierarchy(flatTree: IOdspSnapshotCommit): ISnapshotTree {
28
28
  const entryPathBase = entry.path.slice(lastIndex + 1);
29
29
 
30
30
  // ODSP snapshots are created breadth-first so we can assume we see tree nodes prior to their contents
31
- const node = lookup[entryPathDir];
31
+ // TODO Why are we non null asserting here?
32
+ const node = lookup[entryPathDir]!;
32
33
 
33
34
  // Add in either the blob or tree
34
35
  if (entry.type === "tree") {
@@ -69,16 +70,19 @@ export function convertOdspSnapshotToSnapshotTreeAndBlobs(
69
70
  }
70
71
  }
71
72
 
72
- const sequenceNumber = odspSnapshot?.trees[0].sequenceNumber;
73
+ // TODO Why are we non null asserting here?
74
+ const sequenceNumber = odspSnapshot?.trees[0]!.sequenceNumber;
73
75
 
74
76
  const val: ISnapshot = {
75
77
  blobContents: blobsWithBufferContent,
76
78
  ops: odspSnapshot.ops?.map((op) => op.op) ?? [],
77
79
  sequenceNumber,
78
- snapshotTree: buildHierarchy(odspSnapshot.trees[0]),
80
+ // TODO Why are we non null asserting here?
81
+ snapshotTree: buildHierarchy(odspSnapshot.trees[0]!),
79
82
  latestSequenceNumber:
80
83
  odspSnapshot.ops && odspSnapshot.ops.length > 0
81
- ? odspSnapshot.ops[odspSnapshot.ops.length - 1].sequenceNumber
84
+ ? // Non null asserting here because of the length check above
85
+ odspSnapshot.ops[odspSnapshot.ops.length - 1]!.sequenceNumber
82
86
  : sequenceNumber,
83
87
  snapshotFormatV: 1,
84
88
  };
@@ -180,7 +180,8 @@ export class OdspSummaryUploadManager {
180
180
  const keys = Object.keys(tree.tree);
181
181
  for (const key of keys) {
182
182
  assert(!key.includes("/"), "id should not include slashes");
183
- const summaryObject = tree.tree[key];
183
+ // Non null asserting for now, this should be changed to Object.entries
184
+ const summaryObject = tree.tree[key]!;
184
185
 
185
186
  let id: string | undefined;
186
187
  let value: OdspSummaryTreeValue | undefined;
@@ -110,8 +110,10 @@ export async function getOdspUrlParts(url: URL): Promise<IOdspUrlParts | undefin
110
110
  }
111
111
  }
112
112
 
113
- const driveId = joinSessionMatch[3] || joinSessionMatch[5];
114
- const itemId = joinSessionMatch[4];
113
+ // TODO Why are we non null asserting here?
114
+ const driveId = joinSessionMatch[3] ?? joinSessionMatch[5]!;
115
+ // TODO Why are we non null asserting here?
116
+ const itemId = joinSessionMatch[4]!;
115
117
 
116
118
  return { siteUrl: `${url.origin}${url.pathname}`, driveId, itemId };
117
119
  } else {
@@ -120,8 +122,10 @@ export async function getOdspUrlParts(url: URL): Promise<IOdspUrlParts | undefin
120
122
  if (joinSessionMatch === null) {
121
123
  return undefined;
122
124
  }
123
- const driveId = joinSessionMatch[2];
124
- const itemId = joinSessionMatch[3];
125
+ // TODO Why are we non null asserting here?
126
+ const driveId = joinSessionMatch[2]!;
127
+ // TODO Why are we non null asserting here?
128
+ const itemId = joinSessionMatch[3]!;
125
129
 
126
130
  return { siteUrl: `${url.origin}${url.pathname}`, driveId, itemId };
127
131
  }
package/src/odspUtils.ts CHANGED
@@ -38,8 +38,10 @@ import {
38
38
  isTokenFromCache,
39
39
  snapshotKey,
40
40
  tokenFromResponse,
41
+ snapshotWithLoadingGroupIdKey,
41
42
  } from "@fluidframework/odsp-driver-definitions/internal";
42
43
  import {
44
+ type IConfigProvider,
43
45
  type IFluidErrorBase,
44
46
  ITelemetryLoggerExt,
45
47
  PerformanceEvent,
@@ -453,9 +455,12 @@ export function toInstrumentedOdspTokenFetcher(
453
455
  };
454
456
  }
455
457
 
456
- export function createCacheSnapshotKey(odspResolvedUrl: IOdspResolvedUrl): ICacheEntry {
458
+ export function createCacheSnapshotKey(
459
+ odspResolvedUrl: IOdspResolvedUrl,
460
+ snapshotWithLoadingGroupId: boolean | undefined,
461
+ ): ICacheEntry {
457
462
  const cacheEntry: ICacheEntry = {
458
- type: snapshotKey,
463
+ type: snapshotWithLoadingGroupId ? snapshotWithLoadingGroupIdKey : snapshotKey,
459
464
  key: odspResolvedUrl.fileVersion ?? "",
460
465
  file: {
461
466
  resolvedUrl: odspResolvedUrl,
@@ -465,6 +470,12 @@ export function createCacheSnapshotKey(odspResolvedUrl: IOdspResolvedUrl): ICach
465
470
  return cacheEntry;
466
471
  }
467
472
 
473
+ export function snapshotWithLoadingGroupIdSupported(
474
+ config: IConfigProvider,
475
+ ): boolean | undefined {
476
+ return config.getBoolean("Fluid.Container.UseLoadingGroupIdForSnapshotFetch2");
477
+ }
478
+
468
479
  // 80KB is the max body size that we can put in ump post body for server to be able to accept it.
469
480
  // Keeping it 78KB to be a little cautious. As per the telemetry 99p is less than 78KB.
470
481
  export const maxUmpPostBodySize = 79872;
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/odsp-driver";
9
- export const pkgVersion = "2.1.0-276985";
9
+ export const pkgVersion = "2.1.0-281041";
@@ -35,6 +35,7 @@ import {
35
35
  createCacheSnapshotKey,
36
36
  createOdspLogger,
37
37
  getOdspResolvedUrl,
38
+ snapshotWithLoadingGroupIdSupported,
38
39
  toInstrumentedOdspStorageTokenFetcher,
39
40
  type TokenFetchOptionsEx,
40
41
  } from "./odspUtils.js";
@@ -76,9 +77,7 @@ export async function prefetchLatestSnapshot(
76
77
  ): Promise<boolean> {
77
78
  const mc = createChildMonitoringContext({ logger, namespace: "PrefetchSnapshot" });
78
79
  const odspLogger = createOdspLogger(mc.logger);
79
- const useGroupIdsForSnapshotFetch = mc.config.getBoolean(
80
- "Fluid.Container.UseLoadingGroupIdForSnapshotFetch2",
81
- );
80
+ const useGroupIdsForSnapshotFetch = snapshotWithLoadingGroupIdSupported(mc.config);
82
81
  // For prefetch, we just want to fetch the ungrouped data and want to use the new API if the
83
82
  // feature gate is set, so provide an empty array.
84
83
  const loadingGroupIds = useGroupIdsForSnapshotFetch ? [] : undefined;
@@ -113,7 +112,7 @@ export async function prefetchLatestSnapshot(
113
112
  controller,
114
113
  );
115
114
  };
116
- const snapshotKey = createCacheSnapshotKey(odspResolvedUrl);
115
+ const snapshotKey = createCacheSnapshotKey(odspResolvedUrl, useGroupIdsForSnapshotFetch);
117
116
  let cacheP: Promise<void> | undefined;
118
117
  let snapshotEpoch: string | undefined;
119
118
  const putInCache = async (valueWithEpoch: IVersionedValueWithEpoch): Promise<void> => {
@@ -301,39 +301,46 @@ export class NodeCore {
301
301
  }
302
302
 
303
303
  public get(index: number): NodeTypes {
304
- return this.children[index];
304
+ // TODO Why are we non null asserting here?
305
+ return this.children[index]!;
305
306
  }
306
307
 
307
308
  public getString(index: number): string {
308
- const node = this.children[index];
309
+ // TODO Why are we non null asserting here?
310
+ const node = this.children[index]!;
309
311
  return getStringInstance(node, "getString should return string");
310
312
  }
311
313
 
312
314
  public getMaybeString(index: number): string | undefined {
313
- const node = this.children[index];
315
+ // TODO Why are we non null asserting here?
316
+ const node = this.children[index]!;
314
317
  return getMaybeStringInstance(node);
315
318
  }
316
319
 
317
320
  public getBlob(index: number): BlobCore {
318
- const node = this.children[index];
321
+ // TODO Why are we non null asserting here?
322
+ const node = this.children[index]!;
319
323
  assertBlobCoreInstance(node, "getBlob should return a blob");
320
324
  return node;
321
325
  }
322
326
 
323
327
  public getNode(index: number): NodeCore {
324
- const node = this.children[index];
328
+ // TODO Why are we non null asserting here?
329
+ const node = this.children[index]!;
325
330
  assertNodeCoreInstance(node, "getNode should return a node");
326
331
  return node;
327
332
  }
328
333
 
329
334
  public getNumber(index: number): number {
330
- const node = this.children[index];
335
+ // TODO Why are we non null asserting here?
336
+ const node = this.children[index]!;
331
337
  assertNumberInstance(node, "getNumber should return a number");
332
338
  return node;
333
339
  }
334
340
 
335
341
  public getBool(index: number): boolean {
336
- const node = this.children[index];
342
+ // TODO Why are we non null asserting here?
343
+ const node = this.children[index]!;
337
344
  assertBoolInstance(node, "getBool should return a boolean");
338
345
  return node;
339
346
  }
@@ -549,7 +556,8 @@ export class NodeCore {
549
556
 
550
557
  for (const el of stringsToResolve) {
551
558
  for (let it = el.startPos; it < el.endPos; it++) {
552
- stringBuffer[length] = input[it];
559
+ // Non null asserting here because we are iterating over startPos
560
+ stringBuffer[length] = input[it]!;
553
561
  length++;
554
562
  }
555
563
  stringBuffer[length] = 0;
@@ -561,7 +569,8 @@ export class NodeCore {
561
569
  if (result.length === stringsToResolve.length + 1) {
562
570
  // All is good, we expect all the cases to get here
563
571
  for (let i = 0; i < stringsToResolve.length; i++) {
564
- stringsToResolve[i].content = result[i];
572
+ // Non null asserting here because we are iterating over stringsToResolve
573
+ stringsToResolve[i]!.content = result[i];
565
574
  }
566
575
  } else {
567
576
  // String content has \0 chars!
package/tsconfig.json CHANGED
@@ -6,6 +6,5 @@
6
6
  "rootDir": "./src",
7
7
  "outDir": "./lib",
8
8
  "exactOptionalPropertyTypes": false,
9
- "noUncheckedIndexedAccess": false,
10
9
  },
11
10
  }
@@ -1,5 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
4
- "mainEntryPointFilePath": "<projectFolder>/lib/beta.d.ts"
5
- }
package/beta.d.ts DELETED
@@ -1,11 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- /*
7
- * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
- */
10
-
11
- export * from "./lib/beta.js";
package/dist/beta.d.ts DELETED
@@ -1,12 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- /*
7
- * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
- */
10
-
11
- export {}
12
-
package/lib/beta.d.ts DELETED
@@ -1,12 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- /*
7
- * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
- */
10
-
11
- export {}
12
-