@haniffalab/cherita-react 1.4.0-dev.2025-06-09.7cd38232 → 1.4.0

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.
@@ -60,7 +60,7 @@ const persistOptions = {
60
60
  return false;
61
61
  }
62
62
  },
63
- buster: "1.4.0-dev.2025-06-09.7cd38232" || "0.0.0"
63
+ buster: "1.4.0" || "0.0.0"
64
64
  // @TODO: add maxAge and api version numbers as buster
65
65
  };
66
66
  const initialDataset = {
@@ -50,7 +50,7 @@ const persistOptions = {
50
50
  return false;
51
51
  }
52
52
  },
53
- buster: "1.4.0-dev.2025-06-09.7cd38232" || "0.0.0"
53
+ buster: "1.4.0" || "0.0.0"
54
54
  // @TODO: add maxAge and api version numbers as buster
55
55
  };
56
56
  const initialDataset = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haniffalab/cherita-react",
3
- "version": "1.4.0-dev.2025-06-09.7cd38232",
3
+ "version": "1.4.0",
4
4
  "author": "Haniffa Lab",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -127,6 +127,5 @@
127
127
  "bugs": {
128
128
  "url": "https://github.com/haniffalab/cherita-react/issues"
129
129
  },
130
- "homepage": "https://github.com/haniffalab/cherita-react#readme",
131
- "prereleaseSha": "7cd382328af1f50698b9685b997517b3dcbe991a"
132
- }
130
+ "homepage": "https://github.com/haniffalab/cherita-react#readme"
131
+ }