suttacentral-api 2.17.71 → 2.18.0

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.
@@ -6,11 +6,14 @@ jobs:
6
6
  build-job:
7
7
  timeout-minutes: 30
8
8
  runs-on: ubuntu-latest
9
+ permissions:
10
+ id-token: write
11
+ contents: read
9
12
  steps:
10
- - uses: actions/checkout@v3
11
- - uses: actions/setup-node@v3
13
+ - uses: actions/checkout@v4
14
+ - uses: actions/setup-node@v4
12
15
  with:
13
- node-version: '16.x'
16
+ node-version: '20.x'
14
17
  registry-url: 'https://registry.npmjs.org'
15
18
  - run: scripts/install
16
19
  - run: git config user.name github-actions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suttacentral-api",
3
- "version": "2.17.71",
3
+ "version": "2.18.0",
4
4
  "description": "SuttaCentral API cached proxy",
5
5
  "main": "index.js",
6
6
  "directories": {