egova-admin-jssdk 0.0.7 → 0.0.8

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.
@@ -1,7 +1,7 @@
1
1
  import { adminAxios } from "../util/axios-util";
2
2
  import { isNil } from "lodash-es";
3
3
  import { saltData } from "../util/global";
4
- import { crypto } from "@/util/crypto";
4
+ import { crypto } from "../util/crypto";
5
5
  /**
6
6
  * 获取部门人员
7
7
  * @param params
@@ -7,7 +7,7 @@ import A from "crypto-js";
7
7
  import I from "qs";
8
8
  import { toRaw as C } from "vue";
9
9
  import { sm4 as E, sm2 as V } from "sm-crypto";
10
- /*! egova-admin-jssdk v0.0.7 */
10
+ /*! egova-admin-jssdk v0.0.8 */
11
11
  function f(r) {
12
12
  return r instanceof Element ? "element" : Object.prototype.toString.call(r).replace(/\[object\s(.+)\]/, "$1").toLowerCase();
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egova-admin-jssdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "build": "run-p type-check build-lib build-type",