File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.4.16] ( https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.15...v1.4.16 ) (2022-12-02)
2+
3+
4+ ### Bug Fixes
5+
6+ * add data.uid if does not exist ([ 8f82de8] ( https://github.com/CoCreate-app/CoCreate-socket-server/commit/8f82de806d8fe30f5c59abccfd5e5958a2c14018 ) )
7+ * bump dependencies ([ 553a695] ( https://github.com/CoCreate-app/CoCreate-socket-server/commit/553a69586a368310d5b5e6e1f24b4871ae9c90b0 ) )
8+ * renamed module to action ([ 9526e0c] ( https://github.com/CoCreate-app/CoCreate-socket-server/commit/9526e0c3cabfcabf8945615f978a060e690df09d ) )
9+
110## [ 1.4.15] ( https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.14...v1.4.15 ) (2022-11-28)
211
312
Original file line number Diff line number Diff line change 11{
22 "name" : " @cocreate/socket-server" ,
3- "version" : " 1.4.15 " ,
3+ "version" : " 1.4.16 " ,
44 "description" : " CoCreate-socket-server" ,
55 "keywords" : [
66 " cocreate-socket" ,
2020 " html5-framework" ,
2121 " javascript-framework"
2222 ],
23- "publishConfig" : { "access" : " public" },
23+ "publishConfig" : {
24+ "access" : " public"
25+ },
2426 "main" : " ./src/index" ,
2527 "scripts" : {
2628 "demo" : " PORT=5000 node demo/server.js" ,
3739 "url" : " https://github.com/CoCreate-app/CoCreate-socket-server/issues"
3840 },
3941 "homepage" : " https://cocreate.app/docs/CoCreate-socket-server" ,
40- "dependencies" : { "@cocreate/docs" : " ^1.4.10" , "@cocreate/uuid" : " ^1.2.30" },
41- "devDependencies" : { "express" : " ^4.17.1" , "ws" : " 7.5.9" }
42+ "dependencies" : {
43+ "@cocreate/docs" : " ^1.4.10" ,
44+ "@cocreate/uuid" : " ^1.2.30"
45+ },
46+ "devDependencies" : {
47+ "express" : " ^4.17.1" ,
48+ "ws" : " 7.5.9"
49+ }
4250}
You can’t perform that action at this time.
0 commit comments