@bagelink/vue 1.1.8-beta.3 → 1.1.9

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.1.8-beta.3",
4
+ "version": "1.1.9",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -48,4 +48,4 @@ export type DateTimeAcceptedFormats =
48
48
  | CommonTimeFormats
49
49
  | CommonDateTimeFormats
50
50
  // ! | string
51
- // ! no string fallback so that autocomplete works (developers should can always cast to DateTimeAcceptedFormats)
51
+ // ! no string fallback so that autocomplete works (developers should / can always cast to DateTimeAcceptedFormats)