@acorex/connectivity 20.6.0-next.23 → 20.6.0-next.25

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/mock/index.d.ts CHANGED
@@ -3646,7 +3646,7 @@ declare const childCountMiddleware: AXPEntityStorageMiddleware;
3646
3646
  * - Converts file IDs back to AXPFileListItem objects for UI display
3647
3647
  *
3648
3648
  * File Status Handling:
3649
- * - 'uploaded'/'remote': Keep existing file ID
3649
+ * - 'uploaded'/'remote'/'editing': Keep existing file ID
3650
3650
  * - 'deleted': Remove from storage, exclude from entity
3651
3651
  * - 'attached'/'uploading': Upload new file
3652
3652
  */
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/connectivity",
3
- "version": "20.6.0-next.23",
3
+ "version": "20.6.0-next.25",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "20.6.0-next.23"
5
+ "@acorex/modules": "20.6.0-next.25"
6
6
  },
7
7
  "sideEffects": false,
8
8
  "module": "fesm2022/acorex-connectivity.mjs",