@haniffalab/cherita-react 1.4.3-dev.2025-10-29.badeedfa → 1.4.3-dev.2025-10-29.51357614
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.
|
@@ -173,7 +173,7 @@ function SettingsProvider(_ref2) {
|
|
|
173
173
|
|
|
174
174
|
// If the buster is not set or does not match the current package version,
|
|
175
175
|
// reset localSettings to avoid stale data
|
|
176
|
-
if (!buster || buster !== "1.4.3-dev.2025-10-29.
|
|
176
|
+
if (!buster || buster !== "1.4.3-dev.2025-10-29.51357614") {
|
|
177
177
|
localSettings = {};
|
|
178
178
|
}
|
|
179
179
|
const initSettings = (0, _react.useRef)(initializer({
|
|
@@ -198,7 +198,7 @@ function SettingsProvider(_ref2) {
|
|
|
198
198
|
if (canOverrideSettings && settings) {
|
|
199
199
|
try {
|
|
200
200
|
localStorage.setItem(DATASET_STORAGE_KEY, JSON.stringify(_objectSpread({
|
|
201
|
-
buster: "1.4.3-dev.2025-10-29.
|
|
201
|
+
buster: "1.4.3-dev.2025-10-29.51357614" || '0.0.0',
|
|
202
202
|
timestamp: Date.now()
|
|
203
203
|
}, _lodash.default.omit(settings, 'data'))));
|
|
204
204
|
} catch (err) {
|
|
@@ -163,7 +163,7 @@ export function SettingsProvider(_ref2) {
|
|
|
163
163
|
|
|
164
164
|
// If the buster is not set or does not match the current package version,
|
|
165
165
|
// reset localSettings to avoid stale data
|
|
166
|
-
if (!buster || buster !== "1.4.3-dev.2025-10-29.
|
|
166
|
+
if (!buster || buster !== "1.4.3-dev.2025-10-29.51357614") {
|
|
167
167
|
localSettings = {};
|
|
168
168
|
}
|
|
169
169
|
const initSettings = useRef(initializer({
|
|
@@ -188,7 +188,7 @@ export function SettingsProvider(_ref2) {
|
|
|
188
188
|
if (canOverrideSettings && settings) {
|
|
189
189
|
try {
|
|
190
190
|
localStorage.setItem(DATASET_STORAGE_KEY, JSON.stringify(_objectSpread({
|
|
191
|
-
buster: "1.4.3-dev.2025-10-29.
|
|
191
|
+
buster: "1.4.3-dev.2025-10-29.51357614" || '0.0.0',
|
|
192
192
|
timestamp: Date.now()
|
|
193
193
|
}, _.omit(settings, 'data'))));
|
|
194
194
|
} catch (err) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haniffalab/cherita-react",
|
|
3
|
-
"version": "1.4.3-dev.2025-10-29.
|
|
3
|
+
"version": "1.4.3-dev.2025-10-29.51357614",
|
|
4
4
|
"author": "Haniffa Lab",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -140,5 +140,5 @@
|
|
|
140
140
|
"url": "https://github.com/haniffalab/cherita-react/issues"
|
|
141
141
|
},
|
|
142
142
|
"homepage": "https://github.com/haniffalab/cherita-react#readme",
|
|
143
|
-
"prereleaseSha": "
|
|
143
|
+
"prereleaseSha": "51357614aa70b56794e084e856f6a8b60180fd45"
|
|
144
144
|
}
|