Skip to content

Commit 9867e64

Browse files
authored
Update README.md
1 parent 4b25f68 commit 9867e64

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ version: '2'
1010
plugins:
1111
- name: ts
1212
wasm:
13-
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
14-
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
13+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.1.wasm
14+
sha256: 241c2b00bd96192eaac85f5ba435ced0d510c93f18380751c1dab3ad2fa0cfbc
1515
sql:
1616
- schema: "schema.sql"
1717
queries: "query.sql"
@@ -68,8 +68,8 @@ cloud:
6868
plugins:
6969
- name: ts
7070
wasm:
71-
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
72-
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
71+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.1.wasm
72+
sha256: 241c2b00bd96192eaac85f5ba435ced0d510c93f18380751c1dab3ad2fa0cfbc
7373
sql:
7474
- engine: "postgresql"
7575
queries: "query.sql"
@@ -255,8 +255,8 @@ version: '2'
255255
plugins:
256256
- name: ts
257257
wasm:
258-
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
259-
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
258+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.1.wasm
259+
sha256: 241c2b00bd96192eaac85f5ba435ced0d510c93f18380751c1dab3ad2fa0cfbc
260260
sql:
261261
- schema: "schema.sql"
262262
queries: "query.sql"
@@ -276,8 +276,8 @@ version: '2'
276276
plugins:
277277
- name: ts
278278
wasm:
279-
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
280-
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
279+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.1.wasm
280+
sha256: 241c2b00bd96192eaac85f5ba435ced0d510c93f18380751c1dab3ad2fa0cfbc
281281
sql:
282282
- schema: "schema.sql"
283283
queries: "query.sql"
@@ -298,8 +298,8 @@ version: '2'
298298
plugins:
299299
- name: ts
300300
wasm:
301-
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
302-
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
301+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.1.wasm
302+
sha256: 241c2b00bd96192eaac85f5ba435ced0d510c93f18380751c1dab3ad2fa0cfbc
303303
sql:
304304
- schema: "schema.sql"
305305
queries: "query.sql"
@@ -310,4 +310,4 @@ sql:
310310
options:
311311
runtime: node
312312
driver: mysql2 # npm package name
313-
```
313+
```

0 commit comments

Comments
 (0)