@blockprotocol/graph
Advanced tools
Comparing version 0.0.10 to 0.0.11-canary.0
{ | ||
"name": "@blockprotocol/graph", | ||
"version": "0.0.10", | ||
"version": "0.0.11-canary.0", | ||
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications", | ||
@@ -24,5 +24,6 @@ "keywords": [ | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -32,5 +33,3 @@ "dist" | ||
"scripts": { | ||
"build": "yarn clean && yarn build:cjs && yarn build:esm", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs ", | ||
"build:esm": "tsc", | ||
"build": "yarn clean && tsc", | ||
"clean": "rimraf ./dist/", | ||
@@ -51,3 +50,6 @@ "lint:tsc": "tsc --noEmit", | ||
"react": "^17.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=14.16" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Yes
77611
21
1577
1