powerpagestoolkit 3.0.4063 → 3.0.5002
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.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Custom HTTP wrapper function that handles authentication for the call from within PowerPages for you, making it all the easier to make API calls with {@link API}
|
|
4
4
|
*/
|
|
5
|
-
export default function safeAjax(
|
|
5
|
+
export default function safeAjax<T = any>(options: JQuery.AjaxSettings): JQuery.Promise<T, any, any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerpagestoolkit",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5002",
|
|
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/src/index.js",
|
|
6
6
|
"module": "./dist/src/index.js",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/preset-env": "^7.25.8",
|
|
45
|
-
"@types/
|
|
45
|
+
"@types/jquery": "^3.5.32",
|
|
46
|
+
"@types/node": "^22.13.10",
|
|
46
47
|
"@typescript-eslint/parser": "^8.20.0",
|
|
47
48
|
"buffer": "^6.0.3",
|
|
48
49
|
"css-loader": "^7.1.2",
|