@girs/grl-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/grl-0.1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Grl-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 Grl-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
package/grl-0.1.d.cts CHANGED
@@ -121,27 +121,27 @@ export enum SupportedOps {
121
121
  MEDIA_FROM_URI,
122
122
  NOTIFY_CHANGE,
123
123
  }
124
- export const CONFIG_KEY_APIKEY: string | null
125
- export const CONFIG_KEY_APIKEY_BLOB: string | null
126
- export const CONFIG_KEY_APISECRET: string | null
127
- export const CONFIG_KEY_APITOKEN: string | null
128
- export const CONFIG_KEY_PASSWORD: string | null
129
- export const CONFIG_KEY_PLUGIN: string | null
130
- export const CONFIG_KEY_SOURCE: string | null
131
- export const CONFIG_KEY_USERNAME: string | null
132
- export const KEYID_FORMAT: string | null
133
- export const MEDIA_PLUGIN_AUTHOR: string | null
134
- export const MEDIA_PLUGIN_DESCRIPTION: string | null
135
- export const MEDIA_PLUGIN_LICENSE: string | null
136
- export const MEDIA_PLUGIN_NAME: string | null
137
- export const MEDIA_PLUGIN_SITE: string | null
138
- export const MEDIA_PLUGIN_VERSION: string | null
124
+ export const CONFIG_KEY_APIKEY: string
125
+ export const CONFIG_KEY_APIKEY_BLOB: string
126
+ export const CONFIG_KEY_APISECRET: string
127
+ export const CONFIG_KEY_APITOKEN: string
128
+ export const CONFIG_KEY_PASSWORD: string
129
+ export const CONFIG_KEY_PLUGIN: string
130
+ export const CONFIG_KEY_SOURCE: string
131
+ export const CONFIG_KEY_USERNAME: string
132
+ export const KEYID_FORMAT: string
133
+ export const MEDIA_PLUGIN_AUTHOR: string
134
+ export const MEDIA_PLUGIN_DESCRIPTION: string
135
+ export const MEDIA_PLUGIN_LICENSE: string
136
+ export const MEDIA_PLUGIN_NAME: string
137
+ export const MEDIA_PLUGIN_SITE: string
138
+ export const MEDIA_PLUGIN_VERSION: string
139
139
  export const METADATA_KEY_CHILDCOUNT_UNKNOWN: number
140
140
  export const PADDING: number
141
141
  export const PADDING_SMALL: number
142
- export const PLUGIN_LIST_VAR: string | null
143
- export const PLUGIN_PATH_VAR: string | null
144
- export const PLUGIN_RANKS_VAR: string | null
142
+ export const PLUGIN_LIST_VAR: string
143
+ export const PLUGIN_PATH_VAR: string
144
+ export const PLUGIN_RANKS_VAR: string
145
145
  export const SOURCE_REMAINING_UNKNOWN: number
146
146
  /**
147
147
  * Initializes the Grilo library
package/grl-0.1.d.ts CHANGED
@@ -123,27 +123,27 @@ enum SupportedOps {
123
123
  MEDIA_FROM_URI,
124
124
  NOTIFY_CHANGE,
125
125
  }
126
- const CONFIG_KEY_APIKEY: string | null
127
- const CONFIG_KEY_APIKEY_BLOB: string | null
128
- const CONFIG_KEY_APISECRET: string | null
129
- const CONFIG_KEY_APITOKEN: string | null
130
- const CONFIG_KEY_PASSWORD: string | null
131
- const CONFIG_KEY_PLUGIN: string | null
132
- const CONFIG_KEY_SOURCE: string | null
133
- const CONFIG_KEY_USERNAME: string | null
134
- const KEYID_FORMAT: string | null
135
- const MEDIA_PLUGIN_AUTHOR: string | null
136
- const MEDIA_PLUGIN_DESCRIPTION: string | null
137
- const MEDIA_PLUGIN_LICENSE: string | null
138
- const MEDIA_PLUGIN_NAME: string | null
139
- const MEDIA_PLUGIN_SITE: string | null
140
- const MEDIA_PLUGIN_VERSION: string | null
126
+ const CONFIG_KEY_APIKEY: string
127
+ const CONFIG_KEY_APIKEY_BLOB: string
128
+ const CONFIG_KEY_APISECRET: string
129
+ const CONFIG_KEY_APITOKEN: string
130
+ const CONFIG_KEY_PASSWORD: string
131
+ const CONFIG_KEY_PLUGIN: string
132
+ const CONFIG_KEY_SOURCE: string
133
+ const CONFIG_KEY_USERNAME: string
134
+ const KEYID_FORMAT: string
135
+ const MEDIA_PLUGIN_AUTHOR: string
136
+ const MEDIA_PLUGIN_DESCRIPTION: string
137
+ const MEDIA_PLUGIN_LICENSE: string
138
+ const MEDIA_PLUGIN_NAME: string
139
+ const MEDIA_PLUGIN_SITE: string
140
+ const MEDIA_PLUGIN_VERSION: string
141
141
  const METADATA_KEY_CHILDCOUNT_UNKNOWN: number
142
142
  const PADDING: number
143
143
  const PADDING_SMALL: number
144
- const PLUGIN_LIST_VAR: string | null
145
- const PLUGIN_PATH_VAR: string | null
146
- const PLUGIN_RANKS_VAR: string | null
144
+ const PLUGIN_LIST_VAR: string
145
+ const PLUGIN_PATH_VAR: string
146
+ const PLUGIN_RANKS_VAR: string
147
147
  const SOURCE_REMAINING_UNKNOWN: number
148
148
  /**
149
149
  * Initializes the Grilo library
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/grl-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 Grl-0.1, generated from library version 0.1.0",
5
5
  "type": "module",
6
6
  "module": "grl-0.1.js",
@@ -25,10 +25,10 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grl-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"
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
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"