0.0.43 • Published 8 months ago

shypes v0.0.43

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 months ago

Welcome to the world of shared types

To contribute: 1. Create a new type anywhere within the /src directory. This can be in an existing directory/file or a new one.

  • If creating a new file, export everything from an index.ts file
  1. Make sure that is is exported from /src/index.ts
  2. Increment the pacakge version
  3. Push to remote and open a PR here

For example: If a new directory experimentGroup is created. Use index.ts at /experimentGroup/index.ts to define and export your type/interface/etc. Then in /src/index.ts, add export * from './experimentGroup'.

On push to main, if the above was done correctly, a github action will trigger and publish the latest version of the package to be used.

Versioning

Until future notice, always increment the "minor minor" or "bug fix" version of the package.

Beta Versions

To publish a beta version of the package, increment the version in package.json, and then run npm publish --tag beta. This will allow you to install the beta version of the package by running npm install shypes@beta. Note: Users will need to run npm install shypes@latest to get the latest stable version of the package.

0.0.43

8 months ago

0.0.42

8 months ago

0.0.41

8 months ago

0.0.40

8 months ago

0.0.39

8 months ago

0.0.38

8 months ago

0.0.37

8 months ago

0.0.36

8 months ago

0.0.35

8 months ago

0.0.34

8 months ago

0.0.33

8 months ago

0.0.32

8 months ago

0.0.31

8 months ago

0.0.30

8 months ago

0.0.29

8 months ago

0.0.28

8 months ago

0.0.27

8 months ago

0.0.26

8 months ago

0.0.25

9 months ago

0.0.24

9 months ago

0.0.23

9 months ago

0.0.22

9 months ago

0.0.21

9 months ago

0.0.20

9 months ago

0.0.19

9 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago