0.13.3 • Published 13 days ago

@puzzlin/models v0.13.3

Weekly downloads
-
License
-
Repository
-
Last release
13 days ago

Welcome to Puzzlin

Enjoy your differences!

Description

This repository contains shared models for Puzzlin apps using TypeScript.

Getting started

  • Run npm i if necessary.

Developing

To test the lib within another project before publishing:

  • Run npm run pack to build and pack the lib locally.
  • Change directory to a project where the lib should be tested.
  • Run npm install ./path/to/puzzlin-models-<npm_package_version>.tgz with the .tgz sitting in the lib's project folder.
  • Run your test importing from @puzzlin/models as you would with any npm package.

Publishing to NPM

  • Bump package version.
    • For a patch or a bugfix to your library, run npm version patch.
    • For new features, run npm version minor.
    • For breaking changes, run npm version major.
  • Run npm run publish.

That's it!

0.13.3

13 days ago

0.13.2

2 months ago

0.13.0

3 months ago

0.13.1

3 months ago

0.12.0

3 months ago

0.11.1

3 months ago

0.10.0

4 months ago

0.9.2

7 months ago

0.9.1

7 months ago

0.9.0

7 months ago

0.8.2

7 months ago

0.8.1

7 months ago

0.8.0

7 months ago

0.7.2

8 months ago

0.7.1

8 months ago

0.7.0

8 months ago

0.6.0

8 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.0

10 months ago