v3.9.5: chore() add permissions needed for provenance generation

This commit is contained in:
tiagosiebler
2024-02-20 13:06:50 +00:00
parent 2730083308
commit 572a754cda
3 changed files with 6 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ on:
branches:
- master
# permissions:
# id-token: 'write'
# contents: 'read'
permissions:
id-token: 'write'
contents: 'read'
jobs:
publish-npm:

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "bybit-api",
"version": "3.9.2",
"version": "3.9.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bybit-api",
"version": "3.9.2",
"version": "3.9.5",
"license": "MIT",
"dependencies": {
"axios": "^1.6.6",

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "3.9.4",
"version": "3.9.5",
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",