Skip to content

Commit aeadae0

Browse files
committed
3.4.0-beta.3
1 parent 4a1e7fa commit aeadae0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snap-camera-server",
3-
"version": "3.4.0-beta.2",
3+
"version": "3.4.0-beta.3",
44
"description": "Host your own Snap Camera private server",
55
"keywords": [
66
"snapchat",
@@ -11,6 +11,9 @@
1111
"docker"
1212
],
1313
"type": "module",
14+
"engines": {
15+
"node": ">=18.17"
16+
},
1417
"main": "server.js",
1518
"scripts": {
1619
"test": "echo \"Error: no test specified\" && exit 1"
@@ -25,7 +28,7 @@
2528
},
2629
"license": "MIT",
2730
"dependencies": {
28-
"@ptrumpis/snap-camerakit-bridge": "0.0.1-alpha",
31+
"@ptrumpis/snap-camerakit-bridge": "0.0.1",
2932
"@ptrumpis/snap-lens-file-extractor": "~1.1.0",
3033
"@ptrumpis/snap-lens-web-crawler": "~1.0.0",
3134
"db-migrate": "1.0.0-beta.29",
@@ -41,4 +44,4 @@
4144
"wayback.js": "~0.2.0",
4245
"yaml": "~2.7.0"
4346
}
44-
}
47+
}

0 commit comments

Comments
 (0)