powerpagestoolkit 1.0.302 → 1.0.303
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ declare module "powerpagestoolkit" {
|
|
|
17
17
|
* @returns {Promise<Proxy>} A promise that resolves to a Proxy of the DOMNodeReference instance.
|
|
18
18
|
* @throws {Error} Throws an error if the element cannot be found using the provided query selector.
|
|
19
19
|
*/
|
|
20
|
-
init(): Promise<this>;
|
|
20
|
+
private init(): Promise<this>;
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Hides the element by setting its display style to "none".
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerpagestoolkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.303",
|
|
4
4
|
"description": "Reference, manipulate, and engage with Power Pages sites through the nodes in the DOM; use a variety of custom methods that allow customizing your power pages site quicker and easier. ",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|