@brandingbrand/polyfills
Advanced tools
Comparing version 11.79.0 to 11.80.0
@@ -5,2 +5,11 @@ # Changelog | ||
# [11.80.0](https://github.com/brandingbrand/shipyard/compare/v11.79.0...v11.80.0) (2023-01-17) | ||
### Features | ||
* **polyfills:** add reflect-metadata ([cc0eec0](https://github.com/brandingbrand/shipyard/commit/cc0eec0bc0cdffffde11c3dd62adf8b220b41d4a)) | ||
# [11.79.0](https://github.com/brandingbrand/shipyard/compare/v11.78.0...v11.79.0) (2023-01-10) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@brandingbrand/polyfills", | ||
"version": "11.79.0", | ||
"version": "11.80.0", | ||
"license": "MIT", | ||
@@ -8,4 +8,5 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@brandingbrand/utils-base64": "11.79.0", | ||
"@brandingbrand/utils-base64": "11.80.0", | ||
"symbol-observable": "^4.0.0", | ||
"reflect-metadata": "^0.1.13", | ||
"tslib": "^2.0.0" | ||
@@ -12,0 +13,0 @@ }, |
@@ -7,1 +7,2 @@ import './object/from-entries.polyfill'; | ||
import 'symbol-observable'; | ||
import 'reflect-metadata'; |
@@ -7,2 +7,3 @@ import './object/from-entries.polyfill'; | ||
import 'symbol-observable'; | ||
import 'reflect-metadata'; | ||
//# 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
15565
94
4
+ Addedreflect-metadata@^0.1.13
+ Added@brandingbrand/utils-base64@11.80.0(transitive)
+ Addedreflect-metadata@0.1.14(transitive)
- Removed@brandingbrand/utils-base64@11.79.0(transitive)