@gjsify/worker_threads 0.4.19 → 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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/worker_threads",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.21",
|
|
4
4
|
"description": "Node.js worker_threads module for Gjs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -15,12 +15,13 @@
|
|
|
15
15
|
"lib"
|
|
16
16
|
],
|
|
17
17
|
"scripts": {
|
|
18
|
-
"clear": "rm -rf lib tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo test.gjs.mjs test.node.mjs || exit 0",
|
|
18
|
+
"clear": "rm -rf lib tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo fixtures test.gjs.mjs test.node.mjs || exit 0",
|
|
19
19
|
"check": "tsc --noEmit",
|
|
20
20
|
"build": "gjsify run build:gjsify && gjsify run build:types",
|
|
21
21
|
"build:gjsify": "gjsify build --library 'src/**/*.{ts,js}' --exclude 'src/**/*.spec.{mts,ts}' 'src/test.{mts,ts}'",
|
|
22
22
|
"build:types": "tsc",
|
|
23
|
-
"build:test": "gjsify run build:test:gjs && gjsify run build:test:node",
|
|
23
|
+
"build:test": "gjsify run prebuild:test:fixtures && gjsify run build:test:gjs && gjsify run build:test:node",
|
|
24
|
+
"prebuild:test:fixtures": "mkdir -p fixtures && cp src/fixtures/*.mjs fixtures/",
|
|
24
25
|
"build:test:gjs": "gjsify build src/test.mts --app gjs --outfile test.gjs.mjs",
|
|
25
26
|
"build:test:node": "gjsify build src/test.mts --app node --outfile test.node.mjs",
|
|
26
27
|
"test": "gjsify run build:gjsify && gjsify run build:test && gjsify run test:node && gjsify run test:gjs",
|
|
@@ -33,17 +34,17 @@
|
|
|
33
34
|
"worker_threads"
|
|
34
35
|
],
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"@gjsify/cli": "^0.4.
|
|
37
|
-
"@gjsify/node-globals": "^0.4.
|
|
38
|
-
"@gjsify/unit": "^0.4.
|
|
37
|
+
"@gjsify/cli": "^0.4.21",
|
|
38
|
+
"@gjsify/node-globals": "^0.4.21",
|
|
39
|
+
"@gjsify/unit": "^0.4.21",
|
|
39
40
|
"@types/node": "^25.6.2",
|
|
40
41
|
"typescript": "^6.0.3"
|
|
41
42
|
},
|
|
42
43
|
"dependencies": {
|
|
43
44
|
"@girs/gio-2.0": "2.88.0-4.0.0-rc.15",
|
|
44
45
|
"@girs/glib-2.0": "2.88.0-4.0.0-rc.15",
|
|
45
|
-
"@gjsify/events": "^0.4.
|
|
46
|
-
"@gjsify/message-channel": "^0.4.
|
|
47
|
-
"@gjsify/sab-native": "^0.4.
|
|
46
|
+
"@gjsify/events": "^0.4.21",
|
|
47
|
+
"@gjsify/message-channel": "^0.4.21",
|
|
48
|
+
"@gjsify/sab-native": "^0.4.21"
|
|
48
49
|
}
|
|
49
50
|
}
|