@fluidframework/map 2.41.0 → 2.42.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.
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/map";
8
- export declare const pkgVersion = "2.41.0";
8
+ export declare const pkgVersion = "2.42.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/map";
8
- export const pkgVersion = "2.41.0";
8
+ export const pkgVersion = "2.42.0";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -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.41.0\";\n"]}
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.42.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/map",
3
- "version": "2.41.0",
3
+ "version": "2.42.0",
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.41.0",
85
- "@fluidframework/core-interfaces": "~2.41.0",
86
- "@fluidframework/core-utils": "~2.41.0",
87
- "@fluidframework/datastore-definitions": "~2.41.0",
88
- "@fluidframework/driver-definitions": "~2.41.0",
89
- "@fluidframework/driver-utils": "~2.41.0",
90
- "@fluidframework/merge-tree": "~2.41.0",
91
- "@fluidframework/runtime-definitions": "~2.41.0",
92
- "@fluidframework/runtime-utils": "~2.41.0",
93
- "@fluidframework/shared-object-base": "~2.41.0",
94
- "@fluidframework/telemetry-utils": "~2.41.0",
84
+ "@fluid-internal/client-utils": "~2.42.0",
85
+ "@fluidframework/core-interfaces": "~2.42.0",
86
+ "@fluidframework/core-utils": "~2.42.0",
87
+ "@fluidframework/datastore-definitions": "~2.42.0",
88
+ "@fluidframework/driver-definitions": "~2.42.0",
89
+ "@fluidframework/driver-utils": "~2.42.0",
90
+ "@fluidframework/merge-tree": "~2.42.0",
91
+ "@fluidframework/runtime-definitions": "~2.42.0",
92
+ "@fluidframework/runtime-utils": "~2.42.0",
93
+ "@fluidframework/shared-object-base": "~2.42.0",
94
+ "@fluidframework/telemetry-utils": "~2.42.0",
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.41.0",
101
- "@fluid-private/stochastic-test-utils": "~2.41.0",
102
- "@fluid-private/test-dds-utils": "~2.41.0",
100
+ "@fluid-internal/mocha-test-setup": "~2.42.0",
101
+ "@fluid-private/stochastic-test-utils": "~2.42.0",
102
+ "@fluid-private/test-dds-utils": "~2.42.0",
103
103
  "@fluid-tools/benchmark": "^0.51.0",
104
104
  "@fluid-tools/build-cli": "^0.55.0",
105
105
  "@fluidframework/build-common": "^2.0.3",
106
106
  "@fluidframework/build-tools": "^0.55.0",
107
- "@fluidframework/container-definitions": "~2.41.0",
107
+ "@fluidframework/container-definitions": "~2.42.0",
108
108
  "@fluidframework/eslint-config-fluid": "^5.7.4",
109
- "@fluidframework/map-previous": "npm:@fluidframework/map@2.40.0",
110
- "@fluidframework/test-runtime-utils": "~2.41.0",
109
+ "@fluidframework/map-previous": "npm:@fluidframework/map@2.41.0",
110
+ "@fluidframework/test-runtime-utils": "~2.42.0",
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
@@ -2014,6 +2014,7 @@ class SubDirectory extends TypedEventEmitter<IDirectoryEvents> implements IDirec
2014
2014
  */
2015
2015
  public populateSubDirectory(subdirName: string, newSubDir: SubDirectory): void {
2016
2016
  this.throwIfDisposed();
2017
+ this.registerEventsOnSubDirectory(newSubDir, subdirName);
2017
2018
  this._subdirectories.set(subdirName, newSubDir);
2018
2019
  }
2019
2020
 
@@ -2459,7 +2460,7 @@ class SubDirectory extends TypedEventEmitter<IDirectoryEvents> implements IDirec
2459
2460
  this.logger,
2460
2461
  );
2461
2462
  /**
2462
- * Store the sequnce numbers of newly created subdirectory to the proper creation tracker, based
2463
+ * Store the sequence numbers of newly created subdirectory to the proper creation tracker, based
2463
2464
  * on whether the creation behavior has been ack'd or not
2464
2465
  */
2465
2466
  if (isAcknowledgedOrDetached(seqData)) {
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/map";
9
- export const pkgVersion = "2.41.0";
9
+ export const pkgVersion = "2.42.0";