egova-admin-jssdk 0.0.1 → 0.0.3
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.
- package/lib/egova-admin-jssdk.js +1 -1
- package/package.json +2 -2
package/lib/egova-admin-jssdk.js
CHANGED
|
@@ -6,7 +6,7 @@ import { random as I, merge as u, isNil as d } from "lodash-es";
|
|
|
6
6
|
import U from "crypto-js";
|
|
7
7
|
import b from "qs";
|
|
8
8
|
import { toRaw as A } from "vue";
|
|
9
|
-
/*! egova-admin-jssdk v0.0.
|
|
9
|
+
/*! egova-admin-jssdk v0.0.3 */
|
|
10
10
|
function g(r) {
|
|
11
11
|
return r instanceof Element ? "element" : Object.prototype.toString.call(r).replace(/\[object\s(.+)\]/, "$1").toLowerCase();
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "egova-admin-jssdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"lib",
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
|
-
"main": "lib/egova-admin-jssdk.
|
|
48
|
+
"main": "lib/egova-admin-jssdk.js",
|
|
49
49
|
"types": "dist/index.d.ts",
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|