File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.2.4
4
+ fix: fix wrong package name
5
+
3
6
## 0.2.3
4
7
fix: fix missing .d.ts files
5
8
Original file line number Diff line number Diff line change 1
- # ` test -linux-arm-gnueabihf`
1
+ # ` node-unix-socket -linux-arm-gnueabihf`
2
2
3
- This is the ** armv7-unknown-linux-gnueabihf** binary for ` test `
3
+ This is the ** armv7-unknown-linux-gnueabihf** binary for ` node-unix-socket `
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " test -linux-arm-gnueabihf" ,
2
+ "name" : " node-unix-socket -linux-arm-gnueabihf" ,
3
3
"version" : " 0.0.0" ,
4
4
"os" : [
5
5
" linux"
6
6
],
7
7
"cpu" : [
8
8
" arm"
9
9
],
10
- "main" : " test .linux-arm-gnueabihf.node" ,
10
+ "main" : " node-unix-socket .linux-arm-gnueabihf.node" ,
11
11
"files" : [
12
- " test .linux-arm-gnueabihf.node"
12
+ " node-unix-socket .linux-arm-gnueabihf.node"
13
13
],
14
14
"license" : " MIT" ,
15
15
"engines" : {
16
16
"node" : " >= 10"
17
17
}
18
- }
18
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-unix-socket" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"main" : " js/index.js" ,
5
5
"types" : " js/index.d.ts" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments