@brandingbrand/polyfills
Advanced tools
Comparing version 11.77.1 to 11.78.0
@@ -5,2 +5,11 @@ # Changelog | ||
# [11.78.0](https://github.com/brandingbrand/shipyard/compare/v11.77.1...v11.78.0) (2022-11-30) | ||
### Bug Fixes | ||
* **polyfills:** native polyfills ([5df577e](https://github.com/brandingbrand/shipyard/commit/5df577ec2b5c72b687ca01edec5505d85e701411)) | ||
## [11.77.1](https://github.com/brandingbrand/shipyard/compare/v11.77.0...v11.77.1) (2022-11-16) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@brandingbrand/polyfills", | ||
"version": "11.77.1", | ||
"version": "11.78.0", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@brandingbrand/utils-base64": "11.77.1", | ||
"@brandingbrand/utils-base64": "11.78.0", | ||
"symbol-observable": "^4.0.0", | ||
@@ -11,0 +11,0 @@ "tslib": "^2.0.0" |
@@ -0,6 +1,6 @@ | ||
import './object/from-entries.polyfill'; | ||
import './array/flat-map.polyfill'; | ||
import './array/flat.polyfill'; | ||
import './base64.polyfill'; | ||
import './global-this.polyfill'; | ||
import 'symbol-observable'; | ||
import './global-this.polyfill'; | ||
import './base64.polyfill'; | ||
import './array/flat.polyfill'; | ||
import './array/flat-map.polyfill'; | ||
import './object/from-entries.polyfill'; |
@@ -0,7 +1,7 @@ | ||
import './object/from-entries.polyfill'; | ||
import './array/flat-map.polyfill'; | ||
import './array/flat.polyfill'; | ||
import './base64.polyfill'; | ||
import './global-this.polyfill'; | ||
import 'symbol-observable'; | ||
import './global-this.polyfill'; | ||
import './base64.polyfill'; | ||
import './array/flat.polyfill'; | ||
import './array/flat-map.polyfill'; | ||
import './object/from-entries.polyfill'; | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
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
15098
27
92
+ Added@brandingbrand/utils-base64@11.78.0(transitive)
- Removed@brandingbrand/utils-base64@11.77.1(transitive)