Skip to content

Commit 073a019

Browse files
Fix pub score (#20)
* wider sdk * upd * fix * changelog
1 parent 7855dfc commit 073a019

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.3
2+
- Unlock SDK >= 3.1.0.
3+
14
## 0.0.2
25
- Added interop for the rest of the types in `mod.ts` and others that are visible from it.
36

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ The main scenario is Supabase Edge Functions, but it should also work for other
4242
Note: your filename may differ from the example
4343

4444
5. You can use the function now.
45+
46+
Note that because of the [bug in dart_edge](https://github.com/invertase/dart_edge/issues/50), SDK versions >= 3.1.0 are not actually supported.

example/pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version: 1.0.0
44
publish_to: none
55

66
environment:
7-
# https://github.com/invertase/dart_edge/issues/50
8-
# Tested with 3.0.6, but others should work too
9-
sdk: '>=3.0.0 <3.1.0'
7+
sdk: ^3.0.0
108

119
dependencies:
1210
deno_postgres_interop:

pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ name: deno_postgres_interop
22
description:
33
An interop for js package deno-postgres - PostgreSQL
44
driver that can be used in deno-deploy (supabase edge functions).
5-
version: 0.0.2
5+
version: 0.0.3
66
repository: https://github.com/solid-software/deno_postgres_interop
77

88
environment:
9-
# https://github.com/invertase/dart_edge/issues/50
10-
# Tested with 3.0.6, but others should work too
11-
sdk: '>=3.0.0 <3.1.0'
9+
sdk: ^3.0.0
1210

1311
dependencies:
1412
args: ^2.4.2

0 commit comments

Comments
 (0)