mali-ui-plus 1.1.77 → 1.1.78
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/env/index.js +1 -1
- package/lib/mali-ui-plus.common.js +1 -1
- package/lib/mali-ui-plus.umd.js +1 -1
- package/lib/mali-ui-plus.umd.min.js +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/env/index.js
CHANGED
|
@@ -7,7 +7,7 @@ const nodemailer = require('nodemailer')
|
|
|
7
7
|
const smtpTransport = require('nodemailer-smtp-transport')
|
|
8
8
|
const pack = require('../package.json')
|
|
9
9
|
|
|
10
|
-
const apiURL = 'http://192.168.
|
|
10
|
+
const apiURL = 'http://192.168.1.105:3000'
|
|
11
11
|
|
|
12
12
|
const envDir = 'env'
|
|
13
13
|
|
|
@@ -69681,7 +69681,7 @@ function index_config(options) {
|
|
|
69681
69681
|
return config_0;
|
|
69682
69682
|
}
|
|
69683
69683
|
const MaliUI = {
|
|
69684
|
-
version: "1.1.
|
|
69684
|
+
version: "1.1.77",
|
|
69685
69685
|
install: index_install,
|
|
69686
69686
|
config: index_config,
|
|
69687
69687
|
renderer: {
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -69691,7 +69691,7 @@ function index_config(options) {
|
|
|
69691
69691
|
return config_0;
|
|
69692
69692
|
}
|
|
69693
69693
|
const MaliUI = {
|
|
69694
|
-
version: "1.1.
|
|
69694
|
+
version: "1.1.77",
|
|
69695
69695
|
install: index_install,
|
|
69696
69696
|
config: index_config,
|
|
69697
69697
|
renderer: {
|