File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
node_modules
5
5
npm-debug.log *
6
6
package-lock.json
7
+ /docs
8
+ /spec
7
9
8
10
# Editors
9
11
.idea
Original file line number Diff line number Diff line change
1
+ ## 1.1.1
2
+
3
+ * No user-visible changes.
4
+
1
5
## 1.1.0
2
6
3
7
* Add ` SyncMessagePort.receiveMessageIfAvailable() ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sync-message-port" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " A Node.js communication port that can pass messages synchronously between workers" ,
5
5
"repository" : " sass/sync-message-port" ,
6
6
"author" : " Google Inc." ,
23
23
"check:tsc" : " tsc --noEmit" ,
24
24
"clean" : " gts clean" ,
25
25
"compile" : " tsc -p tsconfig.build.json" ,
26
+ "doc" : " typedoc lib/index.ts" ,
26
27
"fix" : " gts fix" ,
27
28
"test" : " jest"
28
29
},
35
36
"npm-run-all" : " ^4.1.5" ,
36
37
"ts-jest" : " ^29.0.5" ,
37
38
"ts-node" : " ^10.2.1" ,
39
+ "typedoc" : " ^0.26.11" ,
38
40
"typescript" : " ^5.0.2"
39
41
}
40
42
}
You can’t perform that action at this time.
0 commit comments