exaroton 1.8.1 → 1.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,12 +7,16 @@ on:
7
7
  jobs:
8
8
  publish-npm:
9
9
  runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ id-token: write
10
13
  steps:
11
14
  - uses: actions/checkout@v3
12
15
  - uses: actions/setup-node@v3
13
16
  with:
14
17
  node-version: 16
15
18
  registry-url: https://registry.npmjs.org/
19
+ - run: npm install -g npm
16
20
  - run: npm ci
17
21
  - run: npm publish --provenance --access public
18
22
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exaroton",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "exaroton API client",
5
5
  "homepage": "https://exaroton.com",
6
6
  "main": "index.js",