@fluidframework/map 2.12.0 → 2.20.0
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/CHANGELOG.md +8 -0
- package/dist/directory.js +1 -1
- package/dist/directory.js.map +1 -1
- package/dist/package.json +2 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/directory.js +1 -1
- 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 +19 -19
- package/src/directory.ts +2 -2
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/directory.js
CHANGED
|
@@ -426,7 +426,7 @@ class SharedDirectory extends internal_6.SharedObject {
|
|
|
426
426
|
if (currentSubDirObject.storage) {
|
|
427
427
|
for (const [key, serializable] of Object.entries(currentSubDirObject.storage)) {
|
|
428
428
|
const localValue = this.makeLocal(key, currentSubDir.absolutePath,
|
|
429
|
-
// eslint-disable-next-line
|
|
429
|
+
// eslint-disable-next-line import/no-deprecated
|
|
430
430
|
(0, internal_6.parseHandles)(serializable, this.serializer));
|
|
431
431
|
currentSubDir.populateStorage(key, localValue);
|
|
432
432
|
}
|