gopadjs 1.6.0 → 1.7.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 Jul 8 08:10:31 UTC 2024
1
+ Mon Aug 12 08:10:57 UTC 2024
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.0](https://github.com/gopad/gopad-js/compare/v1.6.1...v1.7.0) (2024-08-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * **deps:** update dependency @types/node to 12.11.5 - 20.15 ([532a80c](https://github.com/gopad/gopad-js/commit/532a80c7d0c3fa2db71ba1a079949089ccd9fccf))
9
+ * **deps:** update dependency @types/node to 12.11.5 - 20.16 ([4090bec](https://github.com/gopad/gopad-js/commit/4090bec638d208ba22255b8f50958c4f789af113))
10
+
11
+
12
+ ### Bugfixes
13
+
14
+ * **deps:** update dependency axios to v1.7.4 [security] ([224bc0b](https://github.com/gopad/gopad-js/commit/224bc0b6f5304c78983bbbed7c65d46f136704ce))
15
+
16
+ ## [1.6.1](https://github.com/gopad/gopad-js/compare/v1.6.0...v1.6.1) (2024-08-05)
17
+
18
+
19
+ ### Bugfixes
20
+
21
+ * **deps:** update dependency axios to v1.7.3 ([bc59681](https://github.com/gopad/gopad-js/commit/bc596817f0beef9f481325d7dc6782b70f69b3c5))
22
+
3
23
  ## [1.6.0](https://github.com/gopad/gopad-js/compare/v1.5.1...v1.6.0) (2024-07-15)
4
24
 
5
25
 
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.7.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.6.0
42
+ npm install --save gopadjs@1.7.0
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": 1723409744,
43
+ "narHash": "sha256-l6ZuOGR6SVWXki1emYka5Nn6uF8ZgIP9jQaFxpljOOg=",
44
44
  "owner": "cachix",
45
45
  "repo": "devenv",
46
- "rev": "7b3ed618571f0d14655b05f7b1c6ef600904383a",
46
+ "rev": "116159a4bfeaa79662f4c39dbfaf2fce6a5737f7",
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": 1719994518,
124
- "narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
123
+ "lastModified": 1722555600,
124
+ "narHash": "sha256-XOQkdLafnb/p9ij77byFQjDf5m5QYl9b2REiVClC+x4=",
125
125
  "owner": "hercules-ci",
126
126
  "repo": "flake-parts",
127
- "rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
127
+ "rev": "8471fe90ad337a8074e957b69ca4d0089218391d",
128
128
  "type": "github"
129
129
  },
130
130
  "original": {
@@ -286,14 +286,14 @@
286
286
  },
287
287
  "nixpkgs-lib": {
288
288
  "locked": {
289
- "lastModified": 1719876945,
290
- "narHash": "sha256-Fm2rDDs86sHy0/1jxTOKB1118Q0O3Uc7EC0iXvXKpbI=",
289
+ "lastModified": 1722555339,
290
+ "narHash": "sha256-uFf2QeW7eAHlYXuDktm9c25OxOyCoUOQmh5SZ9amE5Q=",
291
291
  "type": "tarball",
292
- "url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
292
+ "url": "https://github.com/NixOS/nixpkgs/archive/a5d394176e64ab29c852d03346c1fc9b0b7d33eb.tar.gz"
293
293
  },
294
294
  "original": {
295
295
  "type": "tarball",
296
- "url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
296
+ "url": "https://github.com/NixOS/nixpkgs/archive/a5d394176e64ab29c852d03346c1fc9b0b7d33eb.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": 1720031269,
366
- "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
365
+ "lastModified": 1723175592,
366
+ "narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=",
367
367
  "owner": "NixOS",
368
368
  "repo": "nixpkgs",
369
- "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
369
+ "rev": "5e0ca22929f3342b19569b21b2f3462f053e497b",
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.7.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.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "OpenAPI client for Gopad",
5
5
  "homepage": "https://github.com/gopad/gopad-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 - 20.14",
37
+ "@types/node": "12.11.5 - 20.16",
38
38
  "prettier": "^3.2.5",
39
39
  "typescript": "^4.0 || ^5.0"
40
40
  }