Update hello world
This commit is contained in:
		| @ -178,6 +178,8 @@ async function register ({ | ||||
|     }, 1000) | ||||
|   }) | ||||
|  | ||||
|   // Backward compatibility | ||||
|   if (registerWebSocketRoute) { | ||||
|     registerWebSocketRoute({ | ||||
|       route: '/toto', | ||||
|  | ||||
| @ -187,6 +189,7 @@ async function register ({ | ||||
|         }) | ||||
|       } | ||||
|     }) | ||||
|   } | ||||
| } | ||||
|  | ||||
| async function unregister () { | ||||
|  | ||||
							
								
								
									
										4
									
								
								peertube-plugin-hello-world/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								peertube-plugin-hello-world/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,12 +1,12 @@ | ||||
| { | ||||
|   "name": "peertube-plugin-hello-world", | ||||
|   "version": "0.0.21", | ||||
|   "version": "0.0.22", | ||||
|   "lockfileVersion": 2, | ||||
|   "requires": true, | ||||
|   "packages": { | ||||
|     "": { | ||||
|       "name": "peertube-plugin-hello-world", | ||||
|       "version": "0.0.21", | ||||
|       "version": "0.0.22", | ||||
|       "dependencies": { | ||||
|         "ws": "^8.9.0" | ||||
|       } | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "peertube-plugin-hello-world", | ||||
|   "version": "0.0.21", | ||||
|   "version": "0.0.22", | ||||
|   "description": "Hello world PeerTube plugin example", | ||||
|   "engine": { | ||||
|     "peertube": ">=3.2.0" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user