Skip to content

Commit

Permalink
Prevent negative generator offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
turiyadev committed Dec 17, 2023
1 parent f40944f commit 3facfe6
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Expand Up @@ -25,7 +25,7 @@ module.exports = {
"plugin:jsdoc/recommended"
],
parserOptions: {
project: "tsconfig.test.json",
project: "test/tsconfig.json",
tsconfigRootDir: __dirname,
}
},
Expand Down
18 changes: 9 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "keymask",
"version": "0.9.0",
"version": "0.9.1",
"description": "Map sequential IDs or serial numbers to random-looking strings",
"type": "module",
"exports": {
Expand Down Expand Up @@ -54,19 +54,19 @@
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"c8": "^8.0.1",
"eslint": "^8.54.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^46.9.1",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.6.0",
"rollup": "^4.9.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}

0 comments on commit 3facfe6

Please sign in to comment.