@girs/gcr-3 3.41.0-3.2.2 → 3.41.0-3.2.4
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gcr-3, generated from library version 3.41.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Gcr-3, generated from library version 3.41.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.4.
|
|
9
9
|
|
|
10
10
|
A library for bits of crypto UI and parsing
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gcr-3",
|
|
3
|
-
"version": "3.41.0-3.2.
|
|
3
|
+
"version": "3.41.0-3.2.4",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gcr-3, generated from library version 3.41.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gcr-3.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gcr-3.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/gck-1": "^1.0.0-3.2.
|
|
29
|
-
"@girs/gio-2.0": "^2.
|
|
30
|
-
"@girs/gjs": "^3.2.
|
|
31
|
-
"@girs/glib-2.0": "^2.
|
|
32
|
-
"@girs/gobject-2.0": "^2.
|
|
28
|
+
"@girs/gck-1": "^1.0.0-3.2.4",
|
|
29
|
+
"@girs/gio-2.0": "^2.78.0-3.2.4",
|
|
30
|
+
"@girs/gjs": "^3.2.4",
|
|
31
|
+
"@girs/glib-2.0": "^2.78.0-3.2.4",
|
|
32
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "*"
|