@swan-admin/swan-ai-measurements 1.0.45 → 1.0.46

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/fileUpload.js +1 -1
  2. package/package.json +1 -1
package/fileUpload.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import AwsS3Multipart from "@uppy/aws-s3-multipart";
2
2
  import Uppy from "@uppy/core";
3
3
  import { REQUIRED_MESSAGE, REQUIRED_MESSAGE_FOR_META_DATA, UPPY_FILE_UPLOAD_ENDPOINT } from "./constants.js";
4
- import { checkParameters, fetchData } from "./utils.js";
4
+ import { checkMetaDataValue, checkParameters, fetchData } from "./utils.js";
5
5
 
6
6
  export default class FileUpload {
7
7
  #uppyIns;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-admin/swan-ai-measurements",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "provides ai measurement suggestion",
5
5
  "main": "index.js",
6
6
  "type": "module",