gopadjs 2.5.0 → 2.6.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 +12 -0
- package/README.md +2 -2
- package/flake.lock +6 -6
- package/openapi.yml +1 -1
- package/package.json +1 -1
package/.github/RELEASE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Mon Feb
|
|
1
|
+
Mon Feb 24 08:13:06 UTC 2025
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.6.0](https://github.com/gopad/gopad-js/compare/v2.5.0...v2.6.0) (2025-03-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency axios to v1.8.1 ([#174](https://github.com/gopad/gopad-js/issues/174)) ([cf97d69](https://github.com/gopad/gopad-js/commit/cf97d69385efe11c5e97e8e696d26fdd3df651ba))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bugfixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency prettier to v3.5.3 ([#175](https://github.com/gopad/gopad-js/issues/175)) ([38bf502](https://github.com/gopad/gopad-js/commit/38bf5023e2dd1453d29648d6d3392d1ee10717b9))
|
|
14
|
+
|
|
3
15
|
## [2.5.0](https://github.com/gopad/gopad-js/compare/v2.4.1...v2.5.0) (2025-02-24)
|
|
4
16
|
|
|
5
17
|
|
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.6.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.6.0
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Installation with Git
|
package/flake.lock
CHANGED
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"nixpkgs": "nixpkgs_3"
|
|
38
38
|
},
|
|
39
39
|
"locked": {
|
|
40
|
-
"lastModified":
|
|
41
|
-
"narHash": "sha256-
|
|
40
|
+
"lastModified": 1740373417,
|
|
41
|
+
"narHash": "sha256-UNsWmfiCu0JK4b349xjJ3a4uRbBFmmNv4s/MuPzQYbE=",
|
|
42
42
|
"owner": "cachix",
|
|
43
43
|
"repo": "devenv",
|
|
44
|
-
"rev": "
|
|
44
|
+
"rev": "a6da83bf338c3744735d52bb021dff61e4a172e4",
|
|
45
45
|
"type": "github"
|
|
46
46
|
},
|
|
47
47
|
"original": {
|
|
@@ -337,11 +337,11 @@
|
|
|
337
337
|
},
|
|
338
338
|
"nixpkgs_5": {
|
|
339
339
|
"locked": {
|
|
340
|
-
"lastModified":
|
|
341
|
-
"narHash": "sha256
|
|
340
|
+
"lastModified": 1740126099,
|
|
341
|
+
"narHash": "sha256-ozoOtE2hGsqh4XkTJFsrTkNxkRgShxpQxDynaPZUGxk=",
|
|
342
342
|
"owner": "NixOS",
|
|
343
343
|
"repo": "nixpkgs",
|
|
344
|
-
"rev": "
|
|
344
|
+
"rev": "32fb99ba93fea2798be0e997ea331dd78167f814",
|
|
345
345
|
"type": "github"
|
|
346
346
|
},
|
|
347
347
|
"original": {
|
package/openapi.yml
CHANGED