create-block-app
Advanced tools
Comparing version 0.0.11 to 0.0.12-canary-20230209090045
# create-block-app | ||
## 0.0.12-canary-20230209090045 | ||
### Patch Changes | ||
- [#892](https://github.com/blockprotocol/blockprotocol/pull/892) [`05ae299e`](https://github.com/blockprotocol/blockprotocol/commit/05ae299e9c1b29aa2b8a38de73717d620ba742a0) Thanks [@CiaranMn](https://github.com/CiaranMn)! - enable passing an npm tag when specifying template | ||
## 0.0.11 | ||
@@ -4,0 +10,0 @@ |
@@ -61,3 +61,7 @@ #!/usr/bin/env node | ||
if (!availableTemplates.includes(template)) { | ||
if ( | ||
!availableTemplates.find( | ||
(option) => template === option || template.startsWith(`${option}@`), | ||
) | ||
) { | ||
console.error( | ||
@@ -64,0 +68,0 @@ `Requested template '${template}' is invalid. Please choose one of ${availableTemplates.join( |
{ | ||
"name": "create-block-app", | ||
"version": "0.0.11", | ||
"version": "0.0.12-canary-20230209090045", | ||
"description": "Create new https://blockprotocol.org blocks", | ||
@@ -39,4 +39,4 @@ "keywords": [ | ||
"@types/pacote": "11.1.5", | ||
"eslint": "8.31.0" | ||
"eslint": "8.33.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
11534
239