@ionic/docs 8.7.4-dev.11756220757.185b8cbf → 8.7.4-dev.11756388042.1a103a79
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/core.json +5 -1
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-08-
|
|
2
|
+
"timestamp": "2025-08-28T13:35:57",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.36.2",
|
|
@@ -18445,6 +18445,10 @@
|
|
|
18445
18445
|
"Promise": {
|
|
18446
18446
|
"location": "global",
|
|
18447
18447
|
"id": "global::Promise"
|
|
18448
|
+
},
|
|
18449
|
+
"HTMLElement": {
|
|
18450
|
+
"location": "global",
|
|
18451
|
+
"id": "global::HTMLElement"
|
|
18448
18452
|
}
|
|
18449
18453
|
},
|
|
18450
18454
|
"return": "Promise<boolean>"
|