Skip to content

Commit

Permalink
Release auth-core and auth-remix v0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Mar 25, 2024
1 parent 8ea7932 commit 1ef71a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/auth-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-core",
"description": "Core helper library for the EdgeDB Auth extension",
"version": "0.1.0",
"version": "0.2.0-beta.1",
"author": "EdgeDB <info@edgedb.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.8.4",
"edgedb": "^1.3.6",
"edgedb": "^1.4.0",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-remix/package.json
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-remix",
"description": "Helper library to integrate the EdgeDB Auth extension with Remix",
"version": "0.1.0",
"version": "0.2.0-beta.1",
"author": "EdgeDB <info@edgedb.com>",
"type": "module",
"repository": {
Expand All @@ -20,14 +20,14 @@
},
"devDependencies": {
"@types/node": "^20.8.4",
"edgedb": "^1.3.6",
"edgedb": "^1.4.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"edgedb": "^1.3.6"
},
"dependencies": {
"@edgedb/auth-core": "^0.1.0",
"@edgedb/auth-core": "^0.2.0-beta.1",
"@remix-run/server-runtime": "^2.3.1",
"cookie": "^0.6.0"
},
Expand Down

0 comments on commit 1ef71a9

Please sign in to comment.