gopadjs 2.12.0 → 2.13.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 23 08:15:16 UTC 2025
1
+ Mon Jun 30 08:15:21 UTC 2025
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.13.0](https://github.com/gopad/gopad-js/compare/v2.12.0...v2.13.0) (2025-07-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * **deps:** update dependency @types/node to 12.11.5 - 22.16 ([#190](https://github.com/gopad/gopad-js/issues/190)) ([28f3ccd](https://github.com/gopad/gopad-js/commit/28f3ccd0647f3fe3e5469612466e79a40e61dc07))
9
+
3
10
  ## [2.12.0](https://github.com/gopad/gopad-js/compare/v2.11.0...v2.12.0) (2025-06-30)
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: 2.12.0
9
+ - Package version: 2.13.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.12.0
42
+ npm install --save gopadjs@2.13.0
43
43
  ```
44
44
 
45
45
  ### Installation with Git
package/flake.lock CHANGED
@@ -41,11 +41,11 @@
41
41
  "nixpkgs": "nixpkgs_2"
42
42
  },
43
43
  "locked": {
44
- "lastModified": 1750615580,
45
- "narHash": "sha256-8ucRXBCG5vA1nHCH1agRDBZaiuPKuqb/RsPxQEsHeVk=",
44
+ "lastModified": 1751047748,
45
+ "narHash": "sha256-KaS77WfbcLkLdqzeWP7GMgU5LltjOyjVxSzRhZbxPCc=",
46
46
  "owner": "cachix",
47
47
  "repo": "devenv",
48
- "rev": "e5dfaa34eed24f1ec79e99624666b15f51c4be97",
48
+ "rev": "0350732a6725a550e4d2d69070774480dce86620",
49
49
  "type": "github"
50
50
  },
51
51
  "original": {
@@ -158,11 +158,11 @@
158
158
  "nixpkgs": "nixpkgs_3"
159
159
  },
160
160
  "locked": {
161
- "lastModified": 1749636823,
162
- "narHash": "sha256-WUaIlOlPLyPgz9be7fqWJA5iG6rHcGRtLERSCfUDne4=",
161
+ "lastModified": 1750779888,
162
+ "narHash": "sha256-wibppH3g/E2lxU43ZQHC5yA/7kIKLGxVEnsnVK1BtRg=",
163
163
  "owner": "cachix",
164
164
  "repo": "git-hooks.nix",
165
- "rev": "623c56286de5a3193aa38891a6991b28f9bab056",
165
+ "rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
166
166
  "type": "github"
167
167
  },
168
168
  "original": {
@@ -233,11 +233,11 @@
233
233
  ]
234
234
  },
235
235
  "locked": {
236
- "lastModified": 1750117611,
237
- "narHash": "sha256-LTwASICtyN3AjzlF9l2ZNAIVZqclio3yRcwwZy3QSJA=",
236
+ "lastModified": 1750955511,
237
+ "narHash": "sha256-IDB/oh/P63ZTdhgSkey2LZHzeNhCdoKk+4j7AaPe1SE=",
238
238
  "owner": "cachix",
239
239
  "repo": "nix",
240
- "rev": "9e4fc95c388e2223d47da865503dee20d179776a",
240
+ "rev": "afa41b08df4f67b8d77a8034b037ac28c71c77df",
241
241
  "type": "github"
242
242
  },
243
243
  "original": {
@@ -312,11 +312,11 @@
312
312
  },
313
313
  "nixpkgs_4": {
314
314
  "locked": {
315
- "lastModified": 1750506804,
316
- "narHash": "sha256-VLFNc4egNjovYVxDGyBYTrvVCgDYgENp5bVi9fPTDYc=",
315
+ "lastModified": 1751011381,
316
+ "narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=",
317
317
  "owner": "NixOS",
318
318
  "repo": "nixpkgs",
319
- "rev": "4206c4cb56751df534751b058295ea61357bbbaa",
319
+ "rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7",
320
320
  "type": "github"
321
321
  },
322
322
  "original": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: gopadjs
3
- npmVersion: 2.12.0
3
+ npmVersion: 2.13.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.12.0",
3
+ "version": "2.13.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 - 22.15",
37
+ "@types/node": "12.11.5 - 22.16",
38
38
  "prettier": "^3.2.5",
39
39
  "typescript": "^4.0 || ^5.0"
40
40
  }