0.2.7 • Published 4 years ago

@guardian/slot-machine-client v0.2.7

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

@guardian/slot-machine-client

A basic (JS) client for Slot Machine. If you are reading this and don't know what Slot Machine is, this library is probably not useful for you.

Local dev

Watch for changes

$ yarn dev

Point a project to your local version of slot-machine-client

With yarn link you can develop against a locally checked out version of this client:

In your local checkout of slot-machine-client:

$ yarn link

And then in the project consuming the client:

$ yarn link "@guardian/slot-machine-client"

To revert back to using the published version of the package:

$ yarn unlink "@guardian/slot-machine-client"
$ yarn install --force

NOTE: Ensure you build this library before adding it locally to your project, by running yarn build.

Publishing

On your feature branch, increment the version in the package.json file. Once we hit version 1 we should use semver when doing this.

Once the feature branch is merged into master, run:

yarn publish

This will build and then publish to NPM.

You can then update the clients!

Note: you'll need to be part of the @guardian org on npm to do this.\ Speak to a suitable person if you don't have access.

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.60

4 years ago

0.1.57

4 years ago

0.1.59

4 years ago

0.1.55

4 years ago

0.1.54

4 years ago

0.1.53

4 years ago

0.1.52

4 years ago

0.1.50

4 years ago

0.1.51

4 years ago

0.1.47

4 years ago

0.1.46

4 years ago

0.1.45

4 years ago

0.1.44

4 years ago

0.1.43

4 years ago

0.1.42

4 years ago

0.1.41

4 years ago

0.1.40

4 years ago

0.1.39

4 years ago

0.1.38

4 years ago

0.1.37

4 years ago

0.1.36

4 years ago

0.1.35

4 years ago

0.1.34

4 years ago

0.1.32

4 years ago

0.1.33

4 years ago

0.1.30

4 years ago

0.1.31

4 years ago

0.1.27

4 years ago

0.1.28

4 years ago

0.1.29

4 years ago

0.1.23

4 years ago

0.1.24

4 years ago

0.1.22

4 years ago

0.1.20

4 years ago

0.1.21

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago