@dxos/timeframe
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -14,3 +14,3 @@ "use strict"; | ||
const tf1 = new timeframe_1.Timeframe([[feedKey, 1]]); | ||
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 17 }); | ||
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 17, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf1).to.exist; | ||
@@ -51,3 +51,3 @@ }); | ||
const tf4 = timeframe_1.Timeframe.merge(tf1, tf2, tf3); | ||
(0, log_1.log)(tf4.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 57 }); | ||
(0, log_1.log)(tf4.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 57, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf4.frames()).to.be.lengthOf(1); | ||
@@ -74,3 +74,3 @@ (0, chai_1.expect)(tf4.get(feedKey1)).to.equal(3); | ||
const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 82 }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 82, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0); | ||
@@ -85,3 +85,3 @@ } | ||
const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 93 }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 93, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0); | ||
@@ -96,3 +96,3 @@ } | ||
const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 104 }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 104, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(2); | ||
@@ -105,3 +105,3 @@ } | ||
const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 113 }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 113, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0); | ||
@@ -113,5 +113,5 @@ } | ||
const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2); | ||
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 121 }); | ||
(0, log_1.log)(tf2.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 122 }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 123 }); | ||
(0, log_1.log)(tf1.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 121, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, log_1.log)(tf2.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 122, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 123, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0); | ||
@@ -129,3 +129,3 @@ } | ||
const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 137 }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 137, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(0); | ||
@@ -144,3 +144,3 @@ } | ||
const tf3 = timeframe_1.Timeframe.dependencies(tf1, tf2); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 152 }); | ||
(0, log_1.log)(tf3.toString(), {}, { file: "packages/common/timeframe/src/timeframe.test.ts", line: 152, scope: this, bugcheck: "If you see this message then it means that the source code preprocessor for @dxos/log is broken. It probably has misinterpreted an unrelated call for a logger invocation." }); | ||
(0, chai_1.expect)(tf3.frames()).to.be.lengthOf(2); | ||
@@ -147,0 +147,0 @@ } |
{ | ||
"name": "@dxos/timeframe", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Timeframe vector clock.", | ||
@@ -20,7 +20,7 @@ "homepage": "https://dxos.org", | ||
"dependencies": { | ||
"@dxos/keys": "0.1.9", | ||
"@dxos/log": "0.1.9", | ||
"@dxos/util": "0.1.9", | ||
"debug": "^4.3.3", | ||
"util": "^0.12.4" | ||
"util": "^0.12.4", | ||
"@dxos/keys": "0.1.10", | ||
"@dxos/log": "0.1.10", | ||
"@dxos/util": "0.1.10" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
32963
557
+ Added@dxos/debug@0.1.10(transitive)
+ Added@dxos/keys@0.1.10(transitive)
+ Added@dxos/log@0.1.10(transitive)
+ Added@dxos/util@0.1.10(transitive)
- Removed@dxos/debug@0.1.9(transitive)
- Removed@dxos/keys@0.1.9(transitive)
- Removed@dxos/log@0.1.9(transitive)
- Removed@dxos/util@0.1.9(transitive)
Updated@dxos/keys@0.1.10
Updated@dxos/log@0.1.10
Updated@dxos/util@0.1.10