Comparing version 1.0.0 to 2.0.0
@@ -8,3 +8,2 @@ export * from './arrayable'; | ||
export * from './getter'; | ||
export * from './json-rpc'; | ||
export * from './json'; | ||
@@ -11,0 +10,0 @@ export * from './non-empty-array'; |
@@ -20,3 +20,2 @@ "use strict"; | ||
__exportStar(require("./getter"), exports); | ||
__exportStar(require("./json-rpc"), exports); | ||
__exportStar(require("./json"), exports); | ||
@@ -23,0 +22,0 @@ __exportStar(require("./non-empty-array"), exports); |
{ | ||
"name": "justypes", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Dumb types for TypeScript in the real world", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"hooks": { | ||
"pre-commit": "run-s lint test", | ||
"pre-commit": "run-s lint build test", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
@@ -38,9 +38,9 @@ } | ||
"devDependencies": { | ||
"@blackglory/pass": "^0.1.0", | ||
"@blackglory/pass": "^1.0.0", | ||
"@commitlint/cli": "^16.2.1", | ||
"@commitlint/config-conventional": "^16.2.1", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.12.1", | ||
"@typescript-eslint/parser": "^5.12.1", | ||
"eslint": "^8.9.0", | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"eslint": "^8.10.0", | ||
"husky": "^4.3.8", | ||
@@ -47,0 +47,0 @@ "jest": "^27.5.1", |
@@ -24,10 +24,2 @@ # justypes | ||
- Getter | ||
- JsonRpcId | ||
- JsonRpcParams | ||
- JsonRpcNotification | ||
- JsonRpcRequest | ||
- JsonRpcResponse | ||
- JsonRpcSuccess | ||
- JsonRpcError | ||
- JsonRpcErrorObject | ||
- Json | ||
@@ -34,0 +26,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
10783
57
101
33