Compare commits
No commits in common. "ffe6f37b6ca1d3d8fe2448fdda87215b33428a7e" and "9a0e51154d49bbb77105820a05bcfc70c2db7747" have entirely different histories.
ffe6f37b6c
...
9a0e51154d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/contracts",
|
"name": "@teacinema/contracts",
|
||||||
"version": "1.1.0",
|
"version": "1.0.9",
|
||||||
"description": "Protocol Buffers contracts for microservices",
|
"description": "Protocol Buffers contracts for microservices",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -p tsconfig.build.json",
|
"build": "tsc -p tsconfig.build.json",
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
export * from './otp-requested.interface'
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
export interface OtpRequestedEvent {
|
|
||||||
identifier: string
|
|
||||||
code: string
|
|
||||||
type: 'email' | 'phone'
|
|
||||||
}
|
|
||||||
@ -1 +0,0 @@
|
|||||||
export * from './auth'
|
|
||||||
@ -1,2 +1 @@
|
|||||||
export * from './proto'
|
export * from './proto'
|
||||||
export * from './events'
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user