@blockprotocol/core
Advanced tools
Comparing version 0.1.3-canary-20240314113521 to 0.1.3
{ | ||
"name": "@blockprotocol/core", | ||
"version": "0.1.3-canary-20240314113521", | ||
"version": "0.1.3", | ||
"description": "Implementation of the Block Protocol Core specification for blocks and embedding applications", | ||
@@ -24,32 +24,19 @@ "keywords": [ | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"./html": { | ||
"import": "./dist/esm/html.js", | ||
"require": "./dist/cjs/html.js", | ||
"default": "./dist/esm/html.js" | ||
}, | ||
"./react": { | ||
"import": "./dist/esm/react.js", | ||
"require": "./dist/cjs/react.js", | ||
"default": "./dist/esm/react.js" | ||
} | ||
".": "./dist/index.js", | ||
"./html": "./dist/html.js", | ||
"./react": "./dist/react.js" | ||
}, | ||
"main": "./dist/esm/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"./dist/esm/index.d.ts" | ||
"./dist/index.d.ts" | ||
], | ||
"html": [ | ||
"./dist/esm/html.d.ts" | ||
"./dist/html.d.ts" | ||
], | ||
"react": [ | ||
"./dist/esm/react.d.ts" | ||
"./dist/react.d.ts" | ||
] | ||
@@ -62,5 +49,3 @@ } | ||
"scripts": { | ||
"build": "yarn clean && yarn build:cjs && yarn build:esm", | ||
"build:cjs": "tsc --skipLibCheck --project tsconfig.build.cjs.json", | ||
"build:esm": "tsc --skipLibCheck --project tsconfig.build.esm.json", | ||
"build": "yarn clean && tsc --skipLibCheck", | ||
"clean": "rimraf ./dist/", | ||
@@ -67,0 +52,0 @@ "fix:eslint": "eslint --fix .", |
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
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
2
Yes
138114
28
1347