chore: update package name

Update package name
This commit is contained in:
Conicaw 2023-07-05 17:28:56 -05:00
parent 39298996c3
commit d6ef1d32ab
No known key found for this signature in database
GPG key ID: CE0B9DEFED1E6375
2 changed files with 9 additions and 9 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "nestjs-http-promise", "name": "@ttshivers/nestjs-http-promise",
"version": "1.2.3", "version": "2.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nestjs-http-promise", "name": "@ttshivers/nestjs-http-promise",
"version": "1.2.3", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "~0.24.0", "axios": "~0.24.0",
@ -31,7 +31,7 @@
"typescript": "^4.6.3" "typescript": "^4.6.3"
}, },
"peerDependencies": { "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" "reflect-metadata": "^0.1.12"
} }
}, },

View file

@ -1,5 +1,5 @@
{ {
"name": "nestjs-http-promise", "name": "@ttshivers/nestjs-http-promise",
"version": "2.0.0", "version": "2.0.0",
"keywords": [ "keywords": [
"nestjs", "nestjs",
@ -10,11 +10,11 @@
"axios" "axios"
], ],
"description": "promise implementation of nestjs http module with retries feature using axios-retry and axios", "description": "promise implementation of nestjs http module with retries feature using axios-retry and axios",
"author": "Ben Hason", "author": "ttshivers",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"url": "https://github.com/benhason1/nestjs-http-promise#readme", "url": "https://github.com/ttshivers/nestjs-http-promise#readme",
"scripts": { "scripts": {
"build": "rimraf -rf dist && tsc -p tsconfig.json", "build": "rimraf -rf dist && tsc -p tsconfig.json",
"format": "prettier --write \"{lib}/**/*.ts\"", "format": "prettier --write \"{lib}/**/*.ts\"",
@ -63,6 +63,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/benhason1/nestjs-http-promise" "url": "https://github.com/ttshivers/nestjs-http-promise"
} }
} }