@girs/ecal-2.0 2.0.0-3.2.9 → 2.0.0-3.3.0

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/ecal-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for ECal-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
8
+ GJS TypeScript type definitions for ECal-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
  This package is a client library for evolution calendars.
11
11
 
package/ecal-2.0.d.cts CHANGED
@@ -2765,7 +2765,7 @@ export interface Component {
2765
2765
  * Queries the attendee properties of the calendar component object.
2766
2766
  * Free the returned #GSList with g_slist_free_full (slist, e_cal_component_attendee_free);,
2767
2767
  * when no longer needed.
2768
- * @returns the attendees, as a #GSList of an #ECalComponentAttendee, or %NULL, when none are set
2768
+ * @returns the attendees, as a #GSList of an #ECalComponentAttendee, or %NULL, when none are set
2769
2769
  */
2770
2770
  get_attendees(): ComponentAttendee[] | null
2771
2771
  /**
@@ -2867,7 +2867,7 @@ export interface Component {
2867
2867
  * Queries the list of exception date properties in a calendar component object.
2868
2868
  * Free the returned #GSList with g_slist_free_full (exdates, e_cal_component_datetime_free);,
2869
2869
  * when no longer needed.
2870
- * @returns the list of exception dates, as a #GSList of #ECalComponentDateTime
2870
+ * @returns the list of exception dates, as a #GSList of #ECalComponentDateTime
2871
2871
  */
2872
2872
  get_exdates(): ComponentDateTime[] | null
2873
2873
  /**
package/ecal-2.0.d.ts CHANGED
@@ -2767,7 +2767,7 @@ interface Component {
2767
2767
  * Queries the attendee properties of the calendar component object.
2768
2768
  * Free the returned #GSList with g_slist_free_full (slist, e_cal_component_attendee_free);,
2769
2769
  * when no longer needed.
2770
- * @returns the attendees, as a #GSList of an #ECalComponentAttendee, or %NULL, when none are set
2770
+ * @returns the attendees, as a #GSList of an #ECalComponentAttendee, or %NULL, when none are set
2771
2771
  */
2772
2772
  get_attendees(): ComponentAttendee[] | null
2773
2773
  /**
@@ -2869,7 +2869,7 @@ interface Component {
2869
2869
  * Queries the list of exception date properties in a calendar component object.
2870
2870
  * Free the returned #GSList with g_slist_free_full (exdates, e_cal_component_datetime_free);,
2871
2871
  * when no longer needed.
2872
- * @returns the list of exception dates, as a #GSList of #ECalComponentDateTime
2872
+ * @returns the list of exception dates, as a #GSList of #ECalComponentDateTime
2873
2873
  */
2874
2874
  get_exdates(): ComponentDateTime[] | null
2875
2875
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/ecal-2.0",
3
- "version": "2.0.0-3.2.9",
3
+ "version": "2.0.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for ECal-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "ecal-2.0.js",
@@ -31,16 +31,16 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit ecal-2.0.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/camel-1.2": "^1.2.0-3.2.9",
35
- "@girs/edataserver-1.2": "^1.2.0-3.2.9",
36
- "@girs/gio-2.0": "^2.78.0-3.2.9",
37
- "@girs/gjs": "^3.2.9",
38
- "@girs/glib-2.0": "^2.78.0-3.2.9",
39
- "@girs/gobject-2.0": "^2.78.0-3.2.9",
40
- "@girs/icalglib-3.0": "^3.0.0-3.2.9",
41
- "@girs/json-1.0": "^1.7.1-3.2.9",
42
- "@girs/libxml2-2.0": "^2.0.0-3.2.9",
43
- "@girs/soup-3.0": "^3.4.4-3.2.9"
34
+ "@girs/camel-1.2": "^1.2.0-3.3.0",
35
+ "@girs/edataserver-1.2": "^1.2.0-3.3.0",
36
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
37
+ "@girs/gjs": "^3.3.0",
38
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
39
+ "@girs/gobject-2.0": "^2.78.0-3.3.0",
40
+ "@girs/icalglib-3.0": "^3.0.0-3.3.0",
41
+ "@girs/json-1.0": "^1.7.1-3.3.0",
42
+ "@girs/libxml2-2.0": "^2.0.0-3.3.0",
43
+ "@girs/soup-3.0": "^3.4.4-3.3.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "*"