@invexa/nestjs-redis-warlock
Advanced tools
Comparing version 0.0.2-0 to 0.0.2
@@ -21,5 +21,2 @@ "use strict"; | ||
} | ||
else { | ||
console.log("Failed to acquire lock, skipping task."); | ||
} | ||
}; | ||
@@ -26,0 +23,0 @@ return descriptor; |
146
package.json
{ | ||
"name": "@invexa/nestjs-redis-warlock", | ||
"version": "0.0.2-0", | ||
"description": "", | ||
"author": "", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/invexa-foundation/redis-warlock.github" | ||
"name": "@invexa/nestjs-redis-warlock", | ||
"version": "0.0.2", | ||
"description": "", | ||
"author": "", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/invexa-foundation/redis-warlock.github" | ||
}, | ||
"files": [ | ||
"dist/**" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@nestjs/common": "^10.0.0", | ||
"ioredis": "^5.4.2" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/cli": "^10.0.0", | ||
"@nestjs/schematics": "^10.0.0", | ||
"@nestjs/testing": "^10.0.0", | ||
"@types/express": "^4.17.17", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.1", | ||
"@types/supertest": "^2.0.12", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.5.0", | ||
"np": "^10.1.0", | ||
"prettier": "^3.0.0", | ||
"rimraf": "^6.0.1", | ||
"source-map-support": "^0.5.21", | ||
"supertest": "^6.3.3", | ||
"ts-jest": "^29.1.0", | ||
"ts-loader": "^9.4.3", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.1.3" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"json", | ||
"ts" | ||
], | ||
"rootDir": "src", | ||
"testRegex": ".*\\.spec\\.ts$", | ||
"transform": { | ||
"^.+\\.(t|j)s$": "ts-jest" | ||
}, | ||
"files": [ | ||
"dist/**" | ||
"collectCoverageFrom": [ | ||
"**/*.(t|j)s" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"clean": "rimraf dist node_modules", | ||
"watch": "tsc --watch -p .", | ||
"test": "jest", | ||
"lint": "eslint \"{src,test}/**/*.ts\" --fix", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"prerelease": "pnpm build", | ||
"release": "np" | ||
}, | ||
"dependencies": { | ||
"@nestjs/common": "^10.0.0", | ||
"ioredis": "^5.4.2" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/cli": "^10.0.0", | ||
"@nestjs/schematics": "^10.0.0", | ||
"@nestjs/testing": "^10.0.0", | ||
"@types/express": "^4.17.17", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.1", | ||
"@types/supertest": "^2.0.12", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.5.0", | ||
"np": "^10.1.0", | ||
"prettier": "^3.0.0", | ||
"rimraf": "^6.0.1", | ||
"source-map-support": "^0.5.21", | ||
"supertest": "^6.3.3", | ||
"ts-jest": "^29.1.0", | ||
"ts-loader": "^9.4.3", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.1.3" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"json", | ||
"ts" | ||
], | ||
"rootDir": "src", | ||
"testRegex": ".*\\.spec\\.ts$", | ||
"transform": { | ||
"^.+\\.(t|j)s$": "ts-jest" | ||
}, | ||
"collectCoverageFrom": [ | ||
"**/*.(t|j)s" | ||
], | ||
"coverageDirectory": "../coverage", | ||
"testEnvironment": "node" | ||
} | ||
} | ||
"coverageDirectory": "../coverage", | ||
"testEnvironment": "node" | ||
}, | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"clean": "rimraf dist node_modules", | ||
"watch": "tsc --watch -p .", | ||
"test": "jest", | ||
"lint": "eslint \"{src,test}/**/*.ts\" --fix", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"prerelease": "pnpm build", | ||
"release": "np" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# @invexa/nestjs-nestjs-redis-warlock | ||
# @invexa/nestjs-redis-warlock | ||
@@ -3,0 +3,0 @@ `@invexa/nestjs-redis-warlock` is a Redis-based locking utility for managing distributed locks in Node.js applications. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
145603
180