1.1.0 • Published 7 days ago

@byu-oit/windrunner-contract v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 days ago

@byu-oit/windrunner-contract

A common contract for client and server

Usage

import { Field } from '@byu-oit/windrunner-contract';

const byuId = Field.from(Type.String()).sortable(false)
const email = Field.from(Type.String())
const resource = { byuId, email }

/** Then pass the resource into your windrunner client or server */
1.1.0

7 days ago

1.0.1

2 months ago

0.5.0

2 months ago

0.4.3

2 months ago

0.4.2

3 months ago

0.4.1

3 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.2.6

5 months ago

0.2.3

7 months ago

0.2.2

9 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago