Version ump
This commit is contained in:
parent
9e26736224
commit
51e059b686
15
index.ts
Normal file
15
index.ts
Normal file
@ -0,0 +1,15 @@
|
||||
// Database
|
||||
export { Corpus } from './src/database/corpus'
|
||||
export { Pis } from './src/database/pis'
|
||||
export { ReasonCode } from './src/database/reasonCode'
|
||||
export { Station } from './src/database/station'
|
||||
export { Service, Stop } from './src/database/timetable'
|
||||
export { User } from './src/database/user'
|
||||
|
||||
// Downstream API
|
||||
export { ApiResponse } from './src/owlboardApi/apiResponse'
|
||||
export { Versions } from './src/owlboardApi/versions'
|
||||
export { StaffLdb, NrccMessage, TrainServices,
|
||||
ServiceLocation } from './src/owlboardApi/staffLdb'
|
||||
|
||||
// Upstream API
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
15
src/index.ts
15
src/index.ts
@ -1,15 +0,0 @@
|
||||
// Database
|
||||
export { Corpus } from './database/corpus'
|
||||
export { Pis } from './database/pis'
|
||||
export { ReasonCode } from './database/reasonCode'
|
||||
export { Station } from './database/station'
|
||||
export { Service, Stop } from './database/timetable'
|
||||
export { User } from './database/user'
|
||||
|
||||
// Downstream API
|
||||
export { ApiResponse } from './owlboardApi/apiResponse'
|
||||
export { Versions } from './owlboardApi/versions'
|
||||
export { StaffLdb, NrccMessage, TrainServices,
|
||||
ServiceLocation } from './owlboardApi/staffLdb'
|
||||
|
||||
// Upstream API
|
Loading…
Reference in New Issue
Block a user