Skip to content

Commit daaf539

Browse files
committed
chore: Update examples to 0.1.3
1 parent b3c798e commit daaf539

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
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.2.wasm
14-
sha256: f8b59cdd78b35fae157a95c5813cb09b1ebdd9a31acf2d7015465539986ccd2b
13+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
14+
sha256: 287df8f6cc06377d67ad5ba02c9e0f00c585509881434d15ea8bd9fc751a9368
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.1.wasm
72-
sha256: 241c2b00bd96192eaac85f5ba435ced0d510c93f18380751c1dab3ad2fa0cfbc
71+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
72+
sha256: 287df8f6cc06377d67ad5ba02c9e0f00c585509881434d15ea8bd9fc751a9368
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.2.wasm
259-
sha256: f8b59cdd78b35fae157a95c5813cb09b1ebdd9a31acf2d7015465539986ccd2b
258+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
259+
sha256: 287df8f6cc06377d67ad5ba02c9e0f00c585509881434d15ea8bd9fc751a9368
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.2.wasm
280-
sha256: f8b59cdd78b35fae157a95c5813cb09b1ebdd9a31acf2d7015465539986ccd2b
279+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
280+
sha256: 287df8f6cc06377d67ad5ba02c9e0f00c585509881434d15ea8bd9fc751a9368
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.2.wasm
302-
sha256: f8b59cdd78b35fae157a95c5813cb09b1ebdd9a31acf2d7015465539986ccd2b
301+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
302+
sha256: 287df8f6cc06377d67ad5ba02c9e0f00c585509881434d15ea8bd9fc751a9368
303303
sql:
304304
- schema: "schema.sql"
305305
queries: "query.sql"

examples/sqlc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: "2"
22
plugins:
33
- name: ts
44
wasm:
5-
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.2.wasm
6-
sha256: f8b59cdd78b35fae157a95c5813cb09b1ebdd9a31acf2d7015465539986ccd2b
5+
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
6+
sha256: 287df8f6cc06377d67ad5ba02c9e0f00c585509881434d15ea8bd9fc751a9368
77
sql:
88
- schema: "authors/postgresql/schema.sql"
99
queries: "authors/postgresql/query.sql"

0 commit comments

Comments
 (0)