Skip to content

Commit 3de9804

Browse files
committed
Update SDK
1 parent f308e99 commit 3de9804

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const extension = new Extension()
4545
return 'Done.'
4646
},
4747
])
48-
.setBootstrap(loop)
48+
.on('boot', loop)
4949

5050
function loop() {
5151
const lights = []

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Virtual Lights",
99
"sdk": {
1010
"name": "nodejs",
11-
"version": "2.13.2"
11+
"version": "2.14.0"
1212
},
1313
"softwareVersion": null,
1414
"website": null

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"talkops": "^2.13.2"
3+
"talkops": "^2.14.0"
44
}
55
}

0 commit comments

Comments
 (0)