@sparkle-dev/cohope-common-server
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,2 @@ | ||
import { UserInDB } from 'co-hope-common'; | ||
import { UserInDB } from '@sparkle-dev/cohope-common'; | ||
import { Document } from 'mongoose'; | ||
@@ -3,0 +3,0 @@ export declare type UserArgs = Pick<UserInDB, 'userId' | 'email' | 'googleId' | 'name'>; |
{ | ||
"name": "@sparkle-dev/cohope-common-server", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Common modules for backend", | ||
@@ -15,3 +15,3 @@ "author": "NoMoreViolence <ljh86029926@gmail.com>", | ||
"peerDependencies": { | ||
"co-hope-common": "*", | ||
"@sparkle-dev/cohope-common": "*", | ||
"lodash": "^4.17.20", | ||
@@ -18,0 +18,0 @@ "mongodb": "^3.6.3", |
10082