gopadjs 1.7.1 → 1.7.2
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 Aug
|
|
1
|
+
Mon Aug 26 08:12:03 UTC 2024
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.7.2](https://github.com/gopad/gopad-js/compare/v1.7.1...v1.7.2) (2024-09-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bugfixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency axios to v1.7.6 ([34a2c81](https://github.com/gopad/gopad-js/commit/34a2c812781325ecbb901cc172a906156bf51e7c))
|
|
9
|
+
* **deps:** update dependency axios to v1.7.7 ([d0e7141](https://github.com/gopad/gopad-js/commit/d0e7141816b603c5140671935d6c9b84427e99f8))
|
|
10
|
+
|
|
3
11
|
## [1.7.1](https://github.com/gopad/gopad-js/compare/v1.7.0...v1.7.1) (2024-08-26)
|
|
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: 1.7.
|
|
9
|
+
- Package version: 1.7.2
|
|
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@1.7.
|
|
42
|
+
npm install --save gopadjs@1.7.2
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Installation with Git
|
package/flake.lock
CHANGED
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"pre-commit-hooks": "pre-commit-hooks"
|
|
40
40
|
},
|
|
41
41
|
"locked": {
|
|
42
|
-
"lastModified":
|
|
43
|
-
"narHash": "sha256-
|
|
42
|
+
"lastModified": 1724504184,
|
|
43
|
+
"narHash": "sha256-gP6000c2+zHKJHAxCD3BftvAjmb4CPAZamRAHNxN2MM=",
|
|
44
44
|
"owner": "cachix",
|
|
45
45
|
"repo": "devenv",
|
|
46
|
-
"rev": "
|
|
46
|
+
"rev": "51338b58fd666f448db7486ec145dbe52db9b829",
|
|
47
47
|
"type": "github"
|
|
48
48
|
},
|
|
49
49
|
"original": {
|
|
@@ -362,11 +362,11 @@
|
|
|
362
362
|
},
|
|
363
363
|
"nixpkgs_3": {
|
|
364
364
|
"locked": {
|
|
365
|
-
"lastModified":
|
|
366
|
-
"narHash": "sha256-
|
|
365
|
+
"lastModified": 1724224976,
|
|
366
|
+
"narHash": "sha256-Z/ELQhrSd7bMzTO8r7NZgi9g5emh+aRKoCdaAv5fiO0=",
|
|
367
367
|
"owner": "NixOS",
|
|
368
368
|
"repo": "nixpkgs",
|
|
369
|
-
"rev": "
|
|
369
|
+
"rev": "c374d94f1536013ca8e92341b540eba4c22f9c62",
|
|
370
370
|
"type": "github"
|
|
371
371
|
},
|
|
372
372
|
"original": {
|
package/openapi.yml
CHANGED