@gjsify/tls-native 0.4.20 → 0.4.21
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/tls-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.21",
|
|
4
4
|
"description": "Optional Vala/GObject bridge providing GnuTLS capabilities not exposed by Gio.TlsConnection — OCSP-response parsing (RFC 6960), session resumption data extraction, channel binding (tls-finished bytes for SCRAM-SHA-*). Enhances @gjsify/tls when installed.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/esm/index.js",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@girs/gobject-2.0": "2.88.0-4.0.0-rc.15"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@gjsify/cli": "
|
|
57
|
-
"@gjsify/unit": "
|
|
56
|
+
"@gjsify/cli": "^0.4.21",
|
|
57
|
+
"@gjsify/unit": "^0.4.21",
|
|
58
58
|
"@ts-for-gir/cli": "^4.0.0-rc.15",
|
|
59
59
|
"@types/node": "^25.6.2",
|
|
60
60
|
"typescript": "^6.0.3"
|