build service
Deploy frontend / frontend (push) Failing after 46s

This commit is contained in:
2024-12-03 11:11:44 +02:00
parent 94bd0a6a62
commit c8b164e7d7
20 changed files with 147 additions and 46 deletions
@@ -2,7 +2,7 @@
"name": "@hereconnect/service-message-delivery-method-web-push",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"main": "dist/server.ts",
"type": "module",
"license": "@hereconnect/license",
"private": true,
@@ -15,6 +15,9 @@
"type": "git",
"url": ""
},
"files": [
"dist/**/*"
],
"bugs": "",
"keywords": [],
"author": {
@@ -32,18 +35,18 @@
},
"dependencies": {
"@hereconnect/couchdb-changes-stream": "workspace:^",
"@hereconnect/types": "^1.0.0",
"pouchdb-adapter-http": "^9.0.0",
"pouchdb-core": "^9.0.0",
"pouchdb-find": "^9.0.0",
"typescript": "~5.6.3",
"web-push": "^3.6.7"
},
"devDependencies": {
"@hereconnect/types": "^1.0.0",
"@types/node": "^20.17.6",
"@types/pouchdb-adapter-http": "^6.1.6",
"@types/pouchdb-core": "^7.0.15",
"@types/pouchdb-find": "^7.3.3",
"@types/web-push": "^3.6.4"
"@types/web-push": "^3.6.4",
"typescript": "~5.6.3"
}
}