Merge pull request #319 from tiagosiebler/provpub

v3.9.5: chore() add permissions needed for provenance generation
This commit is contained in:
Tiago
2024-02-20 13:16:42 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

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

4
package-lock.json generated
View File

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

View File

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