@tsdotnet/linked-node-list
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LinkedValueNodeList = exports.LinkedNodeList = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -9,0 +10,0 @@ const InvalidOperationException_1 = tslib_1.__importDefault(require("@tsdotnet/exceptions/dist/InvalidOperationException")); |
{ | ||
"name": "@tsdotnet/linked-node-list", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "An unprotected bi-directional linked list. Useful for implementing other collections.", | ||
@@ -21,3 +21,3 @@ "author": "electricessence", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
"build": "npm install && run-p build:*", | ||
"build": "npm i && run-p build:*", | ||
"bump": "npm run precommit && npm version patch", | ||
@@ -27,3 +27,3 @@ "bump-minor": "npm run precommit && npm version minor", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "npm prune && npm install && run-p lint test && run-p build:* && npm run validate", | ||
"precommit": "npm i && run-p lint test && run-p build:* && npm run validate", | ||
"prepublishOnly": "npm run build && run-p validate test", | ||
@@ -45,4 +45,4 @@ "preversion": "run-p lint test", | ||
"@types/jasmine": "^3.5.10", | ||
"@typescript-eslint/eslint-plugin": "2.31.0", | ||
"@typescript-eslint/parser": "2.31.0", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"copyfiles": "^2.2.0", | ||
@@ -59,3 +59,3 @@ "eslint": "^7.0.0", | ||
"typedoc": "^0.17.6", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.2" | ||
}, | ||
@@ -62,0 +62,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
48991
931