@fluidframework/core-interfaces
Advanced tools
Comparing version 2.3.0-288113 to 2.3.0
# @fluidframework/core-interfaces | ||
## 2.3.0 | ||
Dependency updates only. | ||
## 2.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -7,2 +7,9 @@ /*! | ||
* @internal | ||
* | ||
* @privateRemarks | ||
* `IRuntimeSignalEnvelope` is an interface that mirrors `ISignalEnvelope` for signals that come from an external | ||
* caller (not sent by a client—so no `clientBroadcastSignalSequenceNumber`) and are always addressed | ||
* to the Container (so no `address`). | ||
* | ||
* See at `server/routerlicious/packages/lambdas/src/utils/messageGenerator.ts`. | ||
*/ | ||
@@ -15,5 +22,5 @@ export interface ISignalEnvelope { | ||
/** | ||
* Identifier for the signal being submitted. | ||
* Signal tracking identifier for self submitted broadcast signals. | ||
*/ | ||
clientSignalSequenceNumber: number; | ||
clientBroadcastSignalSequenceNumber?: number; | ||
/** | ||
@@ -20,0 +27,0 @@ * The contents of the envelope |
@@ -7,2 +7,9 @@ /*! | ||
* @internal | ||
* | ||
* @privateRemarks | ||
* `IRuntimeSignalEnvelope` is an interface that mirrors `ISignalEnvelope` for signals that come from an external | ||
* caller (not sent by a client—so no `clientBroadcastSignalSequenceNumber`) and are always addressed | ||
* to the Container (so no `address`). | ||
* | ||
* See at `server/routerlicious/packages/lambdas/src/utils/messageGenerator.ts`. | ||
*/ | ||
@@ -15,5 +22,5 @@ export interface ISignalEnvelope { | ||
/** | ||
* Identifier for the signal being submitted. | ||
* Signal tracking identifier for self submitted broadcast signals. | ||
*/ | ||
clientSignalSequenceNumber: number; | ||
clientBroadcastSignalSequenceNumber?: number; | ||
/** | ||
@@ -20,0 +27,0 @@ * The contents of the envelope |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.45.1" | ||
"packageVersion": "7.47.8" | ||
} | ||
] | ||
} |
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "2.3.0-288113", | ||
"version": "2.3.0", | ||
"description": "Fluid object interfaces", | ||
@@ -52,8 +52,8 @@ "homepage": "https://fluidframework.com", | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-tools/build-cli": "^0.43.0", | ||
"@fluid-tools/build-cli": "^0.46.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.43.0", | ||
"@fluidframework/build-tools": "^0.46.0", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.2.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@microsoft/api-extractor": "^7.45.1", | ||
"@fluidframework/eslint-config-fluid": "^5.4.0", | ||
"@microsoft/api-extractor": "7.47.8", | ||
"@types/node": "^18.19.0", | ||
@@ -68,3 +68,8 @@ "concurrently": "^8.2.1", | ||
"typeValidation": { | ||
"broken": {} | ||
"broken": { | ||
"Interface_ISignalEnvelope": { | ||
"backCompat": false | ||
} | ||
}, | ||
"entrypoint": "internal" | ||
}, | ||
@@ -71,0 +76,0 @@ "scripts": { |
@@ -8,2 +8,9 @@ /*! | ||
* @internal | ||
* | ||
* @privateRemarks | ||
* `IRuntimeSignalEnvelope` is an interface that mirrors `ISignalEnvelope` for signals that come from an external | ||
* caller (not sent by a client—so no `clientBroadcastSignalSequenceNumber`) and are always addressed | ||
* to the Container (so no `address`). | ||
* | ||
* See at `server/routerlicious/packages/lambdas/src/utils/messageGenerator.ts`. | ||
*/ | ||
@@ -17,5 +24,5 @@ export interface ISignalEnvelope { | ||
/** | ||
* Identifier for the signal being submitted. | ||
* Signal tracking identifier for self submitted broadcast signals. | ||
*/ | ||
clientSignalSequenceNumber: number; | ||
clientBroadcastSignalSequenceNumber?: number; | ||
@@ -22,0 +29,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
433834
3773
0