create-block-app
Advanced tools
Comparing version 0.1.0-canary-20230111084611 to 0.1.0-canary-20230130231944
# create-block-app | ||
## 0.1.0-canary-20230111084611 | ||
## 0.1.0-canary-20230130231944 | ||
### Minor Changes | ||
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`2e7fad22`](https://github.com/blockprotocol/blockprotocol/commit/2e7fad22890472947aee64ba54ef5aa068e46704) Thanks [@CiaranMn](https://github.com/CiaranMn)! - multiple breaking API changes for 0.3 specification | ||
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`f987a703`](https://github.com/blockprotocol/blockprotocol/commit/f987a7031daf881e09f7ef5901ceb33d19888d19) Thanks [@CiaranMn](https://github.com/CiaranMn)! - multiple breaking API changes for 0.3 specification | ||
### Patch Changes | ||
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`f987a703`](https://github.com/blockprotocol/blockprotocol/commit/f987a7031daf881e09f7ef5901ceb33d19888d19) Thanks [@CiaranMn](https://github.com/CiaranMn)! - enable passing an npm tag when specifying template | ||
## 0.0.11 | ||
### Patch Changes | ||
- [#875](https://github.com/blockprotocol/blockprotocol/pull/875) [`a1ba0d7d`](https://github.com/blockprotocol/blockprotocol/commit/a1ba0d7d17971ee30586a673ce3d4f5bee6e65d1) Thanks [@kachkaev](https://github.com/kachkaev)! - Update package metadata (change path to source following repo restructuring) | ||
## 0.0.10 | ||
@@ -10,0 +20,0 @@ |
@@ -61,3 +61,7 @@ #!/usr/bin/env node | ||
if (!availableTemplates.includes(template)) { | ||
if ( | ||
!availableTemplates.find( | ||
(option) => template === option || template.startsWith(`${option}@`), | ||
) | ||
) { | ||
console.error( | ||
@@ -131,3 +135,2 @@ `Requested template '${template}' is invalid. Please choose one of ${availableTemplates.join( | ||
packageJson.blockprotocol.name = slugifiedBlockName; | ||
packageJson.postinstall = "yarn codegen"; | ||
} | ||
@@ -134,0 +137,0 @@ |
{ | ||
"name": "create-block-app", | ||
"version": "0.1.0-canary-20230111084611", | ||
"version": "0.1.0-canary-20230130231944", | ||
"description": "Create new https://blockprotocol.org blocks", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"url": "git@github.com:blockprotocol/blockprotocol.git", | ||
"directory": "packages/create-block-app" | ||
"directory": "libs/create-block-app" | ||
}, | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"chalk": "5.1.2", | ||
"chalk": "5.2.0", | ||
"command-line-args": "^5.2.1", | ||
@@ -41,4 +41,4 @@ "command-line-usage": "^6.1.3", | ||
"@types/pacote": "11.1.5", | ||
"eslint": "8.28.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
11830
239
7
+ Addedchalk@5.2.0(transitive)
- Removedchalk@5.1.2(transitive)
Updatedchalk@5.2.0