@blockprotocol/graph
Advanced tools
Comparing version 0.1.0-canary-20230213183355 to 0.1.0-canary-20230214141700
{ | ||
"name": "@blockprotocol/graph", | ||
"version": "0.1.0-canary-20230213183355", | ||
"version": "0.1.0-canary-20230214141700", | ||
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications", | ||
@@ -26,37 +26,62 @@ "keywords": [ | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./codegen": [ | ||
"./dist/codegen.js" | ||
], | ||
"./custom-element": "./dist/custom-element.js", | ||
"./graph-service-json": "./dist/graph-service-json.js", | ||
"./internal": "./dist/internal.js", | ||
"./react": "./dist/react.js", | ||
"./stdlib": [ | ||
"./dist/stdlib.js" | ||
] | ||
".": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"require": "./dist/cjs/index.cjs", | ||
"import": "./dist/es/index.js" | ||
}, | ||
"./codegen": { | ||
"types": "./dist/cjs/codegen.d.ts", | ||
"require": "./dist/cjs/codegen.cjs", | ||
"import": "./dist/es/codegen.js" | ||
}, | ||
"./custom-element": { | ||
"types": "./dist/cjs/custom-element.d.ts", | ||
"require": "./dist/cjs/custom-element.cjs", | ||
"import": "./dist/es/custom-element.js" | ||
}, | ||
"./graph-service-json": { | ||
"types": "./dist/cjs/graph-service-json.d.ts", | ||
"require": "./dist/cjs/graph-service-json.cjs", | ||
"import": "./dist/es/graph-service-json.js" | ||
}, | ||
"./internal": { | ||
"types": "./dist/cjs/internal.d.ts", | ||
"require": "./dist/cjs/internal.cjs", | ||
"import": "./dist/es/internal.js" | ||
}, | ||
"./react": { | ||
"types": "./dist/cjs/react.d.ts", | ||
"require": "./dist/cjs/react.cjs", | ||
"import": "./dist/es/react.js" | ||
}, | ||
"./stdlib": { | ||
"types": "./dist/cjs/stdlib.d.ts", | ||
"require": "./dist/cjs/stdlib.cjs", | ||
"import": "./dist/es/stdlib.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/es/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"./dist/index.d.ts" | ||
"./dist/cjs/index.d.ts" | ||
], | ||
"codegen": [ | ||
"./dist/codegen.d.ts" | ||
"./dist/cjs/codegen.d.ts" | ||
], | ||
"custom-element": [ | ||
"./dist/custom-element.d.ts" | ||
"./dist/cjs/custom-element.d.ts" | ||
], | ||
"graph-service-json": [ | ||
"./dist/graph-service-json.d.ts" | ||
"./dist/cjs/graph-service-json.d.ts" | ||
], | ||
"internal": [ | ||
"./dist/internal.d.ts" | ||
"./dist/cjs/internal.d.ts" | ||
], | ||
"react": [ | ||
"./dist/react.d.ts" | ||
"./dist/cjs/react.d.ts" | ||
], | ||
"stdlib": [ | ||
"./dist/stdlib.d.ts" | ||
"./dist/cjs/stdlib.d.ts" | ||
] | ||
@@ -69,3 +94,4 @@ } | ||
"scripts": { | ||
"build": "yarn clean && tsc --skipLibCheck", | ||
"build": "yarn clean && yarn build:bundle", | ||
"build:bundle": "node --max-old-space-size=4096 ../../../node_modules/rollup/dist/bin/rollup -c --bundleConfigAsCjs", | ||
"clean": "rimraf ./dist/", | ||
@@ -77,4 +103,4 @@ "fix:eslint": "eslint --fix .", | ||
"dependencies": { | ||
"@blockprotocol/core": "0.0.14-canary-20230213183355", | ||
"@blockprotocol/type-system": "0.0.4-canary-20230213183355", | ||
"@blockprotocol/core": "0.0.14-canary-20230214141700", | ||
"@blockprotocol/type-system": "0.0.4-canary-20230214141700", | ||
"ajv": "^8.11.2", | ||
@@ -89,4 +115,8 @@ "ajv-formats": "^2.1.1", | ||
"@local/tsconfig": "0.0.0-private", | ||
"@rollup/plugin-commonjs": "24.0.1", | ||
"@rollup/plugin-json": "6.0.0", | ||
"@rollup/plugin-typescript": "9.0.2", | ||
"eslint": "8.33.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "3.5.1", | ||
"typescript": "4.9.4" | ||
@@ -93,0 +123,0 @@ }, |
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
637725
14905
9
129
3
+ Added@blockprotocol/core@0.0.14-canary-20230214141700(transitive)
+ Added@blockprotocol/type-system@0.0.4-canary-20230214141700(transitive)
+ Added@types/node@22.13.1(transitive)
- Removed@blockprotocol/core@0.0.14-canary-20230213183355(transitive)
- Removed@blockprotocol/type-system@0.0.4-canary-20230213183355(transitive)
- Removed@types/node@22.13.4(transitive)
Updated@blockprotocol/type-system@0.0.4-canary-20230214141700