Merge pull request #15 from furality/rename

refactor: update package name
This commit is contained in:
ttshivers 2023-07-16 18:43:02 -05:00 committed by GitHub
commit b98b5c0e47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

@ -43,5 +43,4 @@ jobs:
id: release id: release
uses: ahmadnassri/action-semantic-release@v2.2.3 uses: ahmadnassri/action-semantic-release@v2.2.3
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "@ttshivers/nestjs-http-promise", "name": "@furality/nestjs-http-promise",
"version": "0.0.0-semantically-release", "version": "0.0.0-semantically-release",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@ttshivers/nestjs-http-promise", "name": "@furality/nestjs-http-promise",
"version": "0.0.0-semantically-release", "version": "0.0.0-semantically-release",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -1,5 +1,5 @@
{ {
"name": "@ttshivers/nestjs-http-promise", "name": "@furality/nestjs-http-promise",
"version": "0.0.0-semantically-release", "version": "0.0.0-semantically-release",
"private": false, "private": false,
"keywords": [ "keywords": [
@ -11,11 +11,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": "ttshivers", "author": "furality",
"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/ttshivers/nestjs-http-promise#readme", "url": "https://github.com/furality/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\"",
@ -64,7 +64,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ttshivers/nestjs-http-promise" "url": "https://github.com/furality/nestjs-http-promise"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"