@haniffalab/cherita-react 1.4.0-dev.2025-06-09.09fbcbf5 → 1.4.0-dev.2025-06-09.5492a16c
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.
|
@@ -59,8 +59,9 @@ const persistOptions = {
|
|
|
59
59
|
}
|
|
60
60
|
return false;
|
|
61
61
|
}
|
|
62
|
-
}
|
|
63
|
-
|
|
62
|
+
},
|
|
63
|
+
buster: "1.4.0-dev.2025-06-09.5492a16c" || "0.0.0"
|
|
64
|
+
// @TODO: add maxAge and api version numbers as buster
|
|
64
65
|
};
|
|
65
66
|
const initialDataset = {
|
|
66
67
|
url: null,
|
|
@@ -49,8 +49,9 @@ const persistOptions = {
|
|
|
49
49
|
}
|
|
50
50
|
return false;
|
|
51
51
|
}
|
|
52
|
-
}
|
|
53
|
-
|
|
52
|
+
},
|
|
53
|
+
buster: "1.4.0-dev.2025-06-09.5492a16c" || "0.0.0"
|
|
54
|
+
// @TODO: add maxAge and api version numbers as buster
|
|
54
55
|
};
|
|
55
56
|
const initialDataset = {
|
|
56
57
|
url: null,
|
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.
|
|
3
|
+
"version": "1.4.0-dev.2025-06-09.5492a16c",
|
|
4
4
|
"author": "Haniffa Lab",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"@testing-library/jest-dom": "^6.6.3",
|
|
69
69
|
"@testing-library/react": "^16.2.0",
|
|
70
70
|
"babel-jest": "^29.7.0",
|
|
71
|
+
"babel-plugin-transform-define": "^2.1.4",
|
|
71
72
|
"cpx": "^1.5.0",
|
|
72
73
|
"eslint": "^8.57.1",
|
|
73
74
|
"eslint-config-prettier": "^8.10.0",
|
|
@@ -127,5 +128,5 @@
|
|
|
127
128
|
"url": "https://github.com/haniffalab/cherita-react/issues"
|
|
128
129
|
},
|
|
129
130
|
"homepage": "https://github.com/haniffalab/cherita-react#readme",
|
|
130
|
-
"prereleaseSha": "
|
|
131
|
+
"prereleaseSha": "5492a16cda4208fffd6fd9872eb743223550c084"
|
|
131
132
|
}
|