wtfai 1.6.3 → 1.6.4

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.
Files changed (2) hide show
  1. package/dist/upload.js +1 -1
  2. package/package.json +1 -1
package/dist/upload.js CHANGED
@@ -134,7 +134,7 @@ class UploadService {
134
134
  key,
135
135
  ...rest
136
136
  });
137
- const res = await fetch(`${this.baseUrl}/cos/signed-url?${searchParams.toString()}`, {
137
+ const res = await fetch(`${this.baseUrl}/workflows/signed-url?${searchParams.toString()}`, {
138
138
  method: 'GET',
139
139
  headers: {
140
140
  'Content-Type': 'application/json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wtfai",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {