ld-react-components
Advanced tools
Comparing version 1.0.62 to 1.0.63
@@ -1,2 +0,2 @@ | ||
var LDApi = require('../dist/LaunchDarklyClient/index.js'); | ||
var LDApi = require('../dist/LaunchDarklyClient/index.ts'); | ||
module.exports = new LDApi(); |
@@ -0,1 +1,13 @@ | ||
# v1.0.63 (Thu Oct 31 2019) | ||
#### 🐛 Bug Fix | ||
- Updating import extension from js to ts [#68](https://github.com/intuit/LD-React-Components/pull/68) ([@erwintj](https://github.com/erwintj)) | ||
#### Authors: 1 | ||
- Trevor Erwin ([@erwintj](https://github.com/erwintj)) | ||
--- | ||
# v1.0.62 (Thu Oct 31 2019) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "ld-react-components", | ||
"version": "1.0.62", | ||
"version": "1.0.63", | ||
"description": "Semantic component helpers to support LaunchDarkly in your react app.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
6119893