powerpagestoolkit 1.3.0 → 1.3.101

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,11 +20,11 @@ import {
20
20
 
21
21
  # Modules
22
22
 
23
- ## `DOMNodereference`
23
+ ### `DOMNodereference`
24
24
 
25
25
  The `DOMNodeReference` module simplifies DOM element management. It provides functionalities for creating and interacting with DOM elements:
26
26
 
27
- ### Usage
27
+ #### Usage
28
28
 
29
29
  - **`createDOMNodeReference(selector)`**: Creates a `DOMNodeReference` instance for a single DOM element specified by a CSS selector or HTMLElement. Returns a `DOMNodeReference` instance.
30
30
 
@@ -119,7 +119,7 @@ onceLoaded(callback: (instance: DOMNodeReference) => void)
119
119
 
120
120
  ```
121
121
 
122
- ## `API`
122
+ ### `API`
123
123
 
124
124
  The `API` module provides functions for creating and retrieving records from a DataVerse. It includes the following methods:
125
125
 
@@ -128,7 +128,7 @@ The `API` module provides functions for creating and retrieving records from a D
128
128
 
129
129
  - **`getMultiple(tableSetName, queryParameters)`**: Retrieves multiple records from the DataVerse based on specified query parameters. Returns a Promise that resolves with the list of retrieved records or rejects with an error.
130
130
 
131
- ### Usage
131
+ #### Usage
132
132
 
133
133
  ###### 1. Creating a Record
134
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerpagestoolkit",
3
- "version": "1.3.0",
3
+ "version": "1.3.101",
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",