mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 09:58:28 +00:00
Bump: new version
This commit is contained in:
parent
941ce8e4fa
commit
cc3eb36941
@ -1,4 +1,4 @@
|
|||||||
VERSION=0.1.0
|
VERSION=0.1.1
|
||||||
|
|
||||||
# POSTGRES
|
# POSTGRES
|
||||||
POSTGRES_USER=docker
|
POSTGRES_USER=docker
|
||||||
|
|||||||
@ -10,5 +10,5 @@ export async function postAuthentication({
|
|||||||
loginMethod: User["authenticationMethod"];
|
loginMethod: User["authenticationMethod"];
|
||||||
isNewUser: boolean;
|
isNewUser: boolean;
|
||||||
}) {
|
}) {
|
||||||
console.log(user);
|
// console.log(user);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "core",
|
"name": "core",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"workspaces":
|
"workspaces":
|
||||||
[ "apps/*", "packages/*" ]
|
[ "apps/*", "packages/*" ]
|
||||||
,
|
,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user