@swan-admin/swan-ai-measurements 1.0.7 → 1.0.8

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/constants.js +3 -2
  2. package/package.json +1 -1
package/constants.js CHANGED
@@ -1,5 +1,6 @@
1
- import dotenv from "dotenv";
2
- export const { FILE_UPLOAD_URL } = dotenv.config().parsed;
1
+ // import dotenv from "dotenv";
2
+ // export const { FILE_UPLOAD_URL } = dotenv.config().parsed;
3
+ export const FILE_UPLOAD_URL = "https://9xc8mxwlkj.execute-api.us-east-1.amazonaws.com/staging";
3
4
 
4
5
  export const UPPY_FILE_UPLOAD_ENDPOINT = {
5
6
  UPLOAD_START: "/upload/start",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-admin/swan-ai-measurements",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "provides ai measurement suggestion",
5
5
  "main": "index.js",
6
6
  "type": "module",