add db-migrations
Main daploy / deploy (push) Successful in 43s

This commit is contained in:
2024-11-24 23:52:52 +02:00
parent e8dce0cf5e
commit f1eb121b5e
8 changed files with 189 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@hereconnect/db-migrations",
"version": "1.0.0",
"type": "module",
"license": "@hereconnect",
"private": true,
"engines": {
"node": ">=v20.10.0",
"pnpm": ">=8.15.0"
},
"dependencies": {
"migrate": "^2.1.0",
"pouchdb-adapter-http": "^9.0.0",
"pouchdb-core": "^9.0.0",
"pouchdb-fetch": "^9.0.0",
"pouchdb-find": "^9.0.0"
}
}