gopadjs 3.2.1 → 3.2.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.
- package/.github/RELEASE +1 -1
- package/.github/workflows/flake.yml +1 -1
- package/.github/workflows/openapi.yml +1 -1
- package/CHANGELOG.md +13 -0
- package/README.md +2 -2
- package/flake.lock +15 -15
- package/openapi.yml +1 -1
- package/package.json +2 -2
package/.github/RELEASE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Mon Dec
|
|
1
|
+
Mon Dec 22 08:16:24 UTC 2025
|
|
@@ -29,7 +29,7 @@ jobs:
|
|
|
29
29
|
token: ${{ steps.token.outputs.token }}
|
|
30
30
|
|
|
31
31
|
- name: Install nix
|
|
32
|
-
uses: cachix/install-nix-action@
|
|
32
|
+
uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
|
|
33
33
|
|
|
34
34
|
- name: Update flake
|
|
35
35
|
run: nix flake update
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
|
|
47
47
|
- name: Create request
|
|
48
48
|
id: pr
|
|
49
|
-
uses: peter-evans/create-pull-request@
|
|
49
|
+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
|
|
50
50
|
with:
|
|
51
51
|
commit-message: "feat: automated openapi client update"
|
|
52
52
|
delete-branch: true
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.2.3](https://github.com/gopad/gopad-js/compare/v3.2.2...v3.2.3) (2025-12-22)
|
|
4
|
+
|
|
5
|
+
### Bugfixes
|
|
6
|
+
|
|
7
|
+
* **patch:** update dependency @types/node to v24.10.4 ([#239](https://github.com/gopad/gopad-js/issues/239)) ([281537f](https://github.com/gopad/gopad-js/commit/281537f7323e2c059bc34960aa7e9ace2b721885))
|
|
8
|
+
|
|
9
|
+
## [3.2.2](https://github.com/gopad/gopad-js/compare/v3.2.1...v3.2.2) (2025-12-15)
|
|
10
|
+
|
|
11
|
+
### Bugfixes
|
|
12
|
+
|
|
13
|
+
* **patch:** update dependency @types/node to v24.10.2 ([#237](https://github.com/gopad/gopad-js/issues/237)) ([e6c2f37](https://github.com/gopad/gopad-js/commit/e6c2f37c4f64fc515cceed6ac06f15ee5ee28f65))
|
|
14
|
+
* **patch:** update dependency @types/node to v24.10.3 ([#238](https://github.com/gopad/gopad-js/issues/238)) ([4e9b033](https://github.com/gopad/gopad-js/commit/4e9b03310ccd7f61f1bdc75e59c3fa0d35beedf9))
|
|
15
|
+
|
|
3
16
|
## [3.2.1](https://github.com/gopad/gopad-js/compare/v3.2.0...v3.2.1) (2025-12-08)
|
|
4
17
|
|
|
5
18
|
### Bugfixes
|
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.2.
|
|
9
|
+
- Package version: 3.2.3
|
|
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.2.
|
|
42
|
+
npm install --save gopadjs@3.2.3
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Installation with Git
|
package/flake.lock
CHANGED
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"nixpkgs": "nixpkgs"
|
|
44
44
|
},
|
|
45
45
|
"locked": {
|
|
46
|
-
"lastModified":
|
|
47
|
-
"narHash": "sha256-
|
|
46
|
+
"lastModified": 1765786388,
|
|
47
|
+
"narHash": "sha256-K+icQicTo/a3sgQwFUWv5DZf8V8hQRw50dIJCI6KEt4=",
|
|
48
48
|
"owner": "cachix",
|
|
49
49
|
"repo": "devenv",
|
|
50
|
-
"rev": "
|
|
50
|
+
"rev": "588b4a334cf93acee2417cd07ea24086c3128db6",
|
|
51
51
|
"type": "github"
|
|
52
52
|
},
|
|
53
53
|
"original": {
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
115
115
|
},
|
|
116
116
|
"locked": {
|
|
117
|
-
"lastModified":
|
|
118
|
-
"narHash": "sha256-
|
|
117
|
+
"lastModified": 1765495779,
|
|
118
|
+
"narHash": "sha256-MhA7wmo/7uogLxiewwRRmIax70g6q1U/YemqTGoFHlM=",
|
|
119
119
|
"owner": "hercules-ci",
|
|
120
120
|
"repo": "flake-parts",
|
|
121
|
-
"rev": "
|
|
121
|
+
"rev": "5635c32d666a59ec9a55cab87e898889869f7b71",
|
|
122
122
|
"type": "github"
|
|
123
123
|
},
|
|
124
124
|
"original": {
|
|
@@ -160,11 +160,11 @@
|
|
|
160
160
|
"nixpkgs": "nixpkgs_2"
|
|
161
161
|
},
|
|
162
162
|
"locked": {
|
|
163
|
-
"lastModified":
|
|
164
|
-
"narHash": "sha256-
|
|
163
|
+
"lastModified": 1765464257,
|
|
164
|
+
"narHash": "sha256-dixPWKiHzh80PtD0aLuxYNQ0xP+843dfXG/yM3OzaYQ=",
|
|
165
165
|
"owner": "cachix",
|
|
166
166
|
"repo": "git-hooks.nix",
|
|
167
|
-
"rev": "
|
|
167
|
+
"rev": "09e45f2598e1a8499c3594fe11ec2943f34fe509",
|
|
168
168
|
"type": "github"
|
|
169
169
|
},
|
|
170
170
|
"original": {
|
|
@@ -289,11 +289,11 @@
|
|
|
289
289
|
},
|
|
290
290
|
"nixpkgs_2": {
|
|
291
291
|
"locked": {
|
|
292
|
-
"lastModified":
|
|
293
|
-
"narHash": "sha256-
|
|
292
|
+
"lastModified": 1764947035,
|
|
293
|
+
"narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=",
|
|
294
294
|
"owner": "NixOS",
|
|
295
295
|
"repo": "nixpkgs",
|
|
296
|
-
"rev": "
|
|
296
|
+
"rev": "a672be65651c80d3f592a89b3945466584a22069",
|
|
297
297
|
"type": "github"
|
|
298
298
|
},
|
|
299
299
|
"original": {
|
|
@@ -305,11 +305,11 @@
|
|
|
305
305
|
},
|
|
306
306
|
"nixpkgs_3": {
|
|
307
307
|
"locked": {
|
|
308
|
-
"lastModified":
|
|
309
|
-
"narHash": "sha256-
|
|
308
|
+
"lastModified": 1765472234,
|
|
309
|
+
"narHash": "sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0=",
|
|
310
310
|
"owner": "NixOS",
|
|
311
311
|
"repo": "nixpkgs",
|
|
312
|
-
"rev": "
|
|
312
|
+
"rev": "2fbfb1d73d239d2402a8fe03963e37aab15abe8b",
|
|
313
313
|
"type": "github"
|
|
314
314
|
},
|
|
315
315
|
"original": {
|
package/openapi.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gopadjs",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "OpenAPI client for Gopad",
|
|
5
5
|
"homepage": "https://github.com/gopad/gopad-js#readme",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"axios": "^1.6.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@types/node": "24.10.
|
|
37
|
+
"@types/node": "24.10.4",
|
|
38
38
|
"prettier": "3.7.4",
|
|
39
39
|
"typescript": "5.9.3"
|
|
40
40
|
},
|