File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.6.9] ( https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.8...v1.6.9 ) (2023-01-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([ 87377cd] ( https://github.com/CoCreate-app/CoCreate-socket-server/commit/87377cdc0d7dbe4ea7791ae8d0a97a681e20be0d ) )
7
+
1
8
## [ 1.6.8] ( https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.7...v1.6.8 ) (2023-01-29)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/socket-server" ,
3
- "version" : " 1.6.8 " ,
3
+ "version" : " 1.6.9 " ,
4
4
"description" : " CoCreate-socket-server" ,
5
5
"keywords" : [
6
6
" cocreate-socket" ,
20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"main" : " ./src/index" ,
25
27
"scripts" : {
26
28
"demo" : " PORT=5000 node demo/server.js" ,
37
39
"url" : " https://github.com/CoCreate-app/CoCreate-socket-server/issues"
38
40
},
39
41
"homepage" : " https://cocreate.app/docs/CoCreate-socket-server" ,
40
- "dependencies" : { "@cocreate/docs" : " ^1.5.11" , "@cocreate/uuid" : " ^1.2.59" },
41
- "devDependencies" : { "express" : " ^4.17.1" , "ws" : " 7.5.9" }
42
+ "dependencies" : {
43
+ "@cocreate/docs" : " ^1.5.11" ,
44
+ "@cocreate/uuid" : " ^1.2.59"
45
+ },
46
+ "devDependencies" : {
47
+ "express" : " ^4.17.1" ,
48
+ "ws" : " 7.5.9"
49
+ }
42
50
}
You can’t perform that action at this time.
0 commit comments