Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 38792f1

Browse files
authored
Update generated code (#46)
1 parent db2155c commit 38792f1

File tree

8 files changed

+3825
-283
lines changed

8 files changed

+3825
-283
lines changed

deno.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userhub/sdk",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"exports": "./src/mod.ts",
55
"lint": {
66
"include": ["src/", "test/deno"],
@@ -11,6 +11,9 @@
1111
"exclude": ["no-explicit-any", "no-empty-interface"]
1212
}
1313
},
14+
"compilerOptions": {
15+
"lib": ["dom", "dom.iterable", "deno.ns"]
16+
},
1417
"publish": {
1518
"include": ["LICENSE", "README.md", "deno.json", "src"]
1619
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userhub/sdk",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "UserHub JavaScript SDK",
55
"license": "MIT",
66
"author": "UserHub (https://userhub.com/)",

0 commit comments

Comments
 (0)