gopadjs 1.6.0 → 1.6.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 CHANGED
@@ -1 +1 @@
1
- Mon Jul 8 08:10:31 UTC 2024
1
+ Mon Jul 29 08:10:35 UTC 2024
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.1](https://github.com/gopad/gopad-js/compare/v1.6.0...v1.6.1) (2024-08-05)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * **deps:** update dependency axios to v1.7.3 ([bc59681](https://github.com/gopad/gopad-js/commit/bc596817f0beef9f481325d7dc6782b70f69b3c5))
9
+
3
10
  ## [1.6.0](https://github.com/gopad/gopad-js/compare/v1.5.1...v1.6.0) (2024-07-15)
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: 1.6.0
9
+ - Package version: 1.6.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@1.6.0
42
+ npm install --save gopadjs@1.6.1
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": 1720180409,
43
- "narHash": "sha256-Y+2uP9hy06DFwIBhveHnKaDblZS4lO+Z/GacnwKPpps=",
42
+ "lastModified": 1722198644,
43
+ "narHash": "sha256-n3nsLWmDBnIbn24ltoy+UY+QF4gU8mlmM0PYyHFHNYM=",
44
44
  "owner": "cachix",
45
45
  "repo": "devenv",
46
- "rev": "7b3ed618571f0d14655b05f7b1c6ef600904383a",
46
+ "rev": "50da41db0ec7d3fb2ca415bd467f4f63613970dd",
47
47
  "type": "github"
48
48
  },
49
49
  "original": {
@@ -362,11 +362,11 @@
362
362
  },
363
363
  "nixpkgs_3": {
364
364
  "locked": {
365
- "lastModified": 1720031269,
366
- "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
365
+ "lastModified": 1722062969,
366
+ "narHash": "sha256-QOS0ykELUmPbrrUGmegAUlpmUFznDQeR4q7rFhl8eQg=",
367
367
  "owner": "NixOS",
368
368
  "repo": "nixpkgs",
369
- "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
369
+ "rev": "b73c2221a46c13557b1b3be9c2070cc42cf01eb3",
370
370
  "type": "github"
371
371
  },
372
372
  "original": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: gopadjs
3
- npmVersion: 1.6.0
3
+ npmVersion: 1.6.1
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": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "OpenAPI client for Gopad",
5
5
  "homepage": "https://github.com/gopad/gopad-js#readme",
6
6
  "license": "Apache-2.0",