Skip to content

Commit fb22789

Browse files
authored
fix: add client types export to deno.json (#7)
2 parents 4c4d0e7 + cff3ce6 commit fb22789

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deno.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@inspatial/cloud",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"exports": {
66
".": "./mod.ts",
77
"./extensions": "./extensions/mod.ts",
88
"./types": "./types.ts",
9-
"./client": "./client/mod.ts"
9+
"./client": "./client/mod.ts",
10+
"./client/types": "./client/client-types.ts"
1011
},
1112
"imports": {
1213
"#/": "./src/",

0 commit comments

Comments
 (0)