gopadjs 1.5.1 → 1.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 Jun 10 08:10:40 UTC 2024
1
+ Mon Jul 8 08:10:31 UTC 2024
@@ -36,7 +36,7 @@ jobs:
36
36
 
37
37
  - name: Update flake
38
38
  id: flake
39
- uses: DeterminateSystems/update-flake-lock@v22
39
+ uses: DeterminateSystems/update-flake-lock@v23
40
40
  with:
41
41
  commit-msg: "chore(flake): updated lockfile"
42
42
  pr-title: "chore: automated flake update"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.0](https://github.com/gopad/gopad-js/compare/v1.5.1...v1.6.0) (2024-07-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * automated openapi client update ([a232282](https://github.com/gopad/gopad-js/commit/a232282ce84edc0e77290472e98af24fd5e5afb8))
9
+
10
+
11
+ ### Bugfixes
12
+
13
+ * **deps:** update dependency prettier to v3.3.3 ([40f60b1](https://github.com/gopad/gopad-js/commit/40f60b1c474e987f13331268d8c8e600eb90f337))
14
+
3
15
  ## [1.5.1](https://github.com/gopad/gopad-js/compare/v1.5.0...v1.5.1) (2024-06-17)
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: 1.5.1
9
+ - Package version: 1.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@1.5.1
42
+ npm install --save gopadjs@1.6.0
43
43
  ```
44
44
 
45
45
  ### Installation with Git
package/common.ts CHANGED
@@ -195,7 +195,7 @@ export const createRequestFunction = function (
195
195
  const axiosRequestArgs = {
196
196
  ...axiosArgs.options,
197
197
  url:
198
- (axios.defaults.baseURL ? "" : configuration?.basePath ?? basePath) +
198
+ (axios.defaults.baseURL ? "" : (configuration?.basePath ?? basePath)) +
199
199
  axiosArgs.url,
200
200
  };
201
201
  return axios.request<T, R>(axiosRequestArgs);
package/flake.lock CHANGED
@@ -39,11 +39,11 @@
39
39
  "pre-commit-hooks": "pre-commit-hooks"
40
40
  },
41
41
  "locked": {
42
- "lastModified": 1718001032,
43
- "narHash": "sha256-kaL1/ruHEEm5+4OCaFfspCyaguUVrbmkad7A3fXaGF0=",
42
+ "lastModified": 1720180409,
43
+ "narHash": "sha256-Y+2uP9hy06DFwIBhveHnKaDblZS4lO+Z/GacnwKPpps=",
44
44
  "owner": "cachix",
45
45
  "repo": "devenv",
46
- "rev": "50e981f8a08cc06553ac591c658f347f6087d836",
46
+ "rev": "7b3ed618571f0d14655b05f7b1c6ef600904383a",
47
47
  "type": "github"
48
48
  },
49
49
  "original": {
@@ -120,11 +120,11 @@
120
120
  "nixpkgs-lib": "nixpkgs-lib"
121
121
  },
122
122
  "locked": {
123
- "lastModified": 1717285511,
124
- "narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=",
123
+ "lastModified": 1719994518,
124
+ "narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
125
125
  "owner": "hercules-ci",
126
126
  "repo": "flake-parts",
127
- "rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8",
127
+ "rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
128
128
  "type": "github"
129
129
  },
130
130
  "original": {
@@ -286,14 +286,14 @@
286
286
  },
287
287
  "nixpkgs-lib": {
288
288
  "locked": {
289
- "lastModified": 1717284937,
290
- "narHash": "sha256-lIbdfCsf8LMFloheeE6N31+BMIeixqyQWbSr2vk79EQ=",
289
+ "lastModified": 1719876945,
290
+ "narHash": "sha256-Fm2rDDs86sHy0/1jxTOKB1118Q0O3Uc7EC0iXvXKpbI=",
291
291
  "type": "tarball",
292
- "url": "https://github.com/NixOS/nixpkgs/archive/eb9ceca17df2ea50a250b6b27f7bf6ab0186f198.tar.gz"
292
+ "url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
293
293
  },
294
294
  "original": {
295
295
  "type": "tarball",
296
- "url": "https://github.com/NixOS/nixpkgs/archive/eb9ceca17df2ea50a250b6b27f7bf6ab0186f198.tar.gz"
296
+ "url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
297
297
  }
298
298
  },
299
299
  "nixpkgs-regression": {
@@ -362,11 +362,11 @@
362
362
  },
363
363
  "nixpkgs_3": {
364
364
  "locked": {
365
- "lastModified": 1717786204,
366
- "narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=",
365
+ "lastModified": 1720031269,
366
+ "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
367
367
  "owner": "NixOS",
368
368
  "repo": "nixpkgs",
369
- "rev": "051f920625ab5aabe37c920346e3e69d7d34400e",
369
+ "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
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.5.1
3
+ npmVersion: 1.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": "1.5.1",
3
+ "version": "1.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",