Skip to content

Commit 31bb2c3

Browse files
committed
chore(adapters): remove fauna (#1148)
1 parent af30be1 commit 31bb2c3

File tree

7 files changed

+8
-786
lines changed

7 files changed

+8
-786
lines changed

package-lock.json

Lines changed: 5 additions & 46 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
"test:app:rebuild": "npm run build && docker-compose -f test/docker/app.yml up -d --build",
1919
"test:app:stop": "docker-compose -f test/docker/app.yml down",
2020
"test": "npm run test:app:rebuild && npm run test:integration && npm run test:app:stop",
21-
"test:db": "npm run test:db:mysql && npm run test:db:postgres && npm run test:db:mongodb && npm run test:db:mssql && npm run test:db:fauna",
21+
"test:db": "npm run test:db:mysql && npm run test:db:postgres && npm run test:db:mongodb && npm run test:db:mssql",
2222
"test:db:mysql": "node test/mysql.js",
2323
"test:db:postgres": "node test/postgres.js",
2424
"test:db:mongodb": "node test/mongodb.js",
2525
"test:db:mssql": "node test/mssql.js",
26-
"test:db:fauna": "node test/fauna.js",
2726
"test:integration": "mocha test/integration",
2827
"db:start": "docker-compose -f test/docker/databases.yml up -d",
2928
"db:stop": "docker-compose -f test/docker/databases.yml down",
@@ -44,7 +43,6 @@
4443
"license": "ISC",
4544
"dependencies": {
4645
"crypto-js": "^4.0.0",
47-
"faunadb": "^3.0.1",
4846
"futoin-hkdf": "^1.3.2",
4947
"jose": "^1.27.2",
5048
"jsonwebtoken": "^8.5.1",

0 commit comments

Comments
 (0)