create-block-app
Advanced tools
Comparing version 0.0.10 to 0.1.0-canary-20230111084611
# create-block-app | ||
## 0.1.0-canary-20230111084611 | ||
### 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 | ||
## 0.0.10 | ||
@@ -4,0 +10,0 @@ |
@@ -130,2 +130,3 @@ #!/usr/bin/env node | ||
packageJson.blockprotocol.name = slugifiedBlockName; | ||
packageJson.postinstall = "yarn codegen"; | ||
} | ||
@@ -132,0 +133,0 @@ |
{ | ||
"name": "create-block-app", | ||
"version": "0.0.10", | ||
"version": "0.1.0-canary-20230111084611", | ||
"description": "Create new https://blockprotocol.org blocks", | ||
@@ -23,4 +23,8 @@ "keywords": [ | ||
"bin": "create-block-app.js", | ||
"scripts": { | ||
"fix:eslint": "eslint --fix .", | ||
"lint:eslint": "eslint --report-unused-disable-directives ." | ||
}, | ||
"dependencies": { | ||
"chalk": "5.0.1", | ||
"chalk": "5.1.2", | ||
"command-line-args": "^5.2.1", | ||
@@ -34,4 +38,6 @@ "command-line-usage": "^6.1.3", | ||
"devDependencies": { | ||
"@types/pacote": "11.1.3" | ||
"@local/eslint-config": "0.0.0-private", | ||
"@types/pacote": "11.1.5", | ||
"eslint": "8.28.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
11218
8
236
3
+ Addedchalk@5.1.2(transitive)
- Removedchalk@5.0.1(transitive)
Updatedchalk@5.1.2