create-block-app
Advanced tools
Comparing version 0.0.10 to 0.0.11
# create-block-app | ||
## 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 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-block-app", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"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" | ||
}, | ||
@@ -24,4 +24,8 @@ "license": "MIT", | ||
"bin": "create-block-app.js", | ||
"scripts": { | ||
"fix:eslint": "eslint --fix .", | ||
"lint:eslint": "eslint --report-unused-disable-directives ." | ||
}, | ||
"dependencies": { | ||
"chalk": "5.0.1", | ||
"chalk": "5.2.0", | ||
"command-line-args": "^5.2.1", | ||
@@ -35,4 +39,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.31.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
11105
7
235
3
+ Addedchalk@5.2.0(transitive)
- Removedchalk@5.0.1(transitive)
Updatedchalk@5.2.0