@0xproject/json-schemas
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -5,4 +5,6 @@ export declare const blockParamSchema: { | ||
type: string; | ||
enum?: undefined; | ||
} | { | ||
enum: string[]; | ||
type?: undefined; | ||
})[]; | ||
@@ -9,0 +11,0 @@ }; |
@@ -48,2 +48,4 @@ export declare const orderSchema: { | ||
$ref: string; | ||
properties?: undefined; | ||
required?: undefined; | ||
} | { | ||
@@ -56,3 +58,4 @@ properties: { | ||
required: string[]; | ||
$ref?: undefined; | ||
})[]; | ||
}; |
@@ -144,2 +144,4 @@ export declare const schemas: { | ||
$ref: string; | ||
properties?: undefined; | ||
required?: undefined; | ||
} | { | ||
@@ -152,2 +154,3 @@ properties: { | ||
required: string[]; | ||
$ref?: undefined; | ||
})[]; | ||
@@ -166,4 +169,6 @@ }; | ||
type: string; | ||
enum?: undefined; | ||
} | { | ||
enum: string[]; | ||
type?: undefined; | ||
})[]; | ||
@@ -170,0 +175,0 @@ }; |
{ | ||
"name": "@0xproject/json-schemas", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "0x-related json schemas", | ||
@@ -8,2 +8,3 @@ "main": "lib/src/index.js", | ||
"scripts": { | ||
"build:watch": "tsc -w", | ||
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'", | ||
@@ -31,4 +32,4 @@ "test": "run-s clean build run_mocha", | ||
"devDependencies": { | ||
"@0xproject/tslint-config": "^0.4.6", | ||
"@0xproject/utils": "^0.2.4", | ||
"@0xproject/tslint-config": "^0.4.7", | ||
"@0xproject/utils": "^0.3.0", | ||
"@types/lodash.foreach": "^4.5.3", | ||
@@ -45,4 +46,4 @@ "@types/lodash.values": "^4.3.3", | ||
"tslint": "5.8.0", | ||
"typescript": "~2.6.1" | ||
"typescript": "2.7.1" | ||
} | ||
} |
@@ -52,2 +52,8 @@ ## @0xproject/json-schemas | ||
or | ||
```bash | ||
yarn build:watch | ||
``` | ||
### Lint | ||
@@ -54,0 +60,0 @@ |
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
165152
3625
69