@bangle.dev/core
Advanced tools
Comparing version 0.29.0-alpha.5 to 0.29.0-alpha.6
{ | ||
"name": "@bangle.dev/core", | ||
"version": "0.29.0-alpha.5", | ||
"version": "0.29.0-alpha.6", | ||
"homepage": "https://bangle.dev", | ||
@@ -16,5 +16,7 @@ "authors": [ | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"./*": "./src/*" | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./style.css": "./src/style.css" | ||
}, | ||
@@ -39,8 +41,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"@bangle.dev/pm-commands": "0.29.0-alpha.5", | ||
"@bangle.dev/utils": "0.29.0-alpha.5", | ||
"@bangle.dev/pm-commands": "0.29.0-alpha.6", | ||
"@bangle.dev/utils": "0.29.0-alpha.6", | ||
"@types/jest": "^27.0.4" | ||
}, | ||
"devDependencies": { | ||
"@bangle.dev/pm": "0.29.0-alpha.5", | ||
"@bangle.dev/pm": "0.29.0-alpha.6", | ||
"@types/markdown-it": "^12.0.3", | ||
@@ -47,0 +49,0 @@ "markdown-it": "^10.0.0", |
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
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
128169
+ Added@bangle.dev/pm-commands@0.29.0-alpha.6(transitive)
+ Added@bangle.dev/utils@0.29.0-alpha.6(transitive)
- Removed@bangle.dev/pm-commands@0.29.0-alpha.5(transitive)
- Removed@bangle.dev/utils@0.29.0-alpha.5(transitive)