diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 60a780baa4..285f154842 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -261,7 +261,6 @@ jobs: runs-on: labels: ${{ matrix.os }} needs: prepare - timeout-minutes: 60 strategy: matrix: os: [ubuntu-20-16-cores] diff --git a/dozer-log-js/package-lock.json b/dozer-log-js/package-lock.json index 17ca47ebf3..638a619ce2 100644 --- a/dozer-log-js/package-lock.json +++ b/dozer-log-js/package-lock.json @@ -1,13 +1,12 @@ { - "name": "@dozer-js/log", - "version": "0.1.39", + "name": "@dozerjs/log", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@dozer-js/log", - "version": "0.1.39", - "hasInstallScript": true, + "name": "@dozerjs/log", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10" @@ -1013,4 +1012,4 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } -} \ No newline at end of file +} diff --git a/dozer-log-js/package.json b/dozer-log-js/package.json index 9a381f2b1e..bc43c24199 100644 --- a/dozer-log-js/package.json +++ b/dozer-log-js/package.json @@ -1,6 +1,6 @@ { "name": "@dozerjs/log", - "version": "0.1.39", + "version": "0.2.0", "description": "Node.js binding for reading Dozer logs", "main": "build/log.node", "scripts": {