gopadjs 2.2.0 → 2.2.1
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 +6 -6
- package/openapi.yml +1 -1
- package/package.json +1 -1
package/.github/RELEASE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Mon
|
|
1
|
+
Mon Dec 2 08:14:01 UTC 2024
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.1](https://github.com/gopad/gopad-js/compare/v2.2.0...v2.2.1) (2024-12-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bugfixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency axios to v1.7.9 ([#165](https://github.com/gopad/gopad-js/issues/165)) ([656146e](https://github.com/gopad/gopad-js/commit/656146e9294c5408f0bfbc49cb13d6a6c3b86cc3))
|
|
9
|
+
* **deps:** update dependency prettier to v3.4.2 ([#166](https://github.com/gopad/gopad-js/issues/166)) ([52bf7eb](https://github.com/gopad/gopad-js/commit/52bf7eb167d9d85b5db07a3152341c58a54f8d0a))
|
|
10
|
+
|
|
3
11
|
## [2.2.0](https://github.com/gopad/gopad-js/compare/v2.1.0...v2.2.0) (2024-12-02)
|
|
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.2.
|
|
9
|
+
- Package version: 2.2.1
|
|
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.2.
|
|
42
|
+
npm install --save gopadjs@2.2.1
|
|
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": 1732896163,
|
|
41
|
+
"narHash": "sha256-eS0vSZT0ZUguR6Jf6CyupvDn4m+r/mgN6Vtg61ECYC0=",
|
|
42
42
|
"owner": "cachix",
|
|
43
43
|
"repo": "devenv",
|
|
44
|
-
"rev": "
|
|
44
|
+
"rev": "2c928a199d56191d7a53f29ccafa56238c8ce4e5",
|
|
45
45
|
"type": "github"
|
|
46
46
|
},
|
|
47
47
|
"original": {
|
|
@@ -267,11 +267,11 @@
|
|
|
267
267
|
},
|
|
268
268
|
"nixpkgs_4": {
|
|
269
269
|
"locked": {
|
|
270
|
-
"lastModified":
|
|
271
|
-
"narHash": "sha256-
|
|
270
|
+
"lastModified": 1733015953,
|
|
271
|
+
"narHash": "sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE+crk=",
|
|
272
272
|
"owner": "NixOS",
|
|
273
273
|
"repo": "nixpkgs",
|
|
274
|
-
"rev": "
|
|
274
|
+
"rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff",
|
|
275
275
|
"type": "github"
|
|
276
276
|
},
|
|
277
277
|
"original": {
|
package/openapi.yml
CHANGED