@gradio/client 1.4.0 → 1.5.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @gradio/client
2
2
 
3
+ ## 1.5.1
4
+
5
+ ### Features
6
+
7
+ - [#9118](https://github.com/gradio-app/gradio/pull/9118) [`e1c404d`](https://github.com/gradio-app/gradio/commit/e1c404da1143fb52b659d03e028bdba1badf443d) - setup npm-previews of all packages. Thanks @pngwn!
8
+
9
+ ## 1.5.0
10
+
11
+ ### Features
12
+
13
+ - [#8965](https://github.com/gradio-app/gradio/pull/8965) [`d30432e`](https://github.com/gradio-app/gradio/commit/d30432e9c6d4cc1e5cfd989a1a3ae4aba7e21290) - harden CI. Thanks @pngwn!
14
+
15
+ ### Fixes
16
+
17
+ - [#8847](https://github.com/gradio-app/gradio/pull/8847) [`4d8a473`](https://github.com/gradio-app/gradio/commit/4d8a473632e388a312aee5c705b3c1f79853441b) - fix: wrong named param check for js client. Thanks @freddyaboulton!
18
+
3
19
  ## 1.4.0
4
20
 
5
21
  ### Features
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/client",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "description": "Gradio API client",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,6 +31,11 @@
31
31
  "node": ">=18.0.0"
32
32
  },
33
33
  "main_changeset": true,
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/gradio-app/gradio.git",
37
+ "directory": "client/js"
38
+ },
34
39
  "scripts": {
35
40
  "bundle": "vite build --ssr",
36
41
  "generate_types": "tsc",