Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dankochetov authored Aug 6, 2023
2 parents aae371a + a130f77 commit ddb1408
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 254 deletions.
2 changes: 1 addition & 1 deletion examples/libsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ TypeScript client library] to connect. Run this command to generate a new
non-expiring token:

```bash
turso db tokens create drizzle-example -e none
turso db tokens create drizzle-example
```

Add a new line to .env and add the value to a new variable called
Expand Down
14 changes: 7 additions & 7 deletions examples/libsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"author": "Drizzle Team",
"dependencies": {
"@hono/node-server": "^0.5.0",
"@hono/zod-validator": "^0.1.2",
"@libsql/client": "^0.1.1",
"@hono/node-server": "^1.1.0",
"@hono/zod-validator": "^0.1.3",
"@libsql/client": "^0.3.0",
"drizzle-orm": "latest",
"hono": "^3.1.5",
"hono": "^3.3.1",
"sqlite3": "^5.1.6",
"ws": "^8.13.0",
"znv": "^0.3.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"drizzle-kit": "db-push",
"drizzle-zod": "latest",
"tsx": "^3.12.6",
"typescript": "^5.0.4"
"tsx": "^3.12.7",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit ddb1408

Please sign in to comment.