@sparkstudio/storage-ui 1.0.23 → 1.0.26

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/dist/index.cjs CHANGED
@@ -1261,8 +1261,8 @@ function HomeContent() {
1261
1261
  /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1262
1262
  ContainerUploadPanel,
1263
1263
  {
1264
- containerApiBaseUrl: "https://lf9zyufpuk.execute-api.us-east-2.amazonaws.com/Prod",
1265
- storageApiBaseUrl: "https://iq0gmcn0pd.execute-api.us-east-2.amazonaws.com/Prod"
1264
+ containerApiBaseUrl: "https://localhost:5001",
1265
+ storageApiBaseUrl: "https://localhost:5001"
1266
1266
  }
1267
1267
  )
1268
1268
  ] })
package/dist/index.js CHANGED
@@ -1233,8 +1233,8 @@ function HomeContent() {
1233
1233
  /* @__PURE__ */ jsx7(
1234
1234
  ContainerUploadPanel,
1235
1235
  {
1236
- containerApiBaseUrl: "https://lf9zyufpuk.execute-api.us-east-2.amazonaws.com/Prod",
1237
- storageApiBaseUrl: "https://iq0gmcn0pd.execute-api.us-east-2.amazonaws.com/Prod"
1236
+ containerApiBaseUrl: "https://localhost:5001",
1237
+ storageApiBaseUrl: "https://localhost:5001"
1238
1238
  }
1239
1239
  )
1240
1240
  ] })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkstudio/storage-ui",
3
- "version": "1.0.23",
3
+ "version": "1.0.26",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",