0.0.36 • Published 11 months ago

@splitsies/shared-models v0.0.36

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

shared-models

Model definitions that are shared between Splitsies' repositories

Updating Shared Models

  1. Make changes to interfaces and models
  2. Bump the version in package.json
  3. npm run build to generate the lib directory to be packaged
  4. npm pack to generate the splitsies-shared-models-<VERSION>.tgz package in the root of the project
  5. Test the locally generated package by updating consumers' package.json to reference the local file:
    // package.json
    ...
    "dependencies": {
        ...
        "@splitsies/shared-models": "file:<PATH_TO_TGZ>"
        ...
    },
    ...
  6. npm publish to push the new version to npm
  7. Bump the version in the consumers' package.json and npm install to use the latest package version
0.0.32

11 months ago

0.0.33

11 months ago

0.0.34

11 months ago

0.0.35

11 months ago

0.0.36

11 months ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago