@fluidframework/container-runtime 2.63.0-359461 → 2.63.0-359734

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-runtime";
8
- export declare const pkgVersion = "2.63.0-359461";
8
+ export declare const pkgVersion = "2.63.0-359734";
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-runtime";
8
- export const pkgVersion = "2.63.0-359461";
8
+ export const pkgVersion = "2.63.0-359734";
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,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,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-runtime\";\nexport const pkgVersion = \"2.63.0-359461\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,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-runtime\";\nexport const pkgVersion = \"2.63.0-359734\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-runtime",
3
- "version": "2.63.0-359461",
3
+ "version": "2.63.0-359734",
4
4
  "description": "Fluid container runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -119,18 +119,18 @@
119
119
  "temp-directory": "nyc/.nyc_output"
120
120
  },
121
121
  "dependencies": {
122
- "@fluid-internal/client-utils": "2.63.0-359461",
123
- "@fluidframework/container-definitions": "2.63.0-359461",
124
- "@fluidframework/container-runtime-definitions": "2.63.0-359461",
125
- "@fluidframework/core-interfaces": "2.63.0-359461",
126
- "@fluidframework/core-utils": "2.63.0-359461",
127
- "@fluidframework/datastore": "2.63.0-359461",
128
- "@fluidframework/driver-definitions": "2.63.0-359461",
129
- "@fluidframework/driver-utils": "2.63.0-359461",
130
- "@fluidframework/id-compressor": "2.63.0-359461",
131
- "@fluidframework/runtime-definitions": "2.63.0-359461",
132
- "@fluidframework/runtime-utils": "2.63.0-359461",
133
- "@fluidframework/telemetry-utils": "2.63.0-359461",
122
+ "@fluid-internal/client-utils": "2.63.0-359734",
123
+ "@fluidframework/container-definitions": "2.63.0-359734",
124
+ "@fluidframework/container-runtime-definitions": "2.63.0-359734",
125
+ "@fluidframework/core-interfaces": "2.63.0-359734",
126
+ "@fluidframework/core-utils": "2.63.0-359734",
127
+ "@fluidframework/datastore": "2.63.0-359734",
128
+ "@fluidframework/driver-definitions": "2.63.0-359734",
129
+ "@fluidframework/driver-utils": "2.63.0-359734",
130
+ "@fluidframework/id-compressor": "2.63.0-359734",
131
+ "@fluidframework/runtime-definitions": "2.63.0-359734",
132
+ "@fluidframework/runtime-utils": "2.63.0-359734",
133
+ "@fluidframework/telemetry-utils": "2.63.0-359734",
134
134
  "@tylerbu/sorted-btree-es6": "^1.8.0",
135
135
  "double-ended-queue": "^2.1.0-0",
136
136
  "lz4js": "^0.2.0",
@@ -140,16 +140,16 @@
140
140
  "devDependencies": {
141
141
  "@arethetypeswrong/cli": "^0.17.1",
142
142
  "@biomejs/biome": "~1.9.3",
143
- "@fluid-internal/mocha-test-setup": "2.63.0-359461",
144
- "@fluid-private/stochastic-test-utils": "2.63.0-359461",
145
- "@fluid-private/test-pairwise-generator": "2.63.0-359461",
143
+ "@fluid-internal/mocha-test-setup": "2.63.0-359734",
144
+ "@fluid-private/stochastic-test-utils": "2.63.0-359734",
145
+ "@fluid-private/test-pairwise-generator": "2.63.0-359734",
146
146
  "@fluid-tools/benchmark": "^0.51.0",
147
147
  "@fluid-tools/build-cli": "^0.58.3",
148
148
  "@fluidframework/build-common": "^2.0.3",
149
149
  "@fluidframework/build-tools": "^0.58.3",
150
150
  "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.62.0",
151
151
  "@fluidframework/eslint-config-fluid": "^6.0.0",
152
- "@fluidframework/test-runtime-utils": "2.63.0-359461",
152
+ "@fluidframework/test-runtime-utils": "2.63.0-359734",
153
153
  "@microsoft/api-extractor": "7.52.11",
154
154
  "@types/double-ended-queue": "^2.1.0",
155
155
  "@types/lz4js": "^0.2.0",
@@ -41,7 +41,6 @@ import type {
41
41
  IContainerRuntimeWithResolveHandle_Deprecated,
42
42
  JoinedStatus,
43
43
  OutboundExtensionMessage,
44
- UnverifiedBrand,
45
44
  } from "@fluidframework/container-runtime-definitions/internal";
46
45
  import type {
47
46
  FluidObject,
@@ -710,13 +709,6 @@ export interface UnknownIncomingTypedMessage extends TypedMessage {
710
709
  content: OpaqueJsonDeserialized<unknown>;
711
710
  }
712
711
 
713
- /**
714
- * Does nothing helper to apply unverified branding to a value.
715
- */
716
- function markUnverified<const T>(value: T): T & UnverifiedBrand<T> {
717
- return value as T & UnverifiedBrand<T>;
718
- }
719
-
720
712
  type UnsequencedSignalEnvelope = Omit<ISignalEnvelope, "clientBroadcastSignalSequenceNumber">;
721
713
 
722
714
  /**
@@ -3330,12 +3322,12 @@ export class ContainerRuntime
3330
3322
  local: boolean,
3331
3323
  ): void {
3332
3324
  const envelope = message.content;
3333
- const transformed = markUnverified({
3325
+ const transformed = {
3334
3326
  clientId: message.clientId,
3335
3327
  content: envelope.contents.content,
3336
3328
  type: envelope.contents.type,
3337
3329
  targetClientId: message.targetClientId,
3338
- });
3330
+ };
3339
3331
 
3340
3332
  // Only collect signal telemetry for broadcast messages sent by the current client.
3341
3333
  if (message.clientId === this.clientId) {
@@ -3358,8 +3350,7 @@ export class ContainerRuntime
3358
3350
 
3359
3351
  private routeNonContainerSignal(
3360
3352
  address: string,
3361
- signalMessage: IInboundSignalMessage<UnknownIncomingTypedMessage> &
3362
- UnverifiedBrand<UnknownIncomingTypedMessage>,
3353
+ signalMessage: IInboundSignalMessage<UnknownIncomingTypedMessage>,
3363
3354
  local: boolean,
3364
3355
  ): void {
3365
3356
  // channelCollection signals are identified by no starting `/` in address.
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-runtime";
9
- export const pkgVersion = "2.63.0-359461";
9
+ export const pkgVersion = "2.63.0-359734";