@gjsify/message-channel 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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/message-channel",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.42",
|
|
4
4
|
"description": "W3C MessageChannel + MessagePort for GJS — EventTarget-based, transport-pluggable. Same surface backs in-process channels (default), the @gjsify/iframe WebKit bridge, and (future) @gjsify/worker_threads cross-process workers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
],
|
|
27
27
|
"scripts": {
|
|
28
28
|
"clear": "rm -rf lib tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo test.gjs.mjs test.node.mjs || exit 0",
|
|
29
|
-
"check": "tsc --noEmit",
|
|
29
|
+
"check": "gjsify tsc --noEmit",
|
|
30
30
|
"build": "gjsify run build:gjsify && gjsify run build:types",
|
|
31
31
|
"build:gjsify": "gjsify build --library 'src/**/*.{ts,js}' --exclude 'src/**/*.spec.{mts,ts}' 'src/test.{mts,ts}'",
|
|
32
|
-
"build:types": "tsc",
|
|
32
|
+
"build:types": "gjsify tsc",
|
|
33
33
|
"build:test": "gjsify run build:test:gjs && gjsify run build:test:node",
|
|
34
34
|
"build:test:gjs": "gjsify build src/test.mts --app gjs --outfile test.gjs.mjs",
|
|
35
35
|
"build:test:browser": "gjsify build src/test.browser.mts --app browser --outfile dist/test.browser.mjs",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"messageport"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@gjsify/cli": "^0.4.
|
|
49
|
-
"@gjsify/unit": "^0.4.
|
|
48
|
+
"@gjsify/cli": "^0.4.42",
|
|
49
|
+
"@gjsify/unit": "^0.4.42",
|
|
50
50
|
"@types/node": "^25.9.1",
|
|
51
51
|
"typescript": "^6.0.3"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@gjsify/dom-events": "^0.4.
|
|
54
|
+
"@gjsify/dom-events": "^0.4.42"
|
|
55
55
|
},
|
|
56
56
|
"license": "MIT",
|
|
57
57
|
"author": "Pascal Garber <pascal@artandcode.studio>",
|