@navservice/web-components 1.2.0 → 1.3.0
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/build/es/index.js +1 -1
- package/build/lib/index.js +3 -1
- package/package.json +2 -2
package/build/es/index.js
CHANGED
package/build/lib/index.js
CHANGED
|
@@ -621,7 +621,9 @@ class MyElement extends lit_element_i {
|
|
|
621
621
|
|
|
622
622
|
|
|
623
623
|
|
|
624
|
-
customElements.
|
|
624
|
+
if (!customElements.get('my-element')) {
|
|
625
|
+
customElements.define('my-element', MyElement);
|
|
626
|
+
}
|
|
625
627
|
|
|
626
628
|
return __webpack_exports__;
|
|
627
629
|
})()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navservice/web-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Service de autenticação de usuários unificado",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/lib/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
".": {
|
|
11
11
|
"import": "./build/es/index.js",
|
|
12
12
|
"require": "./build/lib/index.js",
|
|
13
|
-
"types": "./build/es/
|
|
13
|
+
"types": "./build/es/index.d.ts"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"files": [
|