@fluidframework/sequence
Advanced tools
Comparing version 2.3.0-288113 to 2.3.0
# @fluidframework/sequence | ||
## 2.3.0 | ||
Dependency updates only. | ||
## 2.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -370,4 +370,2 @@ "use strict"; | ||
return { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
value: this.results[this.index++], | ||
@@ -374,0 +372,0 @@ done: false, |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/sequence"; | ||
export declare const pkgVersion = "2.3.0-288113"; | ||
export declare const pkgVersion = "2.3.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/sequence"; | ||
exports.pkgVersion = "2.3.0-288113"; | ||
exports.pkgVersion = "2.3.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -173,4 +173,2 @@ "use strict"; | ||
revertibleRefs, | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
mergeTreeRevertible: removeRevertibles[0], | ||
@@ -186,4 +184,2 @@ }; | ||
if (endIntervalIndex !== -1) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
endOffset = endIntervals[endIntervalIndex].offset; | ||
@@ -353,4 +349,2 @@ endIntervals.splice(endIntervalIndex, 1); | ||
getKey(item) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
return item.ranges[0].segment.ordinal; | ||
@@ -357,0 +351,0 @@ } |
@@ -427,4 +427,2 @@ "use strict"; | ||
if (this.messagesSinceMSNChange.length > 20 && | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
this.messagesSinceMSNChange[20].sequenceNumber < message.minimumSequenceNumber) { | ||
@@ -438,4 +436,2 @@ this.processMinSequenceNumberChanged(message.minimumSequenceNumber); | ||
for (; index < this.messagesSinceMSNChange.length; index++) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
if (this.messagesSinceMSNChange[index].sequenceNumber > minSeq) { | ||
@@ -442,0 +438,0 @@ break; |
@@ -46,10 +46,4 @@ "use strict"; | ||
}); | ||
this.pFirst = new Lazy( | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
() => this.sortedRanges.value.items[0]); | ||
this.pLast = new Lazy( | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
() => this.sortedRanges.value.items[this.sortedRanges.value.size - 1]); | ||
this.pFirst = new Lazy(() => this.sortedRanges.value.items[0]); | ||
this.pLast = new Lazy(() => this.sortedRanges.value.items[this.sortedRanges.value.size - 1]); | ||
} | ||
@@ -56,0 +50,0 @@ /** |
@@ -358,4 +358,2 @@ /*! | ||
return { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
value: this.results[this.index++], | ||
@@ -362,0 +360,0 @@ done: false, |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/sequence"; | ||
export declare const pkgVersion = "2.3.0-288113"; | ||
export declare const pkgVersion = "2.3.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/sequence"; | ||
export const pkgVersion = "2.3.0-288113"; | ||
export const pkgVersion = "2.3.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -167,4 +167,2 @@ /*! | ||
revertibleRefs, | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
mergeTreeRevertible: removeRevertibles[0], | ||
@@ -180,4 +178,2 @@ }; | ||
if (endIntervalIndex !== -1) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
endOffset = endIntervals[endIntervalIndex].offset; | ||
@@ -345,4 +341,2 @@ endIntervals.splice(endIntervalIndex, 1); | ||
getKey(item) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
return item.ranges[0].segment.ordinal; | ||
@@ -349,0 +343,0 @@ } |
@@ -425,4 +425,2 @@ /*! | ||
if (this.messagesSinceMSNChange.length > 20 && | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
this.messagesSinceMSNChange[20].sequenceNumber < message.minimumSequenceNumber) { | ||
@@ -436,4 +434,2 @@ this.processMinSequenceNumberChanged(message.minimumSequenceNumber); | ||
for (; index < this.messagesSinceMSNChange.length; index++) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
if (this.messagesSinceMSNChange[index].sequenceNumber > minSeq) { | ||
@@ -440,0 +436,0 @@ break; |
@@ -44,10 +44,4 @@ /*! | ||
}); | ||
this.pFirst = new Lazy( | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
() => this.sortedRanges.value.items[0]); | ||
this.pLast = new Lazy( | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
() => this.sortedRanges.value.items[this.sortedRanges.value.size - 1]); | ||
this.pFirst = new Lazy(() => this.sortedRanges.value.items[0]); | ||
this.pLast = new Lazy(() => this.sortedRanges.value.items[this.sortedRanges.value.size - 1]); | ||
} | ||
@@ -54,0 +48,0 @@ /** |
@@ -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/sequence", | ||
"version": "2.3.0-288113", | ||
"version": "2.3.0", | ||
"description": "Distributed sequence", | ||
@@ -80,12 +80,12 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": "2.3.0-288113", | ||
"@fluidframework/core-interfaces": "2.3.0-288113", | ||
"@fluidframework/core-utils": "2.3.0-288113", | ||
"@fluidframework/datastore-definitions": "2.3.0-288113", | ||
"@fluidframework/driver-definitions": "2.3.0-288113", | ||
"@fluidframework/merge-tree": "2.3.0-288113", | ||
"@fluidframework/runtime-definitions": "2.3.0-288113", | ||
"@fluidframework/runtime-utils": "2.3.0-288113", | ||
"@fluidframework/shared-object-base": "2.3.0-288113", | ||
"@fluidframework/telemetry-utils": "2.3.0-288113", | ||
"@fluid-internal/client-utils": "~2.3.0", | ||
"@fluidframework/core-interfaces": "~2.3.0", | ||
"@fluidframework/core-utils": "~2.3.0", | ||
"@fluidframework/datastore-definitions": "~2.3.0", | ||
"@fluidframework/driver-definitions": "~2.3.0", | ||
"@fluidframework/merge-tree": "~2.3.0", | ||
"@fluidframework/runtime-definitions": "~2.3.0", | ||
"@fluidframework/runtime-utils": "~2.3.0", | ||
"@fluidframework/shared-object-base": "~2.3.0", | ||
"@fluidframework/telemetry-utils": "~2.3.0", | ||
"double-ended-queue": "^2.1.0-0", | ||
@@ -97,14 +97,14 @@ "uuid": "^9.0.0" | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-internal/mocha-test-setup": "2.3.0-288113", | ||
"@fluid-private/stochastic-test-utils": "2.3.0-288113", | ||
"@fluid-private/test-dds-utils": "2.3.0-288113", | ||
"@fluid-internal/mocha-test-setup": "~2.3.0", | ||
"@fluid-private/stochastic-test-utils": "~2.3.0", | ||
"@fluid-private/test-dds-utils": "~2.3.0", | ||
"@fluid-tools/benchmark": "^0.50.0", | ||
"@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/container-definitions": "2.3.0-288113", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/build-tools": "^0.46.0", | ||
"@fluidframework/container-definitions": "~2.3.0", | ||
"@fluidframework/eslint-config-fluid": "^5.4.0", | ||
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.2.0", | ||
"@fluidframework/test-runtime-utils": "2.3.0-288113", | ||
"@microsoft/api-extractor": "^7.45.1", | ||
"@fluidframework/test-runtime-utils": "~2.3.0", | ||
"@microsoft/api-extractor": "7.47.8", | ||
"@types/diff": "^3.5.1", | ||
@@ -140,3 +140,4 @@ "@types/double-ended-queue": "^2.1.0", | ||
"typeValidation": { | ||
"broken": {} | ||
"broken": {}, | ||
"entrypoint": "internal" | ||
}, | ||
@@ -143,0 +144,0 @@ "scripts": { |
@@ -600,5 +600,3 @@ /*! | ||
return { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
value: this.results[this.index++]!, | ||
value: this.results[this.index++], | ||
done: false, | ||
@@ -605,0 +603,0 @@ }; |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/sequence"; | ||
export const pkgVersion = "2.3.0-288113"; | ||
export const pkgVersion = "2.3.0"; |
@@ -327,5 +327,3 @@ /*! | ||
revertibleRefs, | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
mergeTreeRevertible: removeRevertibles[0]!, | ||
mergeTreeRevertible: removeRevertibles[0], | ||
}; | ||
@@ -341,5 +339,3 @@ | ||
if (endIntervalIndex !== -1) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
endOffset = endIntervals[endIntervalIndex]!.offset; | ||
endOffset = endIntervals[endIntervalIndex].offset; | ||
endIntervals.splice(endIntervalIndex, 1); | ||
@@ -594,5 +590,3 @@ } | ||
protected getKey(item: RangeInfo): string { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
return item.ranges[0]!.segment.ordinal; | ||
return item.ranges[0].segment.ordinal; | ||
} | ||
@@ -599,0 +593,0 @@ } |
@@ -944,5 +944,3 @@ /*! | ||
this.messagesSinceMSNChange.length > 20 && | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
this.messagesSinceMSNChange[20]!.sequenceNumber < message.minimumSequenceNumber | ||
this.messagesSinceMSNChange[20].sequenceNumber < message.minimumSequenceNumber | ||
) { | ||
@@ -957,5 +955,3 @@ this.processMinSequenceNumberChanged(message.minimumSequenceNumber); | ||
for (; index < this.messagesSinceMSNChange.length; index++) { | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
if (this.messagesSinceMSNChange[index]!.sequenceNumber > minSeq) { | ||
if (this.messagesSinceMSNChange[index].sequenceNumber > minSeq) { | ||
break; | ||
@@ -962,0 +958,0 @@ } |
@@ -70,11 +70,7 @@ /*! | ||
this.pFirst = new Lazy<ISequenceDeltaRange<TOperation>>( | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
() => this.sortedRanges.value.items[0]!, | ||
() => this.sortedRanges.value.items[0], | ||
); | ||
this.pLast = new Lazy<ISequenceDeltaRange<TOperation>>( | ||
// TODO Non null asserting, why is this not null? | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
() => this.sortedRanges.value.items[this.sortedRanges.value.size - 1]!, | ||
() => this.sortedRanges.value.items[this.sortedRanges.value.size - 1], | ||
); | ||
@@ -81,0 +77,0 @@ } |
@@ -9,4 +9,5 @@ { | ||
"noImplicitAny": true, | ||
"noUncheckedIndexedAccess": false, | ||
"exactOptionalPropertyTypes": false, | ||
}, | ||
} |
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
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
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
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
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
0
1818696
21106
+ Added@fluid-internal/client-utils@2.3.1(transitive)
+ Added@fluidframework/container-definitions@2.3.1(transitive)
+ Added@fluidframework/container-runtime@2.3.1(transitive)
+ Added@fluidframework/container-runtime-definitions@2.3.1(transitive)
+ Added@fluidframework/core-interfaces@2.3.1(transitive)
+ Added@fluidframework/core-utils@2.3.1(transitive)
+ Added@fluidframework/datastore@2.3.1(transitive)
+ Added@fluidframework/datastore-definitions@2.3.1(transitive)
+ Added@fluidframework/driver-definitions@2.3.1(transitive)
+ Added@fluidframework/driver-utils@2.3.1(transitive)
+ Added@fluidframework/id-compressor@2.3.1(transitive)
+ Added@fluidframework/merge-tree@2.3.1(transitive)
+ Added@fluidframework/runtime-definitions@2.3.1(transitive)
+ Added@fluidframework/runtime-utils@2.3.1(transitive)
+ Added@fluidframework/shared-object-base@2.3.1(transitive)
+ Added@fluidframework/telemetry-utils@2.3.1(transitive)
- Removed@fluid-internal/client-utils@2.3.0-288113(transitive)
- Removed@fluidframework/container-definitions@2.3.0-288113(transitive)
- Removed@fluidframework/container-runtime@2.3.0-288113(transitive)
- Removed@fluidframework/container-runtime-definitions@2.3.0-288113(transitive)
- Removed@fluidframework/core-interfaces@2.3.0-288113(transitive)
- Removed@fluidframework/core-utils@2.3.0-288113(transitive)
- Removed@fluidframework/datastore@2.3.0-288113(transitive)
- Removed@fluidframework/datastore-definitions@2.3.0-288113(transitive)
- Removed@fluidframework/driver-definitions@2.3.0-288113(transitive)
- Removed@fluidframework/driver-utils@2.3.0-288113(transitive)
- Removed@fluidframework/id-compressor@2.3.0-288113(transitive)
- Removed@fluidframework/merge-tree@2.3.0-288113(transitive)
- Removed@fluidframework/runtime-definitions@2.3.0-288113(transitive)
- Removed@fluidframework/runtime-utils@2.3.0-288113(transitive)
- Removed@fluidframework/shared-object-base@2.3.0-288113(transitive)
- Removed@fluidframework/telemetry-utils@2.3.0-288113(transitive)