@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"access": "public", | ||
@@ -16,3 +16,3 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities", | ||
"generate:schemas": "gulp && npm run generate:types", | ||
"generate:git-info": "npm run git-info --prefix .. && export API_VERSION=$(shx tail -n 1 ../.git-info) && speccy resolve --output .tmp/openapi.resolved.yaml openapi.yaml && shx sed -i 'STACKS_API_VERSION' ${API_VERSION:-1.0.0} .tmp/openapi.resolved.yaml > /dev/null", | ||
"generate:git-info": "npm run generate:git-info --prefix .. && export API_VERSION=$(shx tail -n 1 ../.git-info) && speccy resolve --output .tmp/openapi.resolved.yaml openapi.yaml && shx sed -i 'STACKS_API_VERSION' ${API_VERSION:-1.0.0} .tmp/openapi.resolved.yaml > /dev/null", | ||
"generate:docs": "redoc-cli bundle --output .tmp/index.html .tmp/openapi.resolved.yaml", | ||
@@ -19,0 +19,0 @@ "generate:postman": "openapi2postmanv2 --spec .tmp/openapi.resolved.yaml --output .tmp/collection.json --options folderStrategy=Tags,requestParametersResolution=Example,exampleParametersResolution=Example,schemaFaker=false 2>/dev/null", |
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
520678