@jsenv/navi 0.27.16 → 0.27.17
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/jsenv_navi.js +3 -0
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -5729,6 +5729,9 @@ const NO_LOCAL_STORAGE = [() => undefined, () => {}, () => {}];
|
|
|
5729
5729
|
const localStorageTypeMap = {
|
|
5730
5730
|
float: "number",
|
|
5731
5731
|
integer: "number",
|
|
5732
|
+
minute: "number",
|
|
5733
|
+
hour: "number",
|
|
5734
|
+
second: "number",
|
|
5732
5735
|
ratio: "number",
|
|
5733
5736
|
longitude: "number",
|
|
5734
5737
|
latitude: "number",
|