disposablestack
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,2 +8,12 @@ # Changelog | ||
## [v1.1.2](https://github.com/es-shims/DisposableStack/compare/v1.1.1...v1.1.2) - 2023-09-13 | ||
### Fixed | ||
- [Deps] add missing `globalthis` dep [`#3`](https://github.com/es-shims/DisposableStack/issues/3) | ||
### Commits | ||
- [Deps] update `define-properties`, `suppressed-error` [`6322b16`](https://github.com/es-shims/DisposableStack/commit/6322b1603f18a9f706c370bad6ac99e692138d6d) | ||
## [v1.1.1](https://github.com/es-shims/DisposableStack/compare/v1.1.0...v1.1.1) - 2023-07-24 | ||
@@ -10,0 +20,0 @@ |
{ | ||
"name": "disposablestack", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "An ESnext spec-compliant `DisposableStack`, `AsyncDisposableStack`, `Symbol.dispose`, and `Symbol.asyncDispose` shim/polyfill/replacement that works as far down as ES3.", | ||
@@ -70,9 +70,10 @@ "main": "index.json", | ||
"dependencies": { | ||
"define-properties": "^1.2.0", | ||
"define-properties": "^1.2.1", | ||
"es-abstract": "^1.22.1", | ||
"es-set-tostringtag": "^2.0.1", | ||
"get-intrinsic": "^1.2.1", | ||
"globalthis": "^1.0.3", | ||
"has-symbols": "^1.0.3", | ||
"internal-slot": "^1.0.5", | ||
"suppressed-error": "^1.0.0" | ||
"suppressed-error": "^1.0.2" | ||
}, | ||
@@ -79,0 +80,0 @@ "devDependencies": { |
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
57193
8
+ Addedglobalthis@^1.0.3
Updateddefine-properties@^1.2.1
Updatedsuppressed-error@^1.0.2