@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"access": "public", | ||
@@ -13,3 +13,3 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities", | ||
"lint:json": "jsonlint-cli ./api/**/*.json ./entities/**/*.json", | ||
"lint:openapi": "lint-openapi ./openapi.yaml", | ||
"lint:openapi": "swagger-cli validate ./openapi.yaml", | ||
"generate:types": "ts-node ./scripts/generate-types.ts", | ||
@@ -39,25 +39,25 @@ "generate:schemas": "gulp && npm run generate:types", | ||
"devDependencies": { | ||
"@apidevtools/json-schema-ref-parser": "^9.0.7", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
"ajv": "^6.12.2", | ||
"chalk": "^4.0.0", | ||
"del": "^5.1.0", | ||
"glob": "^7.1.6", | ||
"gulp": "^4.0.2", | ||
"gulp-gh-pages": "^0.6.0-6", | ||
"@apidevtools/json-schema-ref-parser": "9.0.7", | ||
"@apidevtools/swagger-cli": "4.0.4", | ||
"@types/json-schema-merge-allof": "0.6.0", | ||
"ajv": "6.12.6", | ||
"chalk": "4.1.1", | ||
"del": "5.1.0", | ||
"glob": "7.1.6", | ||
"gulp": "4.0.2", | ||
"gulp-gh-pages": "0.6.0-6", | ||
"gulp-jsonschema-deref": "0.0.3", | ||
"ibm-openapi-validator": "^0.27.1", | ||
"json-schema": "^0.2.5", | ||
"json-schema-merge-allof": "^0.7.0", | ||
"json-schema-to-typescript": "^10.1.4", | ||
"jsonlint-cli": "^1.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"openapi-to-postmanv2": "^2.13.0", | ||
"redoc-cli": "^0.9.8", | ||
"shx": "^0.3.3", | ||
"speccy": "^0.11.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4", | ||
"yaml-lint": "^1.2.4" | ||
"json-schema": "0.2.5", | ||
"json-schema-merge-allof": "0.7.0", | ||
"json-schema-to-typescript": "10.1.4", | ||
"jsonlint-cli": "1.0.1", | ||
"npm-run-all": "4.1.5", | ||
"openapi-to-postmanv2": "2.13.0", | ||
"redoc-cli": "0.13.16", | ||
"shx": "0.3.3", | ||
"speccy": "0.11.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.2.4", | ||
"yaml-lint": "1.2.4" | ||
} | ||
} |
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
523806