@utoo/pack 1.1.12 → 1.1.13
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/cjs/binding.d.ts +1 -1
- package/esm/binding.d.ts +1 -1
- package/package.json +9 -9
package/cjs/binding.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface NapiWorkerTermination {
|
|
|
24
24
|
}
|
|
25
25
|
export interface NapiTaskMessage {
|
|
26
26
|
taskId: number
|
|
27
|
-
data:
|
|
27
|
+
data: Buffer
|
|
28
28
|
}
|
|
29
29
|
export declare function recvTaskMessageInWorker(workerId: number): Promise<NapiTaskMessage>
|
|
30
30
|
export declare function sendTaskMessage(message: NapiTaskMessage): Promise<void>
|
package/esm/binding.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface NapiWorkerTermination {
|
|
|
24
24
|
}
|
|
25
25
|
export interface NapiTaskMessage {
|
|
26
26
|
taskId: number
|
|
27
|
-
data:
|
|
27
|
+
data: Buffer
|
|
28
28
|
}
|
|
29
29
|
export declare function recvTaskMessageInWorker(workerId: number): Promise<NapiTaskMessage>
|
|
30
30
|
export declare function sendTaskMessage(message: NapiTaskMessage): Promise<void>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utoo/pack",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.13",
|
|
4
4
|
"main": "cjs/index.js",
|
|
5
5
|
"module": "esm/index.js",
|
|
6
6
|
"types": "esm/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@babel/code-frame": "7.22.5",
|
|
41
41
|
"@swc/helpers": "0.5.15",
|
|
42
|
-
"@utoo/pack-shared": "1.1.
|
|
42
|
+
"@utoo/pack-shared": "1.1.13",
|
|
43
43
|
"@utoo/style-loader": "^1.0.0",
|
|
44
44
|
"domparser-rs": "^0.0.5",
|
|
45
45
|
"find-up": "4.1.0",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
},
|
|
87
87
|
"repository": "git@github.com:utooland/utoo.git",
|
|
88
88
|
"optionalDependencies": {
|
|
89
|
-
"@utoo/pack-darwin-arm64": "1.1.
|
|
90
|
-
"@utoo/pack-darwin-x64": "1.1.
|
|
91
|
-
"@utoo/pack-linux-arm64-gnu": "1.1.
|
|
92
|
-
"@utoo/pack-linux-arm64-musl": "1.1.
|
|
93
|
-
"@utoo/pack-linux-x64-gnu": "1.1.
|
|
94
|
-
"@utoo/pack-linux-x64-musl": "1.1.
|
|
95
|
-
"@utoo/pack-win32-x64-msvc": "1.1.
|
|
89
|
+
"@utoo/pack-darwin-arm64": "1.1.13",
|
|
90
|
+
"@utoo/pack-darwin-x64": "1.1.13",
|
|
91
|
+
"@utoo/pack-linux-arm64-gnu": "1.1.13",
|
|
92
|
+
"@utoo/pack-linux-arm64-musl": "1.1.13",
|
|
93
|
+
"@utoo/pack-linux-x64-gnu": "1.1.13",
|
|
94
|
+
"@utoo/pack-linux-x64-musl": "1.1.13",
|
|
95
|
+
"@utoo/pack-win32-x64-msvc": "1.1.13"
|
|
96
96
|
}
|
|
97
97
|
}
|