Skip to content

Commit

Permalink
chore: add typeorm patch to include better-sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Nov 8, 2024
1 parent e88b594 commit 14142f1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions patches/typeorm#0.3.20.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Index: \typeorm\package.json
===================================================================
--- \typeorm\package.json
+++ \typeorm\package.json
@@ -149,9 +149,9 @@
},
"peerDependencies": {
"@google-cloud/spanner": "^5.18.0",
"@sap/hana-client": "^2.12.25",
- "better-sqlite3": "^7.1.2 || ^8.0.0 || ^9.0.0",
+ "better-sqlite3": "^7.1.2 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"hdb-pool": "^0.1.6",
"ioredis": "^5.0.4",
"mongodb": "^5.8.0",
"mssql": "^9.1.1 || ^10.0.1",
@@ -272,9 +272,5 @@
"src/**"
],
"reporter": "json"
}
-
-,"_resolved": ""
-,"_integrity": ""
-,"_from": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.20.tgz"
-}
\ No newline at end of file
+}

0 comments on commit 14142f1

Please sign in to comment.