kj-micro-app 1.0.4 → 3.0.1
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/index.esm.js +2 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/index.min.js +1 -1
- package/lib/index.min.js.map +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +2 -1
package/lib/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const version = '
|
|
1
|
+
const version = '3.0.1';
|
|
2
2
|
// do not use isUndefined
|
|
3
3
|
const isBrowser = typeof window !== 'undefined';
|
|
4
4
|
// do not use isUndefined
|
|
@@ -8553,7 +8553,7 @@ function defineElement(tagName) {
|
|
|
8553
8553
|
!this.connectStateMap.get(this.connectedCount))) {
|
|
8554
8554
|
newVal = formatAppURL(newVal, this.appName);
|
|
8555
8555
|
if (!newVal) {
|
|
8556
|
-
return logError(`Invalid attribute url ${newVal}
|
|
8556
|
+
return logError(`Invalid attribute url ${newVal}!`, this.appName);
|
|
8557
8557
|
}
|
|
8558
8558
|
this.appUrl = newVal;
|
|
8559
8559
|
this.handleInitialNameAndUrl();
|