Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

block-template-html

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

block-template-html - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

# block-template-html
## 0.1.8
### Patch Changes
- Updated dependencies [[`562bc47`](https://github.com/blockprotocol/blockprotocol/commit/562bc477fdc35b8d3b94dc6c4b2207b9bd2cd057)]:
- block-scripts@0.0.18
## 0.1.7

@@ -4,0 +11,0 @@

{
"name": "block-template-html",
"version": "0.1.7",
"version": "0.1.8",
"description": "Block Protocol block template for an html-based block",

@@ -23,3 +23,3 @@ "keywords": [

"dev": "echo \"Serving at http://localhost:63212\" && http-server -p 63212 ./dev",
"format": "prettier \"**/*\" --write --ignore-unknown",
"format": "prettier --write --ignore-unknown .",
"prepare": "rimraf ./dev/src && lnk -f ./src ./dev",

@@ -34,8 +34,8 @@ "serve": "block-scripts serve"

"devDependencies": {
"block-scripts": "0.0.17",
"block-scripts": "0.0.18",
"http-server": "14.1.1",
"lnk-cli": "1.0.1",
"prettier": "2.7.1",
"prettier": "2.8.0",
"rimraf": "^3.0.2"
}
}

@@ -50,3 +50,2 @@ /* global blockprotocol */

.catch((err) => {
// eslint-disable-next-line no-console
console.error(`Error calling updateEntity: ${err}`);

@@ -53,0 +52,0 @@ });

Sorry, the diff of this file is not supported yet