queue-typed
Advanced tools
Comparing version 1.3.3 to 1.31.0
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
testMatch: ['<rootDir>/tests/**/*.test.ts'], | ||
testMatch: ['<rootDir>/test/**/*.test.ts'], | ||
}; |
{ | ||
"name": "queue-typed", | ||
"version": "1.3.3", | ||
"version": "1.31.0", | ||
"description": "Queue, ArrayQueue. Javascript & Typescript Data Structure.", | ||
@@ -8,2 +8,4 @@ "main": "dist/index.js", | ||
"build": "rm -rf dist && npx tsc", | ||
"lint": "eslint --fix \"src/**/*.{js,ts}\"", | ||
"format": "prettier --write \"src/**/*.{js,ts}\"", | ||
"test": "jest", | ||
@@ -42,8 +44,19 @@ "build:docs": "typedoc --out docs ./src", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.4.9", | ||
"@typescript-eslint/eslint-plugin": "^5.6.0", | ||
"@typescript-eslint/parser": "^5.11.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-import-resolver-typescript": "^2.5.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"jest": "^29.6.2", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"data-structure-typed": "^1.3.3" | ||
"data-structure-typed": "^1.31.0" | ||
} | ||
} |
41742
11
574
13
Updateddata-structure-typed@^1.31.0