a11y-status
Advanced tools
Comparing version 1.0.0-next.2 to 1.0.0-next.3
# a11y-status | ||
## 1.0.0-next.3 | ||
> 2020-08-01 | ||
### Patch Changes | ||
- a7037832: Use exact versions for `@remirror` package `dependencies` and `peerDepedencies`. | ||
Closes #435 | ||
- dcccc5fc: Add browser entrypoint to packages and shrink bundle size. | ||
- 231f664b: Upgrade dependencies. | ||
- 6c6d524e: Remove use of `export *` for better tree shaking. | ||
Closes #406 | ||
## 1.0.0-next.2 | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "a11y-status", | ||
"version": "1.0.0-next.2", | ||
"version": "1.0.0-next.3", | ||
"description": "Create a singleton live region for a11y status updates", | ||
@@ -13,2 +13,6 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", | ||
"module": "dist/a11y-status.esm.js", | ||
"browser": { | ||
"./dist/a11y-status.cjs.js": "./dist/a11y-status.browser.cjs.js", | ||
"./dist/a11y-status.esm.js": "./dist/a11y-status.browser.esm.js" | ||
}, | ||
"types": "dist/a11y-status.cjs.d.ts", | ||
@@ -19,3 +23,3 @@ "files": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4", | ||
"@babel/runtime": "^7.11.0", | ||
"@types/throttle-debounce": "^2.1.0", | ||
@@ -22,0 +26,0 @@ "throttle-debounce": "^2.2.1" |
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
12771
13
282
Updated@babel/runtime@^7.11.0