gopadjs 2.16.0 → 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.
- package/.github/RELEASE +1 -1
- package/.github/semantic.yml +1 -0
- package/.github/workflows/automerge.yml +1 -0
- package/.github/workflows/flake.yml +1 -0
- package/.github/workflows/general.yml +2 -1
- package/.github/workflows/openapi.yml +2 -1
- package/.github/workflows/release.yml +2 -1
- package/CHANGELOG.md +23 -0
- package/README.md +2 -2
- package/flake.lock +15 -15
- package/openapi.yml +1 -1
- package/package.json +1 -1
package/.github/RELEASE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Mon
|
|
1
|
+
Mon Sep 15 08:14:24 UTC 2025
|
package/.github/semantic.yml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
+
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
|
|
2
3
|
name: general
|
|
3
4
|
|
|
4
5
|
"on":
|
|
@@ -18,7 +19,7 @@ jobs:
|
|
|
18
19
|
uses: actions/checkout@v5
|
|
19
20
|
|
|
20
21
|
- name: Setup nodejs
|
|
21
|
-
uses: actions/setup-node@
|
|
22
|
+
uses: actions/setup-node@v5
|
|
22
23
|
with:
|
|
23
24
|
node-version: 22.x
|
|
24
25
|
cache: 'npm'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
+
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
|
|
2
3
|
name: openapi
|
|
3
4
|
|
|
4
5
|
"on":
|
|
@@ -31,7 +32,7 @@ jobs:
|
|
|
31
32
|
uses: actions/checkout@v5
|
|
32
33
|
|
|
33
34
|
- name: Setup nodejs
|
|
34
|
-
uses: actions/setup-node@
|
|
35
|
+
uses: actions/setup-node@v5
|
|
35
36
|
with:
|
|
36
37
|
node-version: 22.x
|
|
37
38
|
cache: 'npm'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
+
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
|
|
2
3
|
name: release
|
|
3
4
|
|
|
4
5
|
"on":
|
|
@@ -21,7 +22,7 @@ jobs:
|
|
|
21
22
|
token: ${{ secrets.BOT_ACCESS_TOKEN }}
|
|
22
23
|
|
|
23
24
|
- name: Setup nodejs
|
|
24
|
-
uses: actions/setup-node@
|
|
25
|
+
uses: actions/setup-node@v5
|
|
25
26
|
with:
|
|
26
27
|
node-version: 22.x
|
|
27
28
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.18.0](https://github.com/gopad/gopad-js/compare/v2.17.0...v2.18.0) (2025-09-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* automated openapi client update ([8c6dfd6](https://github.com/gopad/gopad-js/commit/8c6dfd62e7996a488d40887b9458b7ba4c922030))
|
|
9
|
+
* automated openapi client update ([ca4f162](https://github.com/gopad/gopad-js/commit/ca4f162925337f7c2b289b385543893c3212deb0))
|
|
10
|
+
|
|
11
|
+
## [2.17.0](https://github.com/gopad/gopad-js/compare/v2.16.0...v2.17.0) (2025-09-15)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* automated openapi client update ([7b7bec1](https://github.com/gopad/gopad-js/commit/7b7bec1d7c8c1eb3f61cbbccef881439a813f105))
|
|
17
|
+
* automated openapi client update ([20ea22f](https://github.com/gopad/gopad-js/commit/20ea22fbe15731752356d4c1ca008bdbeaa81f32))
|
|
18
|
+
* **deps:** update dependency axios to v1.12.0 ([#202](https://github.com/gopad/gopad-js/issues/202)) ([fe3670e](https://github.com/gopad/gopad-js/commit/fe3670e0c7bd26f5f8ff657da77707e0fb21a5d6))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bugfixes
|
|
22
|
+
|
|
23
|
+
* **deps:** update dependency axios to v1.12.1 ([#203](https://github.com/gopad/gopad-js/issues/203)) ([a142a93](https://github.com/gopad/gopad-js/commit/a142a93df36e60bc2fa28fe47a2a8c8f5c69d94c))
|
|
24
|
+
* **deps:** update dependency axios to v1.12.2 ([#204](https://github.com/gopad/gopad-js/issues/204)) ([4e7863c](https://github.com/gopad/gopad-js/commit/4e7863c8553e00412201d067dcda3cd04a671e2d))
|
|
25
|
+
|
|
3
26
|
## [2.16.0](https://github.com/gopad/gopad-js/compare/v2.15.0...v2.16.0) (2025-09-01)
|
|
4
27
|
|
|
5
28
|
|
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: 2.
|
|
9
|
+
- Package version: 2.18.0
|
|
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@2.
|
|
42
|
+
npm install --save gopadjs@2.18.0
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Installation with Git
|
package/flake.lock
CHANGED
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"nixpkgs": "nixpkgs"
|
|
42
42
|
},
|
|
43
43
|
"locked": {
|
|
44
|
-
"lastModified":
|
|
45
|
-
"narHash": "sha256-
|
|
44
|
+
"lastModified": 1757852601,
|
|
45
|
+
"narHash": "sha256-be2fxf+sH2zB4W5hStXLlRk5qL2NtQ182XXvxjIatyM=",
|
|
46
46
|
"owner": "cachix",
|
|
47
47
|
"repo": "devenv",
|
|
48
|
-
"rev": "
|
|
48
|
+
"rev": "8190bcacd6077785bc35b03fb281cc410f74d629",
|
|
49
49
|
"type": "github"
|
|
50
50
|
},
|
|
51
51
|
"original": {
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
114
114
|
},
|
|
115
115
|
"locked": {
|
|
116
|
-
"lastModified":
|
|
117
|
-
"narHash": "sha256
|
|
116
|
+
"lastModified": 1756770412,
|
|
117
|
+
"narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=",
|
|
118
118
|
"owner": "hercules-ci",
|
|
119
119
|
"repo": "flake-parts",
|
|
120
|
-
"rev": "
|
|
120
|
+
"rev": "4524271976b625a4a605beefd893f270620fd751",
|
|
121
121
|
"type": "github"
|
|
122
122
|
},
|
|
123
123
|
"original": {
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
"nixpkgs": "nixpkgs_2"
|
|
160
160
|
},
|
|
161
161
|
"locked": {
|
|
162
|
-
"lastModified":
|
|
163
|
-
"narHash": "sha256-
|
|
162
|
+
"lastModified": 1757588530,
|
|
163
|
+
"narHash": "sha256-tJ7A8mID3ct69n9WCvZ3PzIIl3rXTdptn/lZmqSS95U=",
|
|
164
164
|
"owner": "cachix",
|
|
165
165
|
"repo": "git-hooks.nix",
|
|
166
|
-
"rev": "
|
|
166
|
+
"rev": "b084b2c2b6bc23e83bbfe583b03664eb0b18c411",
|
|
167
167
|
"type": "github"
|
|
168
168
|
},
|
|
169
169
|
"original": {
|
|
@@ -270,11 +270,11 @@
|
|
|
270
270
|
},
|
|
271
271
|
"nixpkgs-lib": {
|
|
272
272
|
"locked": {
|
|
273
|
-
"lastModified":
|
|
274
|
-
"narHash": "sha256-
|
|
273
|
+
"lastModified": 1754788789,
|
|
274
|
+
"narHash": "sha256-x2rJ+Ovzq0sCMpgfgGaaqgBSwY+LST+WbZ6TytnT9Rk=",
|
|
275
275
|
"owner": "nix-community",
|
|
276
276
|
"repo": "nixpkgs.lib",
|
|
277
|
-
"rev": "
|
|
277
|
+
"rev": "a73b9c743612e4244d865a2fdee11865283c04e6",
|
|
278
278
|
"type": "github"
|
|
279
279
|
},
|
|
280
280
|
"original": {
|
|
@@ -301,11 +301,11 @@
|
|
|
301
301
|
},
|
|
302
302
|
"nixpkgs_3": {
|
|
303
303
|
"locked": {
|
|
304
|
-
"lastModified":
|
|
305
|
-
"narHash": "sha256-
|
|
304
|
+
"lastModified": 1757745802,
|
|
305
|
+
"narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=",
|
|
306
306
|
"owner": "NixOS",
|
|
307
307
|
"repo": "nixpkgs",
|
|
308
|
-
"rev": "
|
|
308
|
+
"rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1",
|
|
309
309
|
"type": "github"
|
|
310
310
|
},
|
|
311
311
|
"original": {
|
package/openapi.yml
CHANGED