mezon-js 2.7.34 → 2.7.35

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/client.ts CHANGED
@@ -1142,7 +1142,7 @@ export class Client {
1142
1142
  filetype: at.filetype,
1143
1143
  id: at.id,
1144
1144
  uploader: at.uploader,
1145
- url: at.uploader
1145
+ url: at.url
1146
1146
  })
1147
1147
  });
1148
1148
  return Promise.resolve(result);
@@ -5132,7 +5132,7 @@ var Client = class {
5132
5132
  filetype: at.filetype,
5133
5133
  id: at.id,
5134
5134
  uploader: at.uploader,
5135
- url: at.uploader
5135
+ url: at.url
5136
5136
  });
5137
5137
  });
5138
5138
  return Promise.resolve(result);
@@ -5103,7 +5103,7 @@ var Client = class {
5103
5103
  filetype: at.filetype,
5104
5104
  id: at.id,
5105
5105
  uploader: at.uploader,
5106
- url: at.uploader
5106
+ url: at.url
5107
5107
  });
5108
5108
  });
5109
5109
  return Promise.resolve(result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.34",
3
+ "version": "2.7.35",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },