sveltekit-ui 1.0.80 → 1.0.82
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.
|
@@ -254,7 +254,6 @@ export function get_time_full_from_object(val_loc) {
|
|
|
254
254
|
datetime_utc: null,
|
|
255
255
|
content: null,
|
|
256
256
|
}
|
|
257
|
-
console.log("time_full", { val_loc, time_full })
|
|
258
257
|
if (val_loc?.is_null) {
|
|
259
258
|
return time_full
|
|
260
259
|
}
|
|
@@ -314,7 +313,6 @@ export function get_time_full_from_object(val_loc) {
|
|
|
314
313
|
return time_full
|
|
315
314
|
}
|
|
316
315
|
time_full.epoch = Math.floor(date.getTime() / 1000)
|
|
317
|
-
console.log("time_full2", time_full?.timezone)
|
|
318
316
|
let date_formatter = new Intl.DateTimeFormat("en-US", {
|
|
319
317
|
year: "numeric",
|
|
320
318
|
month: "numeric",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sveltekit-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.82",
|
|
4
4
|
"description": "A SvelteKit UI component library for building modern web applications",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@sveltejs/adapter-vercel": "^5.10.3",
|
|
29
|
-
"@sveltejs/kit": "^2.46.
|
|
29
|
+
"@sveltejs/kit": "^2.46.5",
|
|
30
30
|
"@sveltejs/package": "^2.5.4",
|
|
31
31
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
32
32
|
"@vercel/analytics": "^1.5.0",
|
|
@@ -254,7 +254,6 @@ export function get_time_full_from_object(val_loc) {
|
|
|
254
254
|
datetime_utc: null,
|
|
255
255
|
content: null,
|
|
256
256
|
}
|
|
257
|
-
console.log("time_full", { val_loc, time_full })
|
|
258
257
|
if (val_loc?.is_null) {
|
|
259
258
|
return time_full
|
|
260
259
|
}
|
|
@@ -314,7 +313,6 @@ export function get_time_full_from_object(val_loc) {
|
|
|
314
313
|
return time_full
|
|
315
314
|
}
|
|
316
315
|
time_full.epoch = Math.floor(date.getTime() / 1000)
|
|
317
|
-
console.log("time_full2", time_full?.timezone)
|
|
318
316
|
let date_formatter = new Intl.DateTimeFormat("en-US", {
|
|
319
317
|
year: "numeric",
|
|
320
318
|
month: "numeric",
|