Update package name to '@debros/network-ts-sdk' and increment version to 0.1.4; adjust GitHub Actions workflow scope accordingly

This commit is contained in:
anonpenguin23 2025-10-22 09:24:17 +03:00
parent dab820bb25
commit 9d9f64c11e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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",