drupal-auth-client
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -40,2 +40,5 @@ import type { Config, Options } from "./types"; | ||
export { drupalAuthClient }; | ||
/** | ||
* @deprecated | ||
*/ | ||
export default drupalAuthClient; |
@@ -133,3 +133,6 @@ "use strict"; | ||
exports.drupalAuthClient = drupalAuthClient; | ||
/** | ||
* @deprecated | ||
*/ | ||
exports.default = drupalAuthClient; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "drupal-auth-client", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Drupal Auth Client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -112,2 +112,5 @@ import fetch from "cross-fetch"; | ||
export default drupalAuthClient; | ||
/** | ||
* @deprecated | ||
*/ | ||
export default drupalAuthClient; |
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
23071
491