gopadjs 3.3.0 → 3.3.2

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.
package/.github/RELEASE CHANGED
@@ -1 +1 @@
1
- Mon Jan 19 08:18:43 UTC 2026
1
+ Mon Feb 2 08:29:03 UTC 2026
@@ -20,7 +20,7 @@ jobs:
20
20
  steps:
21
21
  - name: Generate token
22
22
  id: token
23
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
23
+ uses: actions/create-github-app-token@v2
24
24
  with:
25
25
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
26
26
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -29,7 +29,7 @@ jobs:
29
29
  permission-issues: write
30
30
 
31
31
  - name: Fetch metadata
32
- uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2
32
+ uses: dependabot/fetch-metadata@v2
33
33
  with:
34
34
  github-token: ${{ secrets.GITHUB_TOKEN }}
35
35
 
@@ -17,19 +17,19 @@ jobs:
17
17
  steps:
18
18
  - name: Generate token
19
19
  id: token
20
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
20
+ uses: actions/create-github-app-token@v2
21
21
  with:
22
22
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
23
23
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
24
24
  permission-contents: write
25
25
 
26
26
  - name: Checkout source
27
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
27
+ uses: actions/checkout@v6
28
28
  with:
29
29
  token: ${{ steps.token.outputs.token }}
30
30
 
31
31
  - name: Install nix
32
- uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
32
+ uses: cachix/install-nix-action@v31
33
33
 
34
34
  - name: Update flake
35
35
  run: nix flake update
@@ -38,7 +38,7 @@ jobs:
38
38
  run: git pull --autostash --rebase
39
39
 
40
40
  - name: Commit changes
41
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
41
+ uses: EndBug/add-and-commit@v9
42
42
  with:
43
43
  author_name: GitHub Actions
44
44
  author_email: github@webhippie.de
@@ -19,10 +19,10 @@ jobs:
19
19
 
20
20
  steps:
21
21
  - name: Checkout source
22
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
22
+ uses: actions/checkout@v6
23
23
 
24
24
  - name: Setup nodejs
25
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
25
+ uses: actions/setup-node@v6
26
26
  with:
27
27
  node-version: 24.x
28
28
  cache: 'npm'
@@ -18,7 +18,7 @@ jobs:
18
18
  steps:
19
19
  - name: Generate token
20
20
  id: token
21
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
21
+ uses: actions/create-github-app-token@v2
22
22
  with:
23
23
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
24
24
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -26,10 +26,10 @@ jobs:
26
26
  permission-pull-requests: write
27
27
 
28
28
  - name: Checkout source
29
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
29
+ uses: actions/checkout@v6
30
30
 
31
31
  - name: Setup nodejs
32
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
32
+ uses: actions/setup-node@v6
33
33
  with:
34
34
  node-version: 24.x
35
35
  cache: 'npm'
@@ -46,7 +46,7 @@ jobs:
46
46
 
47
47
  - name: Create request
48
48
  id: pr
49
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
49
+ uses: peter-evans/create-pull-request@v8
50
50
  with:
51
51
  commit-message: "feat: automated openapi client update"
52
52
  delete-branch: true
@@ -19,13 +19,13 @@ jobs:
19
19
 
20
20
  steps:
21
21
  - name: Setup nodejs
22
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
22
+ uses: actions/setup-node@v6
23
23
  with:
24
24
  node-version: lts/*
25
25
 
26
26
  - name: Generate token
27
27
  id: token
28
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
28
+ uses: actions/create-github-app-token@v2
29
29
  with:
30
30
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
31
31
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -34,12 +34,12 @@ jobs:
34
34
  permission-issues: write
35
35
 
36
36
  - name: Checkout source
37
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
37
+ uses: actions/checkout@v6
38
38
  with:
39
39
  token: ${{ steps.token.outputs.token }}
40
40
 
41
41
  - name: Setup nodejs
42
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
42
+ uses: actions/setup-node@v6
43
43
  with:
44
44
  node-version: lts/*
45
45
  cache: npm
@@ -67,7 +67,7 @@ jobs:
67
67
  run: git pull --rebase --autostash
68
68
 
69
69
  - name: Commit changes
70
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
70
+ uses: EndBug/add-and-commit@v9
71
71
  with:
72
72
  author_name: GitHub Actions
73
73
  author_email: github@webhippie.de
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.3.2](https://github.com/gopad/gopad-js/compare/v3.3.1...v3.3.2) (2026-02-02)
4
+
5
+ ### Dependencies
6
+
7
+ * **patch:** update dependency axios to v1.13.3 ([#249](https://github.com/gopad/gopad-js/issues/249)) ([0d44267](https://github.com/gopad/gopad-js/commit/0d44267506959f881f378be2048acab41a95fb07))
8
+ * **patch:** update dependency axios to v1.13.4 ([#250](https://github.com/gopad/gopad-js/issues/250)) ([45d4f1e](https://github.com/gopad/gopad-js/commit/45d4f1e8c63dac39023d4a91781bd2a505a7eb9e))
9
+
10
+ ### Miscellaneous
11
+
12
+ * **flake:** updated lockfile [skip ci] ([b3dac18](https://github.com/gopad/gopad-js/commit/b3dac1812ae58cae92fe22e5758ac87a7f87efd7))
13
+
14
+ ## [3.3.1](https://github.com/gopad/gopad-js/compare/v3.3.0...v3.3.1) (2026-01-26)
15
+
16
+ ### Dependencies
17
+
18
+ * **patch:** update dependency prettier to v3.8.1 ([#248](https://github.com/gopad/gopad-js/issues/248)) ([73e2c02](https://github.com/gopad/gopad-js/commit/73e2c023cf38348d1c2ce6c922b715fc0f5f9a12))
19
+
20
+ ### Miscellaneous
21
+
22
+ * **flake:** updated lockfile [skip ci] ([f68b528](https://github.com/gopad/gopad-js/commit/f68b52820cbd25eb225403928ea9091b075650c5))
23
+
3
24
  ## [3.3.0](https://github.com/gopad/gopad-js/compare/v3.2.3...v3.3.0) (2026-01-19)
4
25
 
5
26
  ### Dependencies
package/README.md CHANGED
@@ -6,7 +6,7 @@ This repository provides a client SDK for Typescript/Javascript. This SDK is
6
6
  automatically generated by the [OpenAPI Generator][generator] project:
7
7
 
8
8
  - API version: 1.0.0-alpha1
9
- - Package version: 3.3.0
9
+ - Package version: 3.3.2
10
10
  - Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen
11
11
 
12
12
  For more information, please visit [https://gopad.eu](https://gopad.eu)
@@ -39,7 +39,7 @@ the following command within your project directory, after that you can import
39
39
  it as other libraries:
40
40
 
41
41
  ```console
42
- npm install --save gopadjs@3.3.0
42
+ npm install --save gopadjs@3.3.2
43
43
  ```
44
44
 
45
45
  ### Installation with Git
package/flake.lock CHANGED
@@ -44,11 +44,11 @@
44
44
  "nixpkgs": "nixpkgs"
45
45
  },
46
46
  "locked": {
47
- "lastModified": 1768133288,
48
- "narHash": "sha256-s3p5kjkYDYYdMMe7p4TxUdfivNwSwjdDwwt+x8xMwYQ=",
47
+ "lastModified": 1769263214,
48
+ "narHash": "sha256-8gU9eot2Pn/59sdHULaNnNQgR22bZf0nB/gDfhnjoes=",
49
49
  "owner": "cachix",
50
50
  "repo": "devenv",
51
- "rev": "b3d5f5d2fe88b78341ea30fec4fd5ae1a3a3c214",
51
+ "rev": "328752c05f1745c7f613689a9df0bd1ffc8f3922",
52
52
  "type": "github"
53
53
  },
54
54
  "original": {
@@ -176,11 +176,11 @@
176
176
  "nixpkgs": "nixpkgs_2"
177
177
  },
178
178
  "locked": {
179
- "lastModified": 1767281941,
180
- "narHash": "sha256-6MkqajPICgugsuZ92OMoQcgSHnD6sJHwk8AxvMcIgTE=",
179
+ "lastModified": 1769069492,
180
+ "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
181
181
  "owner": "cachix",
182
182
  "repo": "git-hooks.nix",
183
- "rev": "f0927703b7b1c8d97511c4116eb9b4ec6645a0fa",
183
+ "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
184
184
  "type": "github"
185
185
  },
186
186
  "original": {
@@ -258,11 +258,11 @@
258
258
  ]
259
259
  },
260
260
  "locked": {
261
- "lastModified": 1767792158,
262
- "narHash": "sha256-jaFZsFDzhm5Sg6OseRW6Jans1TAm3X74zI0aeFGsitg=",
261
+ "lastModified": 1769197468,
262
+ "narHash": "sha256-EhbVSjqhjykjIzF1FetpEwxjSMXg4ubHpkuEnE0y23A=",
263
263
  "owner": "cachix",
264
264
  "repo": "nix",
265
- "rev": "e3fbfb8486637daca6f104c49872bd2d574423a0",
265
+ "rev": "6174571301a92afce9b7296d5babdc56972695b7",
266
266
  "type": "github"
267
267
  },
268
268
  "original": {
@@ -348,11 +348,11 @@
348
348
  },
349
349
  "nixpkgs_3": {
350
350
  "locked": {
351
- "lastModified": 1768127708,
352
- "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=",
351
+ "lastModified": 1769170682,
352
+ "narHash": "sha256-oMmN1lVQU0F0W2k6OI3bgdzp2YOHWYUAw79qzDSjenU=",
353
353
  "owner": "NixOS",
354
354
  "repo": "nixpkgs",
355
- "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38",
355
+ "rev": "c5296fdd05cfa2c187990dd909864da9658df755",
356
356
  "type": "github"
357
357
  },
358
358
  "original": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: gopadjs
3
- npmVersion: 3.3.0
3
+ npmVersion: 3.3.2
4
4
  supportsES6: true
5
5
  useSingleRequestParameter: true
6
6
  withNodeImports: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gopadjs",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "OpenAPI client for Gopad",
5
5
  "homepage": "https://github.com/gopad/gopad-js#readme",
6
6
  "license": "Apache-2.0",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "24.10.9",
38
- "prettier": "3.8.0",
38
+ "prettier": "3.8.1",
39
39
  "typescript": "5.9.3"
40
40
  },
41
41
  "publishConfig": {