qovery-ws-typescript-axios 0.1.483 → 0.1.487

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,24 @@ on:
14
14
  types:
15
15
  - completed
16
16
 
17
+
18
+ permissions:
19
+ id-token: write # Required for OIDC
20
+ contents: read
21
+
17
22
  jobs:
18
23
  deploy:
19
24
 
20
25
  runs-on: ubuntu-latest
21
26
 
22
27
  steps:
23
- - uses: actions/checkout@v2
28
+ - uses: actions/checkout@v6
24
29
  - name: Set up Node
25
- uses: actions/setup-node@v2
30
+ uses: actions/setup-node@v6
26
31
  with:
27
- node-version: '16.x'
32
+ node-version: '24.x'
28
33
  registry-url: 'https://registry.npmjs.org'
29
34
  - name: Install dependencies
30
35
  run: npm ci
31
36
  - name: Publish package
32
37
  run: npm publish
33
- env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/git_push.sh CHANGED
@@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
14
14
  fi
15
15
 
16
16
  if [ "$git_user_id" = "" ]; then
17
- git_user_id="qovery"
17
+ git_user_id="Qovery"
18
18
  echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
19
19
  fi
20
20
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "qovery-ws-typescript-axios",
3
- "version": "v0.1.483",
3
+ "version": "v0.1.487",
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",