qovery-ws-typescript-axios 0.1.482 → 0.1.486

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.
@@ -14,21 +14,23 @@ on:
14
14
  types:
15
15
  - completed
16
16
 
17
+ permissions:
18
+ id-token: write # Required for OIDC
19
+ contents: read
20
+
17
21
  jobs:
18
22
  deploy:
19
23
 
20
24
  runs-on: ubuntu-latest
21
25
 
22
26
  steps:
23
- - uses: actions/checkout@v2
27
+ - uses: actions/checkout@v6
24
28
  - name: Set up Node
25
- uses: actions/setup-node@v2
29
+ uses: actions/setup-node@v6
26
30
  with:
27
- node-version: '16.x'
31
+ node-version: '24.x'
28
32
  registry-url: 'https://registry.npmjs.org'
29
33
  - name: Install dependencies
30
34
  run: npm ci
31
35
  - name: Publish package
32
36
  run: npm publish
33
- env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "qovery-ws-typescript-axios",
3
- "version": "v0.1.482",
3
+ "version": "v0.1.486",
4
4
  "description": "OpenAPI client for qovery-ws-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/qovery/qovery-client-ws-typescript-axios.git"
8
+ "url": "https://github.com/Qovery/qovery-client-ws-typescript-axios.git"
9
9
  },
10
10
  "keywords": [
11
11
  "axios",