diff --git a/package-lock.json b/package-lock.json index 4416365..cee9e0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "nestjs-http-promise", - "version": "1.2.3", + "name": "@ttshivers/nestjs-http-promise", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "nestjs-http-promise", - "version": "1.2.3", + "name": "@ttshivers/nestjs-http-promise", + "version": "2.0.0", "license": "MIT", "dependencies": { "axios": "~0.24.0", @@ -31,7 +31,7 @@ "typescript": "^4.6.3" }, "peerDependencies": { - "@nestjs/common": "^7.0.0 || ^8.0.0", + "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0", "reflect-metadata": "^0.1.12" } }, diff --git a/package.json b/package.json index d19cac1..19e7a27 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nestjs-http-promise", + "name": "@ttshivers/nestjs-http-promise", "version": "2.0.0", "keywords": [ "nestjs", @@ -10,11 +10,11 @@ "axios" ], "description": "promise implementation of nestjs http module with retries feature using axios-retry and axios", - "author": "Ben Hason", + "author": "ttshivers", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", - "url": "https://github.com/benhason1/nestjs-http-promise#readme", + "url": "https://github.com/ttshivers/nestjs-http-promise#readme", "scripts": { "build": "rimraf -rf dist && tsc -p tsconfig.json", "format": "prettier --write \"{lib}/**/*.ts\"", @@ -63,6 +63,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/benhason1/nestjs-http-promise" + "url": "https://github.com/ttshivers/nestjs-http-promise" } }