@embracesql/client
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@embracesql/client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Connects to EmbraceSQL over HTTP/S from browser and node.", | ||
@@ -13,6 +13,6 @@ "type": "module", | ||
"dependencies": { | ||
"@embracesql/shared": "^0.0.3", | ||
"@embracesql/shared": "^0.0.4", | ||
"cross-fetch": "^4.0.0" | ||
}, | ||
"gitHead": "ce8c43da83ab6e340d337431a8d18e652a127cbd" | ||
"gitHead": "343e5761ee3ff99619a2ba34c18139d0ef6240ad" | ||
} |
import { EmbraceSQLRequest, EmbraceSQLResponse } from "@embracesql/shared"; | ||
import "cross-fetch/polyfill"; | ||
@@ -4,0 +3,0 @@ type EmbraceSQLClientProps = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2631
4
77
+ Added@embracesql/shared@0.0.4(transitive)
- Removed@embracesql/shared@0.0.3(transitive)
Updated@embracesql/shared@^0.0.4