@dodona/trace-component
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
get lastValues() { | ||
return this.values.slice(-2); | ||
return this.values.slice(2).slice(-2); | ||
} | ||
@@ -31,3 +31,3 @@ get hiddenValues() { | ||
renderedBreak} | ||
${this.lastValues.map((value, i) => renderedValue(value, this.values.length - 2 + i))} | ||
${this.lastValues.map((value, i) => renderedValue(value, this.values.length - this.lastValues.length + i))} | ||
`; | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "@dodona/trace-component", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "dist/index.js", | ||
@@ -21,3 +21,3 @@ "types": "dist/index.d.ts", | ||
"@jsplumb/browser-ui": "^6.2.10", | ||
"lit": "^3.1.4" | ||
"lit": "^3.2.0" | ||
}, | ||
@@ -31,4 +31,4 @@ "devDependencies": { | ||
"eslint-plugin-lit": "^1.14.0", | ||
"typescript": "^5.5.2" | ||
"typescript": "^5.6.3" | ||
} | ||
} |
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
321323
0.26%Updated