react-native-onyx 3.0.63 → 3.0.65

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/OnyxUtils.js CHANGED
@@ -64,8 +64,6 @@ const IDB_STORAGE_ERRORS = [
64
64
  // SQLite errors that indicate storage capacity issues where eviction can help
65
65
  const SQLITE_STORAGE_ERRORS = [
66
66
  'database or disk is full', // Device storage is full
67
- 'disk I/O error', // File system I/O failure, often due to insufficient space or corrupted storage
68
- 'out of memory', // Insufficient RAM or storage space to complete the operation
69
67
  ];
70
68
  const STORAGE_ERRORS = [...IDB_STORAGE_ERRORS, ...SQLITE_STORAGE_ERRORS];
71
69
  // Max number of retries for failed storage operations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "3.0.63",
3
+ "version": "3.0.65",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",
@@ -73,7 +73,7 @@
73
73
  "@vercel/ncc": "0.38.1",
74
74
  "date-fns": "^4.1.0",
75
75
  "eslint": "^9.39.2",
76
- "eslint-config-expensify": "^2.0.102",
76
+ "eslint-config-expensify": "2.0.108",
77
77
  "eslint-config-prettier": "^9.1.0",
78
78
  "eslint-import-resolver-typescript": "^4.4.4",
79
79
  "eslint-plugin-import": "^2.31.0",