gopadjs 2.17.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/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/flake.lock +9 -9
- package/openapi.yml +1 -1
- package/package.json +1 -1
package/.github/RELEASE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Mon Sep
|
|
1
|
+
Mon Sep 15 08:14:24 UTC 2025
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## [2.17.0](https://github.com/gopad/gopad-js/compare/v2.16.0...v2.17.0) (2025-09-15)
|
|
4
12
|
|
|
5
13
|
|
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": {
|
|
@@ -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": {
|
|
@@ -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