@gjsify/tls-native 0.4.40 → 0.4.42
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/tls-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.42",
|
|
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",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
],
|
|
42
42
|
"scripts": {
|
|
43
43
|
"clear": "rm -rf lib build tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo test.gjs.mjs || exit 0",
|
|
44
|
-
"check": "tsc --noEmit",
|
|
44
|
+
"check": "gjsify tsc --noEmit",
|
|
45
45
|
"build": "gjsify run build:gjsify && gjsify run build:types",
|
|
46
46
|
"build:gjsify": "gjsify build --library 'src/ts/**/*.{ts,js}'",
|
|
47
|
-
"build:types": "tsc",
|
|
47
|
+
"build:types": "gjsify tsc",
|
|
48
48
|
"build:test:gjs": "gjsify build src/ts/test.mts --app gjs --outfile test.gjs.mjs",
|
|
49
49
|
"test": "gjsify run build:gjsify && gjsify run build:test:gjs && gjsify run test:gjs",
|
|
50
50
|
"test:gjs": "gjsify run test.gjs.mjs",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@girs/gobject-2.0": "2.88.0-4.0.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@gjsify/cli": "^0.4.
|
|
63
|
-
"@gjsify/unit": "^0.4.
|
|
62
|
+
"@gjsify/cli": "^0.4.42",
|
|
63
|
+
"@gjsify/unit": "^0.4.42",
|
|
64
64
|
"@ts-for-gir/cli": "^4.0.4",
|
|
65
65
|
"@types/node": "^25.9.1",
|
|
66
66
|
"typescript": "^6.0.3"
|