0.3.7 • Published 4 years ago

sophize-datamodel v0.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

datamodel-typescript

Typescript interfaces that model data used on the Sophize platform.

Publishing to npm

This library is published to npm at https://www.npmjs.com/package/sophize-datamodel. To publish a new version of the library to npm, do the following:

  • Make sure that the types are in sync with json schema with
    quicktype -s schema ../datamodel-json/all_resources.json -o ./types.ts --converters all-objects
  • Update the version number in file package.json
  • Publish a new release here. Use the version number to set the Tag version and Release Title fields. The release will be published to npm using a GitHub action.

For publishing locally, compile using .\build.sh and publish using npm publish.

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago