Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.4](https://github.com/BlackGlory/justypes/compare/v0.1.3...v0.1.4) (2021-07-03) | ||
### Features | ||
* add json-rpc types ([b55468d](https://github.com/BlackGlory/justypes/commit/b55468df2c58a43ae72a76bc9338f7861131e570)) | ||
### [0.1.3](https://github.com/BlackGlory/justypes/compare/v0.1.2...v0.1.3) (2021-07-03) | ||
@@ -7,0 +14,0 @@ |
@@ -5,2 +5,3 @@ export * from './constructor'; | ||
export * from './getter'; | ||
export * from './json-rpc'; | ||
export * from './json'; | ||
@@ -7,0 +8,0 @@ export * from './non-empty-array'; |
@@ -17,2 +17,3 @@ "use strict"; | ||
__exportStar(require("./getter"), exports); | ||
__exportStar(require("./json-rpc"), exports); | ||
__exportStar(require("./json"), exports); | ||
@@ -19,0 +20,0 @@ __exportStar(require("./non-empty-array"), exports); |
{ | ||
"name": "justypes", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Dumb types for TypeScript in the real world", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -24,2 +24,10 @@ # justypes | ||
- Getter | ||
- JsonRpcId | ||
- JsonRpcParams | ||
- JsonRpcNotification | ||
- JsonRpcRequest | ||
- JsonRpcResponse | ||
- JsonRpcSuccess | ||
- JsonRpcError | ||
- JsonRpcErrorObject | ||
- Json | ||
@@ -26,0 +34,0 @@ - NonEmptyArray |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12053
52
119
41