kleisterjs 2.1.0 → 2.2.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 Nov 4 08:18:19 UTC 2024
1
+ Mon Nov 25 08:19:18 UTC 2024
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.0](https://github.com/kleister/kleister-js/compare/v2.1.0...v2.2.0) (2024-12-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * automated openapi client update ([568639c](https://github.com/kleister/kleister-js/commit/568639c32d67a5ae67f6288d1fc72b56f7df1d92))
9
+ * **deps:** update dependency @types/node to 12.11.5 - 22.10 ([#154](https://github.com/kleister/kleister-js/issues/154)) ([b6137a2](https://github.com/kleister/kleister-js/commit/b6137a275c17cc3fb38185795752249c69b56e10))
10
+ * **deps:** update dependency prettier to v3.4.0 ([#155](https://github.com/kleister/kleister-js/issues/155)) ([b1e880a](https://github.com/kleister/kleister-js/commit/b1e880a0a4062acd8d6749bcb267f878efc2bfec))
11
+
12
+
13
+ ### Bugfixes
14
+
15
+ * **deps:** update dependency axios to v1.7.8 ([#153](https://github.com/kleister/kleister-js/issues/153)) ([2c89e36](https://github.com/kleister/kleister-js/commit/2c89e36ea985d15352743b62edab8daa7eaa5e60))
16
+ * **deps:** update dependency prettier to v3.4.1 ([#157](https://github.com/kleister/kleister-js/issues/157)) ([d25c707](https://github.com/kleister/kleister-js/commit/d25c7071cb0a134ab56920783e8fe4785e8d7f01))
17
+
3
18
  ## [2.1.0](https://github.com/kleister/kleister-js/compare/v2.0.0...v2.1.0) (2024-11-11)
4
19
 
5
20
 
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.1.0
9
+ - Package version: 2.2.0
10
10
  - Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen
11
11
 
12
12
  For more information, please visit [https://kleister.eu](https://kleister.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 kleisterjs@2.1.0
42
+ npm install --save kleisterjs@2.2.0
43
43
  ```
44
44
 
45
45
  ### Installation with Git
package/configuration.ts CHANGED
@@ -120,7 +120,7 @@ export class Configuration {
120
120
  */
121
121
  public isJsonMime(mime: string): boolean {
122
122
  const jsonMime: RegExp = new RegExp(
123
- "^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$",
123
+ "^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$",
124
124
  "i",
125
125
  );
126
126
  return (
package/flake.lock CHANGED
@@ -37,11 +37,11 @@
37
37
  "nixpkgs": "nixpkgs_3"
38
38
  },
39
39
  "locked": {
40
- "lastModified": 1731169617,
41
- "narHash": "sha256-Imod8I59qsOyEwInlHmPoiWrYlPkzwKO1e8h2g8ruX4=",
40
+ "lastModified": 1732896163,
41
+ "narHash": "sha256-eS0vSZT0ZUguR6Jf6CyupvDn4m+r/mgN6Vtg61ECYC0=",
42
42
  "owner": "cachix",
43
43
  "repo": "devenv",
44
- "rev": "983153344922e5fb8545aae7e5e70127da981a71",
44
+ "rev": "2c928a199d56191d7a53f29ccafa56238c8ce4e5",
45
45
  "type": "github"
46
46
  },
47
47
  "original": {
@@ -267,11 +267,11 @@
267
267
  },
268
268
  "nixpkgs_4": {
269
269
  "locked": {
270
- "lastModified": 1731139594,
271
- "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=",
270
+ "lastModified": 1733015953,
271
+ "narHash": "sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE+crk=",
272
272
  "owner": "NixOS",
273
273
  "repo": "nixpkgs",
274
- "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2",
274
+ "rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff",
275
275
  "type": "github"
276
276
  },
277
277
  "original": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: kleisterjs
3
- npmVersion: 2.1.0
3
+ npmVersion: 2.2.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": "kleisterjs",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "OpenAPI client for Kleister",
5
5
  "homepage": "https://github.com/kleister/kleister-js#readme",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "axios": "^1.6.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": "12.11.5 - 22.9",
37
+ "@types/node": "12.11.5 - 22.10",
38
38
  "prettier": "^3.2.5",
39
39
  "typescript": "^4.0 || ^5.0"
40
40
  }