@htmlbricks/hb-calendar-appointments 0.62.1 → 0.62.3
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/manifest.json +3 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -208,12 +208,12 @@
|
|
|
208
208
|
"data": {
|
|
209
209
|
"events": [
|
|
210
210
|
{
|
|
211
|
-
"date": "2025-11-
|
|
211
|
+
"date": "2025-11-22T10:35:30.596Z",
|
|
212
212
|
"id": "test",
|
|
213
213
|
"label": "thetest"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
"date": "2025-10-
|
|
216
|
+
"date": "2025-10-31T10:35:30.596Z",
|
|
217
217
|
"id": "test2",
|
|
218
218
|
"label": "thetest start",
|
|
219
219
|
"color": "red"
|
|
@@ -246,5 +246,5 @@
|
|
|
246
246
|
"size": {},
|
|
247
247
|
"iifePath": "main.iife.js",
|
|
248
248
|
"repoName": "@htmlbricks/hb-calendar-appointments",
|
|
249
|
-
"version": "0.62.
|
|
249
|
+
"version": "0.62.3"
|
|
250
250
|
}
|