gopadjs 2.6.2 → 2.6.3
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 +7 -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 Mar
|
|
1
|
+
Mon Mar 17 08:13:38 UTC 2025
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.6.3](https://github.com/gopad/gopad-js/compare/v2.6.2...v2.6.3) (2025-03-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bugfixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency axios to v1.8.4 ([#180](https://github.com/gopad/gopad-js/issues/180)) ([5b96d11](https://github.com/gopad/gopad-js/commit/5b96d1141740c800a3185ab0840c3714283561de))
|
|
9
|
+
|
|
3
10
|
## [2.6.2](https://github.com/gopad/gopad-js/compare/v2.6.1...v2.6.2) (2025-03-17)
|
|
4
11
|
|
|
5
12
|
|
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.6.
|
|
9
|
+
- Package version: 2.6.3
|
|
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.6.
|
|
42
|
+
npm install --save gopadjs@2.6.3
|
|
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": 1742147141,
|
|
41
|
+
"narHash": "sha256-pTgorBdmI0rMrFirATgMIye65/jL72De8Kxh7rBT/58=",
|
|
42
42
|
"owner": "cachix",
|
|
43
43
|
"repo": "devenv",
|
|
44
|
-
"rev": "
|
|
44
|
+
"rev": "e1eb23d427a3a0871c277268a28163898fd37266",
|
|
45
45
|
"type": "github"
|
|
46
46
|
},
|
|
47
47
|
"original": {
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
"nixpkgs": "nixpkgs_4"
|
|
155
155
|
},
|
|
156
156
|
"locked": {
|
|
157
|
-
"lastModified":
|
|
158
|
-
"narHash": "sha256-
|
|
157
|
+
"lastModified": 1742058297,
|
|
158
|
+
"narHash": "sha256-b4SZc6TkKw8WQQssbN5O2DaCEzmFfvSTPYHlx/SFW9Y=",
|
|
159
159
|
"owner": "cachix",
|
|
160
160
|
"repo": "git-hooks.nix",
|
|
161
|
-
"rev": "
|
|
161
|
+
"rev": "59f17850021620cd348ad2e9c0c64f4e6325ce2a",
|
|
162
162
|
"type": "github"
|
|
163
163
|
},
|
|
164
164
|
"original": {
|
|
@@ -340,11 +340,11 @@
|
|
|
340
340
|
},
|
|
341
341
|
"nixpkgs_5": {
|
|
342
342
|
"locked": {
|
|
343
|
-
"lastModified":
|
|
344
|
-
"narHash": "sha256-
|
|
343
|
+
"lastModified": 1742069588,
|
|
344
|
+
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
|
|
345
345
|
"owner": "NixOS",
|
|
346
346
|
"repo": "nixpkgs",
|
|
347
|
-
"rev": "
|
|
347
|
+
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
|
|
348
348
|
"type": "github"
|
|
349
349
|
},
|
|
350
350
|
"original": {
|
package/openapi.yml
CHANGED