add services/message-delivery-method-web-push/test-send-notification.js
Main daploy / deploy (push) Successful in 48s

This commit is contained in:
2024-11-24 11:51:45 +02:00
parent 89ec27ed23
commit 46c26e28e3
17 changed files with 272 additions and 90 deletions
+95 -3
View File
@@ -34,6 +34,7 @@
"pinia": "^2.2.6",
"pouchdb-browser": "^9.0.0",
"pouchdb-find": "^9.0.0",
"pouchdb-upsert": "^2.2.0",
"primeicons": "^7.0.0",
"primevue": "^4.2.1",
"qr-code-styling": "^1.8.4",
@@ -52,6 +53,7 @@
"@types/md5": "^2.3.5",
"@types/node": "^20.17.6",
"@types/pouchdb-browser": "^6.1.5",
"@types/pouchdb-upsert": "^2.2.9",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/eslint-plugin": "1.1.7",
"@vue/eslint-config-prettier": "^10.1.0",
@@ -2020,6 +2022,16 @@
"@types/pouchdb-find": "*"
}
},
"node_modules/@types/pouchdb-upsert": {
"version": "2.2.9",
"resolved": "https://registry.npmjs.org/@types/pouchdb-upsert/-/pouchdb-upsert-2.2.9.tgz",
"integrity": "sha512-S8K4EGkN8K+xMBRP87eKY6eBM3rJjBEDuMFYK+Kk8WiRGxfwmLQhyI88pu+OA0tMC0pkDWFQbhtFy20grFEDug==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/pouchdb-core": "*"
}
},
"node_modules/@types/tough-cookie": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
@@ -4591,6 +4603,12 @@
"node": ">= 4"
}
},
"node_modules/immediate": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
"license": "MIT"
},
"node_modules/import-fresh": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
@@ -5058,6 +5076,15 @@
"node": ">= 0.8.0"
}
},
"node_modules/lie": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz",
"integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==",
"license": "MIT",
"dependencies": {
"immediate": "~3.0.5"
}
},
"node_modules/lilconfig": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
@@ -6149,6 +6176,18 @@
"pouchdb-utils": "9.0.0"
}
},
"node_modules/pouchdb-adapter-http": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-adapter-http/-/pouchdb-adapter-http-9.0.0.tgz",
"integrity": "sha512-2eL008XeRZkdyp3hMHHOhdIPqK9H6Mn4SLlQvit4zCbqnOFfAswzPjUmHULGMbDUCrQBTu6y82FnV6NHXv9kgw==",
"license": "Apache-2.0",
"dependencies": {
"pouchdb-binary-utils": "9.0.0",
"pouchdb-errors": "9.0.0",
"pouchdb-fetch": "9.0.0",
"pouchdb-utils": "9.0.0"
}
},
"node_modules/pouchdb-binary-utils": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-binary-utils/-/pouchdb-binary-utils-9.0.0.tgz",
@@ -6166,12 +6205,37 @@
"vuvuzela": "1.0.3"
}
},
"node_modules/pouchdb-changes-filter": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-changes-filter/-/pouchdb-changes-filter-9.0.0.tgz",
"integrity": "sha512-ig0fo0WLgIjAniFJ19Uw1Y+oxiypqC+Skhd8BCETRVXOhLBzueRwEQR4thffyo0UayYVqldJfSR5wHSDvEVk/A==",
"license": "Apache-2.0",
"dependencies": {
"pouchdb-errors": "9.0.0",
"pouchdb-selector-core": "9.0.0",
"pouchdb-utils": "9.0.0"
}
},
"node_modules/pouchdb-collate": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-collate/-/pouchdb-collate-9.0.0.tgz",
"integrity": "sha512-TrnEDNZEmIIl+W3xKUO8h+geqVLQ90oZe5ujPkl8myUzpREULWXWQBnV5EzPXVEKDBpJlb8T3I6oy/zdWGQpdA==",
"license": "Apache-2.0"
},
"node_modules/pouchdb-core": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-core/-/pouchdb-core-9.0.0.tgz",
"integrity": "sha512-98SJgs8bqXhr4gMGuOTR8yVeLlMYy797zlOtdlvlXIxIicvocyA8ColhVVhdBXPNOGxT2HwReIMywdIVAgibpg==",
"license": "Apache-2.0",
"dependencies": {
"pouchdb-changes-filter": "9.0.0",
"pouchdb-errors": "9.0.0",
"pouchdb-fetch": "9.0.0",
"pouchdb-merge": "9.0.0",
"pouchdb-utils": "9.0.0",
"uuid": "8.3.2"
}
},
"node_modules/pouchdb-errors": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-errors/-/pouchdb-errors-9.0.0.tgz",
@@ -6222,6 +6286,24 @@
"spark-md5": "3.0.2"
}
},
"node_modules/pouchdb-merge": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-merge/-/pouchdb-merge-9.0.0.tgz",
"integrity": "sha512-Xh+TgOZCkGoZpI589btKf/cTiuQ5CsnPl9YpdW4h0cAPusniN6XNsR62F+/HbL9wirI6XTEPHUrk7MsQbk3S3A==",
"license": "Apache-2.0",
"dependencies": {
"pouchdb-utils": "9.0.0"
}
},
"node_modules/pouchdb-promise": {
"version": "6.4.3",
"resolved": "https://registry.npmjs.org/pouchdb-promise/-/pouchdb-promise-6.4.3.tgz",
"integrity": "sha512-ruJaSFXwzsxRHQfwNHjQfsj58LBOY1RzGzde4PM5CWINZwFjCQAhZwfMrch2o/0oZT6d+Xtt0HTWhq35p3b0qw==",
"license": "Apache-2.0",
"dependencies": {
"lie": "3.1.1"
}
},
"node_modules/pouchdb-selector-core": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-selector-core/-/pouchdb-selector-core-9.0.0.tgz",
@@ -6232,6 +6314,15 @@
"pouchdb-utils": "9.0.0"
}
},
"node_modules/pouchdb-upsert": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/pouchdb-upsert/-/pouchdb-upsert-2.2.0.tgz",
"integrity": "sha512-hZceBqSnBLodlHtsJJdGJP9ZN+OHj3IXj8+YCBoHUPpzgLw04wfIOp+PLYROqyL6BODeYF00VFdiX8iIGcCtUw==",
"license": "Apache-2.0",
"dependencies": {
"pouchdb-promise": "^6.1.2"
}
},
"node_modules/pouchdb-utils": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/pouchdb-utils/-/pouchdb-utils-9.0.0.tgz",
@@ -8284,12 +8375,13 @@
"version": "1.0.0",
"license": "@hereconnect/license",
"dependencies": {
"pouchdb-adapter-http": "^9.0.0",
"pouchdb-core": "^9.0.0",
"web-push": "^3.6.7"
},
"devDependencies": {},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
"node": ">=v20.10.0",
"pnpm": ">=8.15.0"
}
}
}