@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/lib/packageVersion.d.ts
CHANGED
package/lib/packageVersion.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.20.0\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/map",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0",
|
|
4
4
|
"description": "Distributed map",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,35 +69,35 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "~2.
|
|
73
|
-
"@fluidframework/core-interfaces": "~2.
|
|
74
|
-
"@fluidframework/core-utils": "~2.
|
|
75
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
76
|
-
"@fluidframework/driver-definitions": "~2.
|
|
77
|
-
"@fluidframework/driver-utils": "~2.
|
|
78
|
-
"@fluidframework/merge-tree": "~2.
|
|
79
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
80
|
-
"@fluidframework/runtime-utils": "~2.
|
|
81
|
-
"@fluidframework/shared-object-base": "~2.
|
|
82
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
72
|
+
"@fluid-internal/client-utils": "~2.20.0",
|
|
73
|
+
"@fluidframework/core-interfaces": "~2.20.0",
|
|
74
|
+
"@fluidframework/core-utils": "~2.20.0",
|
|
75
|
+
"@fluidframework/datastore-definitions": "~2.20.0",
|
|
76
|
+
"@fluidframework/driver-definitions": "~2.20.0",
|
|
77
|
+
"@fluidframework/driver-utils": "~2.20.0",
|
|
78
|
+
"@fluidframework/merge-tree": "~2.20.0",
|
|
79
|
+
"@fluidframework/runtime-definitions": "~2.20.0",
|
|
80
|
+
"@fluidframework/runtime-utils": "~2.20.0",
|
|
81
|
+
"@fluidframework/shared-object-base": "~2.20.0",
|
|
82
|
+
"@fluidframework/telemetry-utils": "~2.20.0",
|
|
83
83
|
"path-browserify": "^1.0.1"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
87
87
|
"@biomejs/biome": "~1.9.3",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
89
|
-
"@fluid-private/stochastic-test-utils": "~2.
|
|
90
|
-
"@fluid-private/test-dds-utils": "~2.
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "~2.20.0",
|
|
89
|
+
"@fluid-private/stochastic-test-utils": "~2.20.0",
|
|
90
|
+
"@fluid-private/test-dds-utils": "~2.20.0",
|
|
91
91
|
"@fluid-tools/benchmark": "^0.50.0",
|
|
92
92
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
93
93
|
"@fluidframework/build-common": "^2.0.3",
|
|
94
94
|
"@fluidframework/build-tools": "^0.51.0",
|
|
95
|
-
"@fluidframework/container-definitions": "~2.
|
|
95
|
+
"@fluidframework/container-definitions": "~2.20.0",
|
|
96
96
|
"@fluidframework/eslint-config-fluid": "^5.6.0",
|
|
97
|
-
"@fluidframework/map-previous": "npm:@fluidframework/map@2.
|
|
98
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
97
|
+
"@fluidframework/map-previous": "npm:@fluidframework/map@2.13.0",
|
|
98
|
+
"@fluidframework/test-runtime-utils": "~2.20.0",
|
|
99
99
|
"@microsoft/api-extractor": "7.47.8",
|
|
100
|
-
"@types/mocha": "^
|
|
100
|
+
"@types/mocha": "^10.0.10",
|
|
101
101
|
"@types/node": "^18.19.0",
|
|
102
102
|
"@types/path-browserify": "^1.0.0",
|
|
103
103
|
"c8": "^8.0.1",
|
package/src/directory.ts
CHANGED
|
@@ -784,8 +784,8 @@ export class SharedDirectory
|
|
|
784
784
|
const localValue = this.makeLocal(
|
|
785
785
|
key,
|
|
786
786
|
currentSubDir.absolutePath,
|
|
787
|
-
// eslint-disable-next-line
|
|
788
|
-
parseHandles(serializable, this.serializer),
|
|
787
|
+
// eslint-disable-next-line import/no-deprecated
|
|
788
|
+
parseHandles(serializable, this.serializer) as ISerializableValue,
|
|
789
789
|
);
|
|
790
790
|
currentSubDir.populateStorage(key, localValue);
|
|
791
791
|
}
|
package/src/packageVersion.ts
CHANGED