Skip to content

Commit 68dbb07

Browse files
Add missing ws package
1 parent 7dadc73 commit 68dbb07

File tree

5 files changed

+52
-70
lines changed

5 files changed

+52
-70
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ COPY --from=cln-app-builder /app/apps/backend/dist /app/apps/backend/dist
4444
COPY --from=cln-app-builder /app/apps/backend/package.json /app/apps/backend/package.json
4545

4646
# Copy built code from build stages to '/app' directory
47+
COPY --from=cln-app-builder /app/package.json /app/package-lock.json
4748
COPY --from=cln-app-builder /app/package.json /app/package.json
4849
COPY --from=cln-app-builder /app/node_modules /app/node_modules
4950

apps/backend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cln-application-backend",
3-
"version": "25.07.1",
3+
"version": "25.07.2",
44
"description": "Core lightning application backend",
55
"private": true,
66
"license": "MIT",
@@ -23,7 +23,8 @@
2323
"lnmessage": "0.2.6",
2424
"protobufjs": "7.4.0",
2525
"ts-node": "10.9.1",
26-
"winston": "3.11.0"
26+
"winston": "3.11.0",
27+
"ws": "8.18.3"
2728
},
2829
"devDependencies": {
2930
"@eslint/js": "9.22.0",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cln-application-frontend",
3-
"version": "25.07.1",
3+
"version": "25.07.2",
44
"description": "Core lightning application frontend",
55
"private": true,
66
"license": "MIT",

package-lock.json

Lines changed: 46 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cln-application",
3-
"version": "25.07.1",
3+
"version": "25.07.2",
44
"description": "Core lightning application",
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)