ecinc-cloud-moazcgl 9.5.1 → 9.5.2
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/ecmoazcgl.common.js +480 -284
- package/lib/ecmoazcgl.umd.js +480 -284
- package/lib/ecmoazcgl.umd.min.js +4 -4
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
"name": "ecinc-cloud-moazcgl",
|
|
3
|
+
"main": "./lib/ecmoazcgl.umd.min.js",
|
|
4
|
+
"version": "9.5.2",
|
|
5
|
+
"description": "易臣云办公手机版-资产管理",
|
|
6
|
+
"keyword": "ecinc cloud ecmoa",
|
|
7
|
+
"private": false,
|
|
8
|
+
"author": "ECINC",
|
|
9
|
+
"license": "ISC"
|
|
10
10
|
}
|