gap-nodejs-sdk 1.0.447 → 1.0.448

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import { GapApiVersion } from "../../../../base_type";
4
4
  import * as Model from "../models";
5
5
  import { objectToFormData } from "../../../../utils/form-data";
6
6
  import Base from "../../../../base/Base";
7
- var md5 = require('md5');
7
+ import { md5 } from "../../../../utils/md5";
8
8
  export default class Auth extends Base {
9
9
  static login(data) {
10
10
  var _a;