Skip to content

Commit

Permalink
feat: temporally point to our spanner fork (#15)
Browse files Browse the repository at this point in the history
* feat: temporally point to our spanner fork

* fix: udpated version
  • Loading branch information
javierdelafuentesales authored Feb 22, 2024
1 parent d50246d commit 6e9df92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@streamyard/typeorm",
"private": true,
"version": "0.3.16-5-beta",
"version": "0.3.16-5-beta2",
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB, Spanner databases.",
"license": "MIT",
"readmeFilename": "README.md",
Expand Down Expand Up @@ -143,7 +143,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@google-cloud/spanner": "^5.18.0",
"@streamyard/spanner": "^5.18.0",
"@sap/hana-client": "^2.12.25",
"better-sqlite3": "^7.1.2 || ^8.0.0",
"hdb-pool": "^0.1.6",
Expand All @@ -162,7 +162,7 @@
"typeorm-aurora-data-api-driver": "^2.0.0"
},
"peerDependenciesMeta": {
"@google-cloud/spanner": {
"@streamyard/spanner": {
"optional": true
},
"@sap/hana-client": {
Expand Down

0 comments on commit 6e9df92

Please sign in to comment.