@fluidframework/container-loader 2.0.0-dev.7.3.0.207992 → 2.0.0-dev.7.3.0.209174

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/container-loader";
8
- export declare const pkgVersion = "2.0.0-dev.7.3.0.207992";
8
+ export declare const pkgVersion = "2.0.0-dev.7.3.0.209174";
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/container-loader";
8
- export const pkgVersion = "2.0.0-dev.7.3.0.207992";
8
+ export const pkgVersion = "2.0.0-dev.7.3.0.209174";
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,kCAAkC,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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/container-loader\";\nexport const pkgVersion = \"2.0.0-dev.7.3.0.207992\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,kCAAkC,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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/container-loader\";\nexport const pkgVersion = \"2.0.0-dev.7.3.0.209174\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-loader",
3
- "version": "2.0.0-dev.7.3.0.207992",
3
+ "version": "2.0.0-dev.7.3.0.209174",
4
4
  "description": "Fluid container loader",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,15 +35,15 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.207992",
39
- "@fluidframework/container-definitions": "2.0.0-dev.7.3.0.207992",
40
- "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.207992",
41
- "@fluidframework/core-utils": "2.0.0-dev.7.3.0.207992",
42
- "@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.207992",
43
- "@fluidframework/driver-utils": "2.0.0-dev.7.3.0.207992",
38
+ "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.209174",
39
+ "@fluidframework/container-definitions": "2.0.0-dev.7.3.0.209174",
40
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209174",
41
+ "@fluidframework/core-utils": "2.0.0-dev.7.3.0.209174",
42
+ "@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.209174",
43
+ "@fluidframework/driver-utils": "2.0.0-dev.7.3.0.209174",
44
44
  "@fluidframework/protocol-base": "^2.0.1",
45
45
  "@fluidframework/protocol-definitions": "^3.0.0",
46
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.207992",
46
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.209174",
47
47
  "debug": "^4.3.4",
48
48
  "double-ended-queue": "^2.1.0-0",
49
49
  "events": "^3.1.0",
@@ -52,13 +52,13 @@
52
52
  "uuid": "^9.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@fluid-internal/test-loader-utils": "2.0.0-dev.7.3.0.207992",
55
+ "@fluid-internal/test-loader-utils": "2.0.0-dev.7.3.0.209174",
56
56
  "@fluid-tools/build-cli": "^0.26.1",
57
57
  "@fluidframework/build-common": "^2.0.3",
58
58
  "@fluidframework/build-tools": "^0.26.1",
59
59
  "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.0.0-internal.7.2.0",
60
- "@fluidframework/eslint-config-fluid": "^3.0.0",
61
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.207992",
60
+ "@fluidframework/eslint-config-fluid": "^3.1.0",
61
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209174",
62
62
  "@microsoft/api-extractor": "^7.37.0",
63
63
  "@types/double-ended-queue": "^2.1.0",
64
64
  "@types/events": "^3.0.0",
@@ -100,7 +100,7 @@
100
100
  "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
101
101
  "test": "npm run test:mocha",
102
102
  "test:coverage": "c8 npm test",
103
- "test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
103
+ "test:mocha": "mocha --ignore \"dist/test/types/*\" --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
104
104
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
105
105
  "tsc": "tsc",
106
106
  "tsc:watch": "tsc --watch",
package/src/container.ts CHANGED
@@ -1718,7 +1718,10 @@ export class Container
1718
1718
  // replay saved ops
1719
1719
  if (pendingLocalState) {
1720
1720
  for (const message of pendingLocalState.savedOps) {
1721
- this.processRemoteMessage(message);
1721
+ this.processRemoteMessage({
1722
+ ...message,
1723
+ metadata: { ...(message.metadata as Record<string, unknown>), savedOp: true },
1724
+ });
1722
1725
 
1723
1726
  // allow runtime to apply stashed ops at this op's sequence number
1724
1727
  await this.runtime.notifyOpReplay?.(message);
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-loader";
9
- export const pkgVersion = "2.0.0-dev.7.3.0.207992";
9
+ export const pkgVersion = "2.0.0-dev.7.3.0.209174";