loon-bulma-react 2024.1.7 → 2024.1.8

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/index.d.cts CHANGED
@@ -2665,7 +2665,7 @@ declare class JSDateTime {
2665
2665
  *
2666
2666
  */
2667
2667
  toFormat(format: string): string;
2668
- /** formating for JSON, return the ISO-string */
2668
+ /** formating for JSON, return the ISO-string. Wordt door `JSON.stringify` */
2669
2669
  private toJSON;
2670
2670
  /** deserialize een JSDateTime, doet hetzelfde als JSDateTime.fromISO.
2671
2671
  * @param jsonStr een string met een ISO-datum
package/dist/index.d.ts CHANGED
@@ -2665,7 +2665,7 @@ declare class JSDateTime {
2665
2665
  *
2666
2666
  */
2667
2667
  toFormat(format: string): string;
2668
- /** formating for JSON, return the ISO-string */
2668
+ /** formating for JSON, return the ISO-string. Wordt door `JSON.stringify` */
2669
2669
  private toJSON;
2670
2670
  /** deserialize een JSDateTime, doet hetzelfde als JSDateTime.fromISO.
2671
2671
  * @param jsonStr een string met een ISO-datum
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
- "version": "2024.1.7",
3
+ "version": "2024.1.8",
4
4
  "description": "Bulma & ReactJS componenten voor Loon Salarissoftware",
5
5
  "author": "timroos1990",
6
6
  "license": "MIT",