@girs/farstream-0.1 0.1.0-3.2.6 → 0.1.0-3.2.7

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/farstream-0.1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Farstream-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
8
+ GJS TypeScript type definitions for Farstream-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
9
9
 
10
10
 
11
11
  ## Install
@@ -123,10 +123,10 @@ export enum StreamDirection {
123
123
  RECV,
124
124
  BOTH,
125
125
  }
126
- export const CODEC_FORMAT: string | null
126
+ export const CODEC_FORMAT: string
127
127
  export const CODEC_ID_ANY: number
128
128
  export const CODEC_ID_DISABLE: number
129
- export const RTP_HEADER_EXTENSION_FORMAT: string | null
129
+ export const RTP_HEADER_EXTENSION_FORMAT: string
130
130
  /**
131
131
  * Copies a GList of #FsCandidate and its contents
132
132
  * @param candidate_list A GList of #FsCandidate
@@ -125,10 +125,10 @@ enum StreamDirection {
125
125
  RECV,
126
126
  BOTH,
127
127
  }
128
- const CODEC_FORMAT: string | null
128
+ const CODEC_FORMAT: string
129
129
  const CODEC_ID_ANY: number
130
130
  const CODEC_ID_DISABLE: number
131
- const RTP_HEADER_EXTENSION_FORMAT: string | null
131
+ const RTP_HEADER_EXTENSION_FORMAT: string
132
132
  /**
133
133
  * Copies a GList of #FsCandidate and its contents
134
134
  * @param candidate_list A GList of #FsCandidate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/farstream-0.1",
3
- "version": "0.1.0-3.2.6",
3
+ "version": "0.1.0-3.2.7",
4
4
  "description": "GJS TypeScript type definitions for Farstream-0.1, generated from library version 0.1.0",
5
5
  "type": "module",
6
6
  "module": "farstream-0.1.js",
@@ -25,12 +25,12 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit farstream-0.1.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gjs": "^3.2.6",
29
- "@girs/glib-2.0": "^2.78.0-3.2.6",
30
- "@girs/gmodule-2.0": "^2.0.0-3.2.6",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.6",
32
- "@girs/gst-0.10": "^0.10.29-3.2.6",
33
- "@girs/libxml2-2.0": "^2.0.0-3.2.6"
28
+ "@girs/gjs": "^3.2.7",
29
+ "@girs/glib-2.0": "^2.78.0-3.2.7",
30
+ "@girs/gmodule-2.0": "^2.0.0-3.2.7",
31
+ "@girs/gobject-2.0": "^2.78.0-3.2.7",
32
+ "@girs/gst-0.10": "^0.10.29-3.2.7",
33
+ "@girs/libxml2-2.0": "^2.0.0-3.2.7"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "*"