powerpagestoolkit 2.6.3312 → 2.6.3323
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/dist/bundle.js +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -1026,7 +1026,7 @@ var DOMNodeReference = class _DOMNodeReference {
|
|
|
1026
1026
|
async function createDOMNodeReference(target, options = {
|
|
1027
1027
|
multiple: false,
|
|
1028
1028
|
root: document.body,
|
|
1029
|
-
timeout:
|
|
1029
|
+
timeout: 1e3
|
|
1030
1030
|
}) {
|
|
1031
1031
|
const { multiple = false, root = document.body, timeout = 0 } = options;
|
|
1032
1032
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerpagestoolkit",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3323",
|
|
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": "./dist/bundle.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|