@blockprotocol/graph
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -557,3 +557,3 @@ import * as path from 'node:path'; | ||
// If it doesn't, try and create it | ||
await fs.mkdir(resolvedTargetDir); | ||
await fs.mkdir(resolvedTargetDir, { recursive: true }); | ||
} | ||
@@ -560,0 +560,0 @@ }; |
{ | ||
"name": "@blockprotocol/graph", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications", | ||
@@ -134,3 +134,3 @@ "keywords": [ | ||
"@blockprotocol/core": "0.1.1", | ||
"@blockprotocol/type-system": "0.1.0", | ||
"@blockprotocol/type-system": "0.1.1", | ||
"ajv": "^8.11.2", | ||
@@ -137,0 +137,0 @@ "ajv-formats": "^2.1.1", |
Sorry, the diff of this file is not supported yet
1380714
+ Added@blockprotocol/type-system@0.1.1(transitive)
+ Added@types/node@22.13.2(transitive)
- Removed@blockprotocol/type-system@0.1.0(transitive)
- Removed@types/node@22.13.1(transitive)