@fluidframework/container-loader 2.118.1 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/CHANGELOG.md +74 -4
  2. package/README.md +53 -50
  3. package/{api-extractor.json → api-extractor/api-extractor-model.json} +1 -1
  4. package/api-report/container-loader.legacy.alpha.api.md +4 -3
  5. package/dist/attachment.d.ts.map +1 -1
  6. package/dist/audience.js +3 -2
  7. package/dist/audience.js.map +1 -1
  8. package/dist/captureReferencedContents.js +9 -9
  9. package/dist/captureReferencedContents.js.map +1 -1
  10. package/dist/catchUpMonitor.js +11 -8
  11. package/dist/catchUpMonitor.js.map +1 -1
  12. package/dist/connectionManager.d.ts.map +1 -1
  13. package/dist/connectionManager.js +86 -51
  14. package/dist/connectionManager.js.map +1 -1
  15. package/dist/connectionStateHandler.js +40 -14
  16. package/dist/connectionStateHandler.js.map +1 -1
  17. package/dist/container.d.ts +1 -1
  18. package/dist/container.d.ts.map +1 -1
  19. package/dist/container.js +193 -143
  20. package/dist/container.js.map +1 -1
  21. package/dist/containerContext.js +48 -11
  22. package/dist/containerContext.js.map +1 -1
  23. package/dist/containerStorageAdapter.js +25 -17
  24. package/dist/containerStorageAdapter.js.map +1 -1
  25. package/dist/contracts.d.ts.map +1 -1
  26. package/dist/createAndLoadContainerUtils.d.ts +34 -13
  27. package/dist/createAndLoadContainerUtils.d.ts.map +1 -1
  28. package/dist/createAndLoadContainerUtils.js +97 -37
  29. package/dist/createAndLoadContainerUtils.js.map +1 -1
  30. package/dist/debugLogger.d.ts +7 -22
  31. package/dist/debugLogger.d.ts.map +1 -1
  32. package/dist/debugLogger.js +34 -34
  33. package/dist/debugLogger.js.map +1 -1
  34. package/dist/deltaManager.d.ts +16 -4
  35. package/dist/deltaManager.d.ts.map +1 -1
  36. package/dist/deltaManager.js +73 -48
  37. package/dist/deltaManager.js.map +1 -1
  38. package/dist/deltaManagerFactory.d.ts +23 -0
  39. package/dist/deltaManagerFactory.d.ts.map +1 -0
  40. package/dist/deltaManagerFactory.js +17 -0
  41. package/dist/deltaManagerFactory.js.map +1 -0
  42. package/dist/deltaQueue.js +14 -7
  43. package/dist/deltaQueue.js.map +1 -1
  44. package/dist/disposal.js +1 -2
  45. package/dist/disposal.js.map +1 -1
  46. package/dist/error.js +5 -4
  47. package/dist/error.js.map +1 -1
  48. package/dist/frozenServices.d.ts +2 -2
  49. package/dist/frozenServices.d.ts.map +1 -1
  50. package/dist/frozenServices.js +52 -34
  51. package/dist/frozenServices.js.map +1 -1
  52. package/dist/index.d.ts +1 -1
  53. package/dist/index.d.ts.map +1 -1
  54. package/dist/index.js +2 -1
  55. package/dist/index.js.map +1 -1
  56. package/dist/loadContainerToSequenceNumber.js +1 -2
  57. package/dist/loadContainerToSequenceNumber.js.map +1 -1
  58. package/dist/loadPaused.js +1 -2
  59. package/dist/loadPaused.js.map +1 -1
  60. package/dist/loader.js +5 -1
  61. package/dist/loader.js.map +1 -1
  62. package/dist/loaderLayerCompatState.d.ts +25 -1
  63. package/dist/loaderLayerCompatState.d.ts.map +1 -1
  64. package/dist/loaderLayerCompatState.js +79 -11
  65. package/dist/loaderLayerCompatState.js.map +1 -1
  66. package/dist/location-redirection-utilities/resolveWithLocationRedirection.js +2 -3
  67. package/dist/location-redirection-utilities/resolveWithLocationRedirection.js.map +1 -1
  68. package/dist/memoryBlobStorage.js +2 -3
  69. package/dist/memoryBlobStorage.js.map +1 -1
  70. package/dist/noopHeuristic.js +3 -1
  71. package/dist/noopHeuristic.js.map +1 -1
  72. package/dist/packageVersion.d.ts +1 -1
  73. package/dist/packageVersion.d.ts.map +1 -1
  74. package/dist/packageVersion.js +1 -1
  75. package/dist/packageVersion.js.map +1 -1
  76. package/dist/pendingLocalStateStore.d.ts +4 -3
  77. package/dist/pendingLocalStateStore.d.ts.map +1 -1
  78. package/dist/pendingLocalStateStore.js +26 -37
  79. package/dist/pendingLocalStateStore.js.map +1 -1
  80. package/dist/pointInTimeServices.js +4 -2
  81. package/dist/pointInTimeServices.js.map +1 -1
  82. package/dist/protocol/protocol.js +3 -0
  83. package/dist/protocol/protocol.js.map +1 -1
  84. package/dist/protocol/quorum.js +26 -5
  85. package/dist/protocol/quorum.js.map +1 -1
  86. package/dist/protocol.js +5 -3
  87. package/dist/protocol.js.map +1 -1
  88. package/dist/protocolTreeDocumentStorageService.js +10 -0
  89. package/dist/protocolTreeDocumentStorageService.js.map +1 -1
  90. package/dist/quorum.js +1 -2
  91. package/dist/quorum.js.map +1 -1
  92. package/dist/retriableDocumentStorageService.d.ts.map +1 -1
  93. package/dist/retriableDocumentStorageService.js +5 -1
  94. package/dist/retriableDocumentStorageService.js.map +1 -1
  95. package/dist/serializedStateManager.d.ts +6 -0
  96. package/dist/serializedStateManager.d.ts.map +1 -1
  97. package/dist/serializedStateManager.js +19 -24
  98. package/dist/serializedStateManager.js.map +1 -1
  99. package/dist/snapshotRefresher.js +31 -36
  100. package/dist/snapshotRefresher.js.map +1 -1
  101. package/dist/utils.d.ts +1 -1
  102. package/dist/utils.d.ts.map +1 -1
  103. package/dist/utils.js +13 -13
  104. package/dist/utils.js.map +1 -1
  105. package/lib/attachment.d.ts.map +1 -1
  106. package/lib/audience.js +3 -2
  107. package/lib/audience.js.map +1 -1
  108. package/lib/catchUpMonitor.js +11 -8
  109. package/lib/catchUpMonitor.js.map +1 -1
  110. package/lib/connectionManager.d.ts.map +1 -1
  111. package/lib/connectionManager.js +86 -51
  112. package/lib/connectionManager.js.map +1 -1
  113. package/lib/connectionStateHandler.js +37 -11
  114. package/lib/connectionStateHandler.js.map +1 -1
  115. package/lib/container.d.ts +1 -1
  116. package/lib/container.d.ts.map +1 -1
  117. package/lib/container.js +191 -141
  118. package/lib/container.js.map +1 -1
  119. package/lib/containerContext.js +48 -11
  120. package/lib/containerContext.js.map +1 -1
  121. package/lib/containerStorageAdapter.js +22 -14
  122. package/lib/containerStorageAdapter.js.map +1 -1
  123. package/lib/contracts.d.ts.map +1 -1
  124. package/lib/createAndLoadContainerUtils.d.ts +34 -13
  125. package/lib/createAndLoadContainerUtils.d.ts.map +1 -1
  126. package/lib/createAndLoadContainerUtils.js +93 -32
  127. package/lib/createAndLoadContainerUtils.js.map +1 -1
  128. package/lib/debugLogger.d.ts +7 -22
  129. package/lib/debugLogger.d.ts.map +1 -1
  130. package/lib/debugLogger.js +34 -33
  131. package/lib/debugLogger.js.map +1 -1
  132. package/lib/deltaManager.d.ts +16 -4
  133. package/lib/deltaManager.d.ts.map +1 -1
  134. package/lib/deltaManager.js +73 -48
  135. package/lib/deltaManager.js.map +1 -1
  136. package/lib/deltaManagerFactory.d.ts +23 -0
  137. package/lib/deltaManagerFactory.d.ts.map +1 -0
  138. package/lib/deltaManagerFactory.js +14 -0
  139. package/lib/deltaManagerFactory.js.map +1 -0
  140. package/lib/deltaQueue.js +14 -7
  141. package/lib/deltaQueue.js.map +1 -1
  142. package/lib/error.js +5 -4
  143. package/lib/error.js.map +1 -1
  144. package/lib/frozenServices.d.ts +2 -2
  145. package/lib/frozenServices.d.ts.map +1 -1
  146. package/lib/frozenServices.js +48 -30
  147. package/lib/frozenServices.js.map +1 -1
  148. package/lib/index.d.ts +1 -1
  149. package/lib/index.d.ts.map +1 -1
  150. package/lib/index.js +1 -1
  151. package/lib/index.js.map +1 -1
  152. package/lib/legacy.d.ts +1 -1
  153. package/lib/legacyAlpha.d.ts +1 -1
  154. package/lib/loader.js +6 -2
  155. package/lib/loader.js.map +1 -1
  156. package/lib/loaderLayerCompatState.d.ts +25 -1
  157. package/lib/loaderLayerCompatState.d.ts.map +1 -1
  158. package/lib/loaderLayerCompatState.js +76 -9
  159. package/lib/loaderLayerCompatState.js.map +1 -1
  160. package/lib/noopHeuristic.js +3 -1
  161. package/lib/noopHeuristic.js.map +1 -1
  162. package/lib/packageVersion.d.ts +1 -1
  163. package/lib/packageVersion.d.ts.map +1 -1
  164. package/lib/packageVersion.js +1 -1
  165. package/lib/packageVersion.js.map +1 -1
  166. package/lib/pendingLocalStateStore.d.ts +4 -3
  167. package/lib/pendingLocalStateStore.d.ts.map +1 -1
  168. package/lib/pendingLocalStateStore.js +26 -37
  169. package/lib/pendingLocalStateStore.js.map +1 -1
  170. package/lib/pointInTimeServices.js +2 -0
  171. package/lib/pointInTimeServices.js.map +1 -1
  172. package/lib/protocol/protocol.js +3 -0
  173. package/lib/protocol/protocol.js.map +1 -1
  174. package/lib/protocol/quorum.js +26 -5
  175. package/lib/protocol/quorum.js.map +1 -1
  176. package/lib/protocol.js +2 -0
  177. package/lib/protocol.js.map +1 -1
  178. package/lib/protocolTreeDocumentStorageService.js +10 -0
  179. package/lib/protocolTreeDocumentStorageService.js.map +1 -1
  180. package/lib/public.d.ts +1 -1
  181. package/lib/retriableDocumentStorageService.d.ts.map +1 -1
  182. package/lib/retriableDocumentStorageService.js +5 -1
  183. package/lib/retriableDocumentStorageService.js.map +1 -1
  184. package/lib/serializedStateManager.d.ts +6 -0
  185. package/lib/serializedStateManager.d.ts.map +1 -1
  186. package/lib/serializedStateManager.js +15 -20
  187. package/lib/serializedStateManager.js.map +1 -1
  188. package/lib/snapshotRefresher.js +31 -36
  189. package/lib/snapshotRefresher.js.map +1 -1
  190. package/lib/utils.d.ts +1 -1
  191. package/lib/utils.d.ts.map +1 -1
  192. package/lib/utils.js +3 -3
  193. package/lib/utils.js.map +1 -1
  194. package/package.json +44 -106
  195. package/src/container.ts +35 -22
  196. package/src/createAndLoadContainerUtils.ts +131 -46
  197. package/src/debugLogger.ts +39 -40
  198. package/src/deltaManager.ts +16 -4
  199. package/src/deltaManagerFactory.ts +53 -0
  200. package/src/frozenServices.ts +6 -7
  201. package/src/index.ts +1 -0
  202. package/src/loader.ts +2 -2
  203. package/src/loaderLayerCompatState.ts +85 -20
  204. package/src/packageVersion.ts +1 -1
  205. package/src/pendingLocalStateStore.ts +7 -3
  206. package/src/serializedStateManager.ts +6 -0
  207. package/src/utils.ts +3 -3
  208. package/tsconfig.json +1 -1
  209. package/internal.d.ts +0 -11
  210. package/legacy/alpha.d.ts +0 -11
  211. package/legacy.d.ts +0 -11
  212. /package/api-extractor/{api-extractor.current.json → api-extractor-report.current.json} +0 -0
  213. /package/api-extractor/{api-extractor.legacy.json → api-extractor-report.legacy.json} +0 -0
@@ -5,6 +5,7 @@
5
5
 
6
6
  import {
7
7
  generation,
8
+ defaultLayerCompatDetails,
8
9
  LayerCompatibilityPolicyWindowMonths,
9
10
  type ILayerCompatDetails,
10
11
  type ILayerCompatSupportRequirements,
@@ -44,6 +45,18 @@ export const loaderCompatDetailsForRuntime: ILayerCompatDetails = {
44
45
  supportedFeatures: new Set<string>(),
45
46
  };
46
47
 
48
+ /**
49
+ * Loader's compatibility details that is validated against the Driver layer's requirements.
50
+ * @internal
51
+ */
52
+ export const loaderCompatDetailsForDriver: ILayerCompatDetails = {
53
+ ...loaderCoreCompatDetails,
54
+ /**
55
+ * The features supported by the Loader layer across the Loader / Driver boundary.
56
+ */
57
+ supportedFeatures: new Set<string>(),
58
+ };
59
+
47
60
  /**
48
61
  * The requirements that the Runtime layer must meet to be compatible with this Loader.
49
62
  * @internal
@@ -51,13 +64,14 @@ export const loaderCompatDetailsForRuntime: ILayerCompatDetails = {
51
64
  export const runtimeSupportRequirementsForLoader: ILayerCompatSupportRequirements = {
52
65
  /**
53
66
  * Minimum generation that Runtime must be at to be compatible with this Loader. This is calculated
54
- * based on the LayerCompatibilityPolicyWindowMonths.LoaderRuntime value which defines how many months old can
55
- * the Runtime layer be compared to the Loader layer for them to still be considered compatible.
67
+ * based on the LayerCompatibilityPolicyWindowMonths.NewLoaderOldRuntime value which defines how many months
68
+ * old can the Runtime layer be compared to the Loader layer for them to still be considered compatible.
56
69
  * The minimum valid generation value is 0.
57
70
  */
58
71
  minSupportedGeneration: Math.max(
59
72
  0,
60
- loaderCoreCompatDetails.generation - LayerCompatibilityPolicyWindowMonths.LoaderRuntime,
73
+ loaderCoreCompatDetails.generation -
74
+ LayerCompatibilityPolicyWindowMonths.NewLoaderOldRuntime,
61
75
  ),
62
76
  /**
63
77
  * The features that the Runtime must support to be compatible with Loader.
@@ -72,13 +86,14 @@ export const runtimeSupportRequirementsForLoader: ILayerCompatSupportRequirement
72
86
  export const driverSupportRequirementsForLoader: ILayerCompatSupportRequirements = {
73
87
  /**
74
88
  * Minimum generation that Driver must be at to be compatible with this Loader. This is calculated
75
- * based on the LayerCompatibilityPolicyWindowMonths.LoaderDriver value which defines how many months old can
76
- * the Driver layer be compared to the Loader layer for them to still be considered compatible.
89
+ * based on the LayerCompatibilityPolicyWindowMonths.NewLoaderOldDriver value which defines how many months
90
+ * old can the Driver layer be compared to the Loader layer for them to still be considered compatible.
77
91
  * The minimum valid generation value is 0.
78
92
  */
79
93
  minSupportedGeneration: Math.max(
80
94
  0,
81
- loaderCoreCompatDetails.generation - LayerCompatibilityPolicyWindowMonths.LoaderDriver,
95
+ loaderCoreCompatDetails.generation -
96
+ LayerCompatibilityPolicyWindowMonths.NewLoaderOldDriver,
82
97
  ),
83
98
  /**
84
99
  * The features that the Driver must support to be compatible with Loader.
@@ -95,13 +110,19 @@ export function validateRuntimeCompatibility(
95
110
  mc: MonitoringContext,
96
111
  ): void {
97
112
  validateLayerCompatibility(
98
- "loader",
99
- "runtime",
100
- loaderCompatDetailsForRuntime,
101
- runtimeSupportRequirementsForLoader,
102
- maybeRuntimeCompatDetails,
103
- () => {} /* disposeFn - no op. This will be handled by the caller */,
104
- mc,
113
+ /* validatingLayer */ {
114
+ layer: "loader",
115
+ packageInfo: loaderCoreCompatDetails,
116
+ compatSupportRequirements: runtimeSupportRequirementsForLoader,
117
+ },
118
+ /* targetLayer */ {
119
+ layer: "runtime",
120
+ compatDetails: maybeRuntimeCompatDetails,
121
+ },
122
+ {
123
+ disposeFn: () => {} /* no op. This will be handled by the caller */,
124
+ mc,
125
+ },
105
126
  );
106
127
  }
107
128
 
@@ -115,12 +136,56 @@ export function validateDriverCompatibility(
115
136
  mc: MonitoringContext,
116
137
  ): void {
117
138
  validateLayerCompatibility(
118
- "loader",
119
- "driver",
120
- loaderCompatDetailsForRuntime,
121
- driverSupportRequirementsForLoader,
122
- maybeDriverCompatDetails,
123
- disposeFn,
124
- mc,
139
+ /* validatingLayer */ {
140
+ layer: "loader",
141
+ packageInfo: loaderCoreCompatDetails,
142
+ compatSupportRequirements: driverSupportRequirementsForLoader,
143
+ },
144
+ /* targetLayer */ {
145
+ layer: "driver",
146
+ compatDetails: maybeDriverCompatDetails,
147
+ },
148
+ { disposeFn, mc },
149
+ );
150
+ }
151
+
152
+ /**
153
+ * Validates that the Loader layer is compatible with the Driver.
154
+ *
155
+ * @remarks
156
+ * This is the reverse of {@link validateDriverCompatibility} and is intentionally a separate function because it
157
+ * does not follow the standard layer-validation pattern. Normally each layer validates the layer it holds a
158
+ * reference to - the Loader validates the Driver, the Runtime validates the Loader, and so on. The Driver, however,
159
+ * has no reference to the Loader and therefore cannot run this validation itself. To still enforce compatibility in
160
+ * both directions across the Driver / Loader boundary, the Driver publishes the requirements it has for the Loader
161
+ * (via ILayerCompatSupportRequirements) and the Loader validates itself against them here, on the Driver's behalf.
162
+ *
163
+ * @param maybeDriverCompatDetails - The Driver's compatibility details, used only to attribute the version /
164
+ * generation of the Driver in telemetry if the Loader is found to be incompatible.
165
+ * @param maybeDriverCompatRequirements - The requirements the Driver has for the Loader. Older Drivers may not
166
+ * publish these, in which case there is nothing to validate in this direction.
167
+ *
168
+ * @internal
169
+ */
170
+ export function validateLoaderCompatibilityWithDriver(
171
+ maybeDriverCompatDetails: ILayerCompatDetails | undefined,
172
+ maybeDriverCompatRequirements: ILayerCompatSupportRequirements | undefined,
173
+ disposeFn: (error?: ICriticalContainerError) => void,
174
+ mc: MonitoringContext,
175
+ ): void {
176
+ if (maybeDriverCompatRequirements === undefined) {
177
+ return;
178
+ }
179
+ validateLayerCompatibility(
180
+ /* validatingLayer */ {
181
+ layer: "driver",
182
+ packageInfo: maybeDriverCompatDetails ?? defaultLayerCompatDetails,
183
+ compatSupportRequirements: maybeDriverCompatRequirements,
184
+ },
185
+ /* targetLayer */ {
186
+ layer: "loader",
187
+ compatDetails: loaderCompatDetailsForDriver,
188
+ },
189
+ { disposeFn, mc },
125
190
  );
126
191
  }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-loader";
9
- export const pkgVersion = "2.118.1";
9
+ export const pkgVersion = "3.0.1";
@@ -3,6 +3,7 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
 
6
+ import type { FluidIterableIterator } from "@fluidframework/core-interfaces";
6
7
  import type { ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal";
7
8
  import { UsageError } from "@fluidframework/telemetry-utils/internal";
8
9
 
@@ -140,7 +141,7 @@ export class PendingLocalStateStore<TKey> {
140
141
  /**
141
142
  * Returns an iterator over [key, serializedState] pairs.
142
143
  */
143
- entries(): Iterator<[TKey, string]> {
144
+ entries(): FluidIterableIterator<[TKey, string]> {
144
145
  const iterator = this.#pendingStates.entries();
145
146
  return {
146
147
  next: (): IteratorResult<[TKey, string]> => {
@@ -151,20 +152,23 @@ export class PendingLocalStateStore<TKey> {
151
152
  }
152
153
  return { done, value: [value[0], JSON.stringify(value[1])] };
153
154
  },
155
+ [Symbol.iterator](): FluidIterableIterator<[TKey, string]> {
156
+ return this;
157
+ },
154
158
  };
155
159
  }
156
160
 
157
161
  /**
158
162
  * Returns an iterator over the stored keys.
159
163
  */
160
- keys(): IterableIterator<TKey> {
164
+ keys(): FluidIterableIterator<TKey> {
161
165
  return this.#pendingStates.keys();
162
166
  }
163
167
 
164
168
  /**
165
169
  * Makes the store iterable with `for...of` loops.
166
170
  */
167
- [Symbol.iterator](): Iterator<[TKey, string]> {
171
+ [Symbol.iterator](): FluidIterableIterator<[TKey, string]> {
168
172
  return this.entries();
169
173
  }
170
174
  }
@@ -75,6 +75,12 @@ export interface IPendingContainerState extends SnapshotWithBlobs {
75
75
  * This container was attached (as opposed to IPendingDetachedContainerState.attached which is false)
76
76
  */
77
77
  attached: true;
78
+ /**
79
+ * Indicates that blob payloads are omitted and must be read from live storage.
80
+ *
81
+ * Undefined for existing and self-contained pending state.
82
+ */
83
+ blobContentsMode?: "reference";
78
84
  /**
79
85
  * Runtime-specific state that will be needed to properly rehydrate
80
86
  * (it's included in ContainerContext passed to instantiateRuntime)
package/src/utils.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  import {
7
7
  bufferToString,
8
8
  stringToBuffer,
9
- Uint8ArrayToArrayBuffer,
9
+ AnyUint8ArrayToArrayBuffer,
10
10
  } from "@fluid-internal/client-utils";
11
11
  import { assert, compareArrays, unreachableCase } from "@fluidframework/core-utils/internal";
12
12
  import { type ISummaryTree, SummaryType } from "@fluidframework/driver-definitions";
@@ -75,7 +75,7 @@ export interface IParsedUrl {
75
75
  * Utility api to parse the IResolvedUrl.url into specific parts like querystring, path to get
76
76
  * deep link info etc.
77
77
  * Warning - This function may not be compatible with any Url Resolver's resolved url. It works
78
- * with urls of type: protocol://<string>/.../..?<querystring>
78
+ * with urls of type: `protocol://{host}/.../..?{queryString}`
79
79
  * @param url - This is the IResolvedUrl.url part of the resolved url.
80
80
  * @returns The IParsedUrl representing the input URL, or undefined if the format was not supported
81
81
  * @legacy @beta
@@ -172,7 +172,7 @@ function convertSummaryToISnapshot(
172
172
  blobContents.set(
173
173
  blobId,
174
174
  summaryObject.content instanceof Uint8Array
175
- ? Uint8ArrayToArrayBuffer(summaryObject.content)
175
+ ? AnyUint8ArrayToArrayBuffer(summaryObject.content)
176
176
  : stringToBuffer(summaryObject.content, "utf8"),
177
177
  );
178
178
 
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "../../../common/build/build-common/tsconfig.node16.json",
2
+ "extends": "../../../common/build/build-common/tsconfig.node20.json",
3
3
  "include": ["src/**/*"],
4
4
  "exclude": ["src/test/**/*"],
5
5
  "compilerOptions": {
package/internal.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 --outFileLegacyBeta legacy --outFileLegacyAlpha legacyAlpha --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
- */
10
-
11
- export * from "./lib/index.js";
package/legacy/alpha.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 --outFileLegacyBeta legacy --outFileLegacyAlpha legacyAlpha --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
- */
10
-
11
- export * from "../lib/legacyAlpha.js";
package/legacy.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 --outFileLegacyBeta legacy --outFileLegacyAlpha legacyAlpha --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
- */
10
-
11
- export * from "./lib/legacy.js";