@typepoint/shared
Advanced tools
+7
-0
@@ -0,1 +1,8 @@ | ||
| ## [3.0.1](https://github.com/typepoint/typepoint/compare/@typepoint/shared_v3.0.0...@typepoint/shared_v3.0.1) (2020-03-18) | ||
| ### Bug Fixes | ||
| * update package author, contributors, keywords ([41ba6fa](https://github.com/typepoint/typepoint/commit/41ba6fa2f66ca147008046551cd917ce0a7f4ddc)) | ||
| # [3.0.0](https://github.com/typepoint/typepoint/compare/@typepoint/shared_v2.0.5...@typepoint/shared_v3.0.0) (2020-03-10) | ||
@@ -2,0 +9,0 @@ |
+13
-2
| { | ||
| "name": "@typepoint/shared", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "main": "index.js", | ||
| "types": "index.d.ts", | ||
| "license": "SEE LICENSE IN LICENSE", | ||
| "author": "Ben <codeandcats@gmail.com> (https://github.com/codeandcats)" | ||
| "author": "Ben <codeandcats@gmail.com> (https://github.com/codeandcats)", | ||
| "contributors": [ | ||
| "Ben <codeandcats@gmail.com> (https://github.com/codeandcats)" | ||
| ], | ||
| "keywords": [ | ||
| "typepoint", | ||
| "typesafe", | ||
| "typed", | ||
| "endpoint", | ||
| "api", | ||
| "request" | ||
| ] | ||
| } |
+24
-1
| <p align="center"> | ||
| <img src="https://github.com/typepoint/typepoint/raw/master/img/logo-no-bg-wide.png" width="400" /> | ||
| <a href="https://typepoint.github.io"> | ||
| <img src="https://github.com/typepoint/typepoint/raw/master/img/logo-no-bg-wide.png" width="400" /> | ||
| </a> | ||
| <p align="center"> | ||
@@ -11,4 +13,25 @@ Library for easily | ||
|   [](https://codecov.io/gh/typepoint/typepoint) | ||
| # TypePoint Shared | ||
| This package contains utilities and types used by both `@typepoint/client` and `@typepoint/server`. | ||
| ## Install | ||
| TypePoint requires at least TypeScript v3.6.4. | ||
| ```sh | ||
| npm add @typepoint/shared | ||
| npm add typescript -D | ||
| ``` | ||
| ## Guide | ||
| Check out our detailed [guide](https://typepoint.github.io) for how to start using TypePoint. | ||
| ## Contributing | ||
| Got an problem or suggestion? Submit an [issue](https://github.com/typepoint/typepoint/issues)! | ||
| Want to contribute? Fork the [repository](https://github.com/typepoint/typepoint) and submit a pull request! 😸 |
53461
2.54%37
164.29%