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 CHANGED
@@ -1 +1 @@
1
- Mon Feb 17 08:13:09 UTC 2025
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.5.0
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.5.0
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": 1739444039,
41
- "narHash": "sha256-J7PLowc4pCdEkXEWtm72bC6gNNlT7sgNAq5YMZmvvkg=",
40
+ "lastModified": 1740373417,
41
+ "narHash": "sha256-UNsWmfiCu0JK4b349xjJ3a4uRbBFmmNv4s/MuPzQYbE=",
42
42
  "owner": "cachix",
43
43
  "repo": "devenv",
44
- "rev": "1235cd13f47df6ad19c8a183c6eabc1facb7c399",
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": 1739580444,
341
- "narHash": "sha256-+/bSz4EAVbqz8/HsIGLroF8aNaO8bLRL7WfACN+24g4=",
340
+ "lastModified": 1740126099,
341
+ "narHash": "sha256-ozoOtE2hGsqh4XkTJFsrTkNxkRgShxpQxDynaPZUGxk=",
342
342
  "owner": "NixOS",
343
343
  "repo": "nixpkgs",
344
- "rev": "8bb37161a0488b89830168b81c48aed11569cb93",
344
+ "rev": "32fb99ba93fea2798be0e997ea331dd78167f814",
345
345
  "type": "github"
346
346
  },
347
347
  "original": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: gopadjs
3
- npmVersion: 2.5.0
3
+ npmVersion: 2.6.0
4
4
  supportsES6: true
5
5
  useSingleRequestParameter: true
6
6
  withNodeImports: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gopadjs",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "OpenAPI client for Gopad",
5
5
  "homepage": "https://github.com/gopad/gopad-js#readme",
6
6
  "license": "Apache-2.0",