chore: update package name
Update package name
This commit is contained in:
parent
39298996c3
commit
d6ef1d32ab
2 changed files with 9 additions and 9 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue