@damn-dev/cli 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@damn-dev/cli",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "damn.dev — self-hosted workspace OS for human + AI agent collaboration.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://damn.dev",
|
|
@@ -35,11 +35,13 @@
|
|
|
35
35
|
"adm-zip": "^0.5.16",
|
|
36
36
|
"archiver": "^7.0.1",
|
|
37
37
|
"better-auth": "^1.5.4",
|
|
38
|
+
"camoufox-js": "^0.10.2",
|
|
38
39
|
"diff": "^8.0.4",
|
|
39
40
|
"dotenv": "^16.4.0",
|
|
40
41
|
"fastify": "^4.28.1",
|
|
41
42
|
"fastify-plugin": "^5.0.0",
|
|
42
43
|
"grammy": "^1.41.1",
|
|
44
|
+
"playwright-core": "^1.59.1",
|
|
43
45
|
"prisma": "^6.0.0",
|
|
44
46
|
"web-push": "^3.6.7",
|
|
45
47
|
"ws": "^8.18.0",
|
|
@@ -31753,7 +31753,7 @@ var require_package = __commonJS({
|
|
|
31753
31753
|
module2.exports = {
|
|
31754
31754
|
name: "backend",
|
|
31755
31755
|
private: true,
|
|
31756
|
-
version: "0.15.
|
|
31756
|
+
version: "0.15.1",
|
|
31757
31757
|
scripts: {
|
|
31758
31758
|
dev: "tsx watch src/server.ts",
|
|
31759
31759
|
build: "tsc && rm -rf dist/resources && cp -r resources dist/resources",
|