powerpagestoolkit 1.1.27 → 1.1.29

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.
@@ -7,7 +7,7 @@
7
7
  exports["powerpagestoolkit"] = factory();
8
8
  else
9
9
  root["powerpagestoolkit"] = factory();
10
- })(this, () => {
10
+ })(self, () => {
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
@@ -488,8 +488,7 @@ __webpack_require__.r(__webpack_exports__);
488
488
 
489
489
  // EXPORTS
490
490
  __webpack_require__.d(__webpack_exports__, {
491
- API: () => (/* reexport */ JS_API),
492
- createDOMNodeReference: () => (/* reexport */ createDOMNodeReference)
491
+ "default": () => (/* binding */ src)
493
492
  });
494
493
 
495
494
  ;// ./src/JS/safeAjax.js
@@ -1093,7 +1092,11 @@ function _createDOMNodeReference() {
1093
1092
  ;// ./src/index.js
1094
1093
 
1095
1094
 
1096
-
1095
+ var powerpagestoolkit = {
1096
+ API: JS_API,
1097
+ createDOMNodeReference: createDOMNodeReference
1098
+ };
1099
+ /* harmony default export */ const src = (powerpagestoolkit);
1097
1100
  /******/ return __webpack_exports__;
1098
1101
  /******/ })()
1099
1102
  ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerpagestoolkit",
3
- "version": "1.1.27",
3
+ "version": "1.1.29",
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/index.bundle.js",
6
6
  "types": "index.d.ts",