@talend/babel-plugin-import-from-index
Advanced tools
Comparing version 1.6.1 to 1.7.0
# @talend/babel-plugin-import-from-index | ||
## 1.7.0 | ||
### Minor Changes | ||
- 9568363: Use include instead of same-origin in the credentials option of fetch. | ||
## 1.6.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@talend/babel-plugin-import-from-index", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Transform default imports from specific path to named import from index", | ||
@@ -26,6 +26,6 @@ "main": "src/index.js", | ||
"@babel/eslint-parser": "^7.23.3", | ||
"@babel/preset-env": "^7.23.5", | ||
"@babel/preset-env": "^7.23.8", | ||
"babel-jest": "^29.7.0", | ||
"babel-plugin-tester": "^10.1.0", | ||
"eslint": "^8.54.0", | ||
"eslint": "^8.55.0", | ||
"jest": "^29.7.0" | ||
@@ -32,0 +32,0 @@ }, |
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
11590