create-block-app
Advanced tools
Comparing version 0.0.11 to 0.1.0-20230124234232
# create-block-app | ||
## 0.1.0-20230124234232 | ||
### Minor Changes | ||
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`7a9e7d61`](https://github.com/blockprotocol/blockprotocol/commit/7a9e7d6152b685c0e5b95122d9415dfc1f5af1b2) Thanks [@CiaranMn](https://github.com/CiaranMn)! - multiple breaking API changes for 0.3 specification | ||
### Patch Changes | ||
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`7a9e7d61`](https://github.com/blockprotocol/blockprotocol/commit/7a9e7d6152b685c0e5b95122d9415dfc1f5af1b2) Thanks [@CiaranMn](https://github.com/CiaranMn)! - enable passing an npm tag when specifying template | ||
## 0.0.11 | ||
@@ -4,0 +14,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.1.0-20230124234232", | ||
"description": "Create new https://blockprotocol.org blocks", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
11816
239