@platform/libs
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@platform/libs", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Common external toolbelt libs used accross modules.", | ||
@@ -10,5 +10,7 @@ "scripts": { | ||
"@types/ramda": "0.26.9", | ||
"core-js": "3.1.3", | ||
"ramda": "0.26.1", | ||
"regenerator-runtime": "0.13.2", | ||
"rxjs": "6.5.2", | ||
"tslib": "1.9.3" | ||
"tslib": "1.10.0" | ||
}, | ||
@@ -15,0 +17,0 @@ "files": [], |
@@ -6,3 +6,17 @@ ![Module](https://img.shields.io/badge/%40platform-libs-%23EA4E7E.svg) | ||
# libs | ||
Common external toolbelt libs used accross modules. | ||
Common external low-level libs used accross all modules. | ||
Referenced in this one module so that consistent versions across [@platform](https://www.npmjs.com/org/platform) are maintained. | ||
## Setup | ||
``` | ||
yarn add @platform/libs | ||
``` | ||
## Polyfills | ||
```typescript | ||
import 'core-js/stable'; | ||
import 'regenerator-runtime/runtime'; | ||
``` |
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
1066
22
6
+ Addedcore-js@3.1.3
+ Addedregenerator-runtime@0.13.2
+ Addedcore-js@3.1.3(transitive)
+ Addedregenerator-runtime@0.13.2(transitive)
+ Addedtslib@1.10.0(transitive)
- Removedtslib@1.9.3(transitive)
Updatedtslib@1.10.0