mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-11 01:58:49 +00:00
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:
parent
dab820bb25
commit
9d9f64c11e
2
.github/workflows/publish-npm.yml
vendored
2
.github/workflows/publish-npm.yml
vendored
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user