@fluidframework/map 2.70.0-360753 → 2.70.0-361248
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/directory.d.ts +3 -3
- package/dist/directory.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/directory.d.ts +3 -3
- package/lib/directory.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +18 -18
- package/src/directory.ts +3 -3
- package/src/packageVersion.ts +1 -1
package/dist/directory.d.ts
CHANGED
|
@@ -132,7 +132,7 @@ interface PendingClear {
|
|
|
132
132
|
/**
|
|
133
133
|
* Create info for the subdirectory.
|
|
134
134
|
*
|
|
135
|
-
* @deprecated
|
|
135
|
+
* @deprecated This interface will no longer be exported in the future(AB#8004).
|
|
136
136
|
*
|
|
137
137
|
* @legacy @beta
|
|
138
138
|
*/
|
|
@@ -154,7 +154,7 @@ export interface ICreateInfo {
|
|
|
154
154
|
* | JSON.stringify}, direct result from
|
|
155
155
|
* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse | JSON.parse}.
|
|
156
156
|
*
|
|
157
|
-
* @deprecated
|
|
157
|
+
* @deprecated This interface will no longer be exported in the future(AB#8004).
|
|
158
158
|
*
|
|
159
159
|
* @legacy @beta
|
|
160
160
|
*/
|
|
@@ -179,7 +179,7 @@ export interface IDirectoryDataObject {
|
|
|
179
179
|
/**
|
|
180
180
|
* {@link IDirectory} storage format.
|
|
181
181
|
*
|
|
182
|
-
* @deprecated
|
|
182
|
+
* @deprecated This interface will no longer be exported in the future(AB#8004).
|
|
183
183
|
*
|
|
184
184
|
* @legacy @beta
|
|
185
185
|
*/
|