@blocksuite/global
Advanced tools
Comparing version 0.4.0-alpha.0 to 0.4.0-alpha.1
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.0-alpha.0", | ||
"types": "./src/index.d.ts", | ||
"version": "0.4.0-alpha.1", | ||
"types": "./index.d.ts", | ||
"type": "module", | ||
"files": [ | ||
"src" | ||
] | ||
"exports": { | ||
".": "./index.d.ts", | ||
"./utils": "./dist/utils.js", | ||
"./debug": "./dist/debug.js", | ||
"./config": "./dist/config/index.js" | ||
}, | ||
"author": "toeverything", | ||
"license": "MPL-2.0", | ||
"publishConfig": { | ||
"access": "public", | ||
"files": [ | ||
"dist", | ||
"index.d.ts" | ||
] | ||
}, | ||
"dependencies": { | ||
"ansi-colors": "^4.1.3" | ||
}, | ||
"devDependencies": { | ||
"lit": "^2.6.1" | ||
}, | ||
"peerDependencies": { | ||
"lit": "^2.6" | ||
}, | ||
"peerDependenciesMeta": { | ||
"lit": { | ||
"optional": true | ||
} | ||
}, | ||
"scripts": { | ||
"test:unit": "vitest --run", | ||
"test:unit:ui": "vitest --ui", | ||
"build": "tsc" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
221231
59
2649
1
2
1
1
+ Addedansi-colors@^4.1.3
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedansi-colors@4.1.3(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)