@bangle.dev/disk
Advanced tools
Comparing version 0.30.0-alpha.0 to 0.30.0-alpha.1
{ | ||
"name": "@bangle.dev/disk", | ||
"version": "0.30.0-alpha.0", | ||
"version": "0.30.0-alpha.1", | ||
"homepage": "https://bangle.dev", | ||
@@ -15,6 +15,2 @@ "authors": [ | ||
"module": "dist/index.js", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"license": "MIT", | ||
@@ -32,3 +28,7 @@ "repository": { | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts" | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -43,9 +43,13 @@ "scripts": { | ||
"dependencies": { | ||
"@bangle.dev/utils": "0.30.0-alpha.0", | ||
"@bangle.dev/utils": "0.30.0-alpha.1", | ||
"@types/jest": "^27.5.2" | ||
}, | ||
"devDependencies": { | ||
"@bangle.dev/pm": "0.30.0-alpha.0" | ||
"@bangle.dev/pm": "0.30.0-alpha.1" | ||
}, | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"types": "dist/index.d.ts" | ||
} |
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
13619
+ Added@bangle.dev/utils@0.30.0-alpha.1(transitive)
- Removed@bangle.dev/utils@0.30.0-alpha.0(transitive)