diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 0025649..c9b6567 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -45,7 +45,7 @@ jobs: with: node-version: '18' registry-url: 'https://npm.pkg.github.com' - scope: 'network-ts-sdk' + scope: '@debros' - name: Install dependencies run: npm install --frozen-lockfile diff --git a/package.json b/package.json index cb9d9bd..c3006c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "network-ts-sdk", - "version": "0.1.3", + "name": "@debros/network-ts-sdk", + "version": "0.1.4", "description": "TypeScript SDK for DeBros Network Gateway", "type": "module", "main": "./dist/index.js",