@fluidframework/map 2.53.0 → 2.53.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.
- package/dist/directory.js +1 -1
- 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.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 +18 -18
- package/src/directory.ts +1 -1
- 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.53.
|
|
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.53.1\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/map",
|
|
3
|
-
"version": "2.53.
|
|
3
|
+
"version": "2.53.1",
|
|
4
4
|
"description": "Distributed map",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -81,33 +81,33 @@
|
|
|
81
81
|
"temp-directory": "nyc/.nyc_output"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@fluid-internal/client-utils": "~2.53.
|
|
85
|
-
"@fluidframework/core-interfaces": "~2.53.
|
|
86
|
-
"@fluidframework/core-utils": "~2.53.
|
|
87
|
-
"@fluidframework/datastore-definitions": "~2.53.
|
|
88
|
-
"@fluidframework/driver-definitions": "~2.53.
|
|
89
|
-
"@fluidframework/driver-utils": "~2.53.
|
|
90
|
-
"@fluidframework/merge-tree": "~2.53.
|
|
91
|
-
"@fluidframework/runtime-definitions": "~2.53.
|
|
92
|
-
"@fluidframework/runtime-utils": "~2.53.
|
|
93
|
-
"@fluidframework/shared-object-base": "~2.53.
|
|
94
|
-
"@fluidframework/telemetry-utils": "~2.53.
|
|
84
|
+
"@fluid-internal/client-utils": "~2.53.1",
|
|
85
|
+
"@fluidframework/core-interfaces": "~2.53.1",
|
|
86
|
+
"@fluidframework/core-utils": "~2.53.1",
|
|
87
|
+
"@fluidframework/datastore-definitions": "~2.53.1",
|
|
88
|
+
"@fluidframework/driver-definitions": "~2.53.1",
|
|
89
|
+
"@fluidframework/driver-utils": "~2.53.1",
|
|
90
|
+
"@fluidframework/merge-tree": "~2.53.1",
|
|
91
|
+
"@fluidframework/runtime-definitions": "~2.53.1",
|
|
92
|
+
"@fluidframework/runtime-utils": "~2.53.1",
|
|
93
|
+
"@fluidframework/shared-object-base": "~2.53.1",
|
|
94
|
+
"@fluidframework/telemetry-utils": "~2.53.1",
|
|
95
95
|
"path-browserify": "^1.0.1"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
99
99
|
"@biomejs/biome": "~1.9.3",
|
|
100
|
-
"@fluid-internal/mocha-test-setup": "~2.53.
|
|
101
|
-
"@fluid-private/stochastic-test-utils": "~2.53.
|
|
102
|
-
"@fluid-private/test-dds-utils": "~2.53.
|
|
100
|
+
"@fluid-internal/mocha-test-setup": "~2.53.1",
|
|
101
|
+
"@fluid-private/stochastic-test-utils": "~2.53.1",
|
|
102
|
+
"@fluid-private/test-dds-utils": "~2.53.1",
|
|
103
103
|
"@fluid-tools/benchmark": "^0.51.0",
|
|
104
104
|
"@fluid-tools/build-cli": "^0.57.0",
|
|
105
105
|
"@fluidframework/build-common": "^2.0.3",
|
|
106
106
|
"@fluidframework/build-tools": "^0.57.0",
|
|
107
|
-
"@fluidframework/container-definitions": "~2.53.
|
|
107
|
+
"@fluidframework/container-definitions": "~2.53.1",
|
|
108
108
|
"@fluidframework/eslint-config-fluid": "^5.7.4",
|
|
109
|
-
"@fluidframework/map-previous": "npm:@fluidframework/map@2.
|
|
110
|
-
"@fluidframework/test-runtime-utils": "~2.53.
|
|
109
|
+
"@fluidframework/map-previous": "npm:@fluidframework/map@2.53.0",
|
|
110
|
+
"@fluidframework/test-runtime-utils": "~2.53.1",
|
|
111
111
|
"@microsoft/api-extractor": "7.52.8",
|
|
112
112
|
"@types/mocha": "^10.0.10",
|
|
113
113
|
"@types/node": "^18.19.0",
|
package/src/directory.ts
CHANGED
|
@@ -1600,7 +1600,7 @@ class SubDirectory extends TypedEventEmitter<IDirectoryEvents> implements IDirec
|
|
|
1600
1600
|
): void {
|
|
1601
1601
|
this.throwIfDisposed();
|
|
1602
1602
|
for (const [key, localValue] of this.internalIterator()) {
|
|
1603
|
-
callback(
|
|
1603
|
+
callback(localValue, key, this);
|
|
1604
1604
|
}
|
|
1605
1605
|
}
|
|
1606
1606
|
|
package/src/packageVersion.ts
CHANGED