gopadjs 2.13.0 → 2.14.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 +1 -1
- package/CHANGELOG.md +7 -0
- package/README.md +2 -2
- package/flake.lock +22 -20
- package/openapi.yml +1 -1
- package/package.json +1 -1
package/.github/RELEASE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Mon
|
|
1
|
+
Mon Jul 21 08:21:05 UTC 2025
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.14.0](https://github.com/gopad/gopad-js/compare/v2.13.0...v2.14.0) (2025-07-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency axios to v1.11.0 ([#192](https://github.com/gopad/gopad-js/issues/192)) ([7ded801](https://github.com/gopad/gopad-js/commit/7ded801ed8b195c8a78a5e823ddad29cf683ce77))
|
|
9
|
+
|
|
3
10
|
## [2.13.0](https://github.com/gopad/gopad-js/compare/v2.12.0...v2.13.0) (2025-07-07)
|
|
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.
|
|
9
|
+
- Package version: 2.14.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.
|
|
42
|
+
npm install --save gopadjs@2.14.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":
|
|
45
|
-
"narHash": "sha256-
|
|
44
|
+
"lastModified": 1752456450,
|
|
45
|
+
"narHash": "sha256-WCJCJfpIm8RxrcOVPoarh6iis39y9rAGXoAzvcDYgs4=",
|
|
46
46
|
"owner": "cachix",
|
|
47
47
|
"repo": "devenv",
|
|
48
|
-
"rev": "
|
|
48
|
+
"rev": "e2a9d0dd4cf87a1801c6d9e0d7a57bdd6de26ace",
|
|
49
49
|
"type": "github"
|
|
50
50
|
},
|
|
51
51
|
"original": {
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
114
114
|
},
|
|
115
115
|
"locked": {
|
|
116
|
-
"lastModified":
|
|
117
|
-
"narHash": "sha256-
|
|
116
|
+
"lastModified": 1751413152,
|
|
117
|
+
"narHash": "sha256-Tyw1RjYEsp5scoigs1384gIg6e0GoBVjms4aXFfRssQ=",
|
|
118
118
|
"owner": "hercules-ci",
|
|
119
119
|
"repo": "flake-parts",
|
|
120
|
-
"rev": "
|
|
120
|
+
"rev": "77826244401ea9de6e3bac47c2db46005e1f30b5",
|
|
121
121
|
"type": "github"
|
|
122
122
|
},
|
|
123
123
|
"original": {
|
|
@@ -139,10 +139,11 @@
|
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
141
|
"locked": {
|
|
142
|
-
"lastModified":
|
|
142
|
+
"lastModified": 1750779888,
|
|
143
|
+
"narHash": "sha256-wibppH3g/E2lxU43ZQHC5yA/7kIKLGxVEnsnVK1BtRg=",
|
|
143
144
|
"owner": "cachix",
|
|
144
145
|
"repo": "git-hooks.nix",
|
|
145
|
-
"rev": "
|
|
146
|
+
"rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
|
|
146
147
|
"type": "github"
|
|
147
148
|
},
|
|
148
149
|
"original": {
|
|
@@ -181,6 +182,7 @@
|
|
|
181
182
|
},
|
|
182
183
|
"locked": {
|
|
183
184
|
"lastModified": 1709087332,
|
|
185
|
+
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
|
|
184
186
|
"owner": "hercules-ci",
|
|
185
187
|
"repo": "gitignore.nix",
|
|
186
188
|
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
|
|
@@ -233,11 +235,11 @@
|
|
|
233
235
|
]
|
|
234
236
|
},
|
|
235
237
|
"locked": {
|
|
236
|
-
"lastModified":
|
|
237
|
-
"narHash": "sha256-
|
|
238
|
+
"lastModified": 1752251701,
|
|
239
|
+
"narHash": "sha256-fkkkwB7jz+14ZdIHAYCCNypO9EZDCKpj7LEQZhV6QJs=",
|
|
238
240
|
"owner": "cachix",
|
|
239
241
|
"repo": "nix",
|
|
240
|
-
"rev": "
|
|
242
|
+
"rev": "54df04f09cb084b9e58529c0ae6f53f0e50f1a19",
|
|
241
243
|
"type": "github"
|
|
242
244
|
},
|
|
243
245
|
"original": {
|
|
@@ -265,11 +267,11 @@
|
|
|
265
267
|
},
|
|
266
268
|
"nixpkgs-lib": {
|
|
267
269
|
"locked": {
|
|
268
|
-
"lastModified":
|
|
269
|
-
"narHash": "sha256-
|
|
270
|
+
"lastModified": 1751159883,
|
|
271
|
+
"narHash": "sha256-urW/Ylk9FIfvXfliA1ywh75yszAbiTEVgpPeinFyVZo=",
|
|
270
272
|
"owner": "nix-community",
|
|
271
273
|
"repo": "nixpkgs.lib",
|
|
272
|
-
"rev": "
|
|
274
|
+
"rev": "14a40a1d7fb9afa4739275ac642ed7301a9ba1ab",
|
|
273
275
|
"type": "github"
|
|
274
276
|
},
|
|
275
277
|
"original": {
|
|
@@ -280,11 +282,11 @@
|
|
|
280
282
|
},
|
|
281
283
|
"nixpkgs_2": {
|
|
282
284
|
"locked": {
|
|
283
|
-
"lastModified":
|
|
284
|
-
"narHash": "sha256-
|
|
285
|
+
"lastModified": 1750441195,
|
|
286
|
+
"narHash": "sha256-yke+pm+MdgRb6c0dPt8MgDhv7fcBbdjmv1ZceNTyzKg=",
|
|
285
287
|
"owner": "cachix",
|
|
286
288
|
"repo": "devenv-nixpkgs",
|
|
287
|
-
"rev": "
|
|
289
|
+
"rev": "0ceffe312871b443929ff3006960d29b120dc627",
|
|
288
290
|
"type": "github"
|
|
289
291
|
},
|
|
290
292
|
"original": {
|
|
@@ -312,11 +314,11 @@
|
|
|
312
314
|
},
|
|
313
315
|
"nixpkgs_4": {
|
|
314
316
|
"locked": {
|
|
315
|
-
"lastModified":
|
|
316
|
-
"narHash": "sha256-
|
|
317
|
+
"lastModified": 1751984180,
|
|
318
|
+
"narHash": "sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X+xgOL0=",
|
|
317
319
|
"owner": "NixOS",
|
|
318
320
|
"repo": "nixpkgs",
|
|
319
|
-
"rev": "
|
|
321
|
+
"rev": "9807714d6944a957c2e036f84b0ff8caf9930bc0",
|
|
320
322
|
"type": "github"
|
|
321
323
|
},
|
|
322
324
|
"original": {
|
package/openapi.yml
CHANGED