website-utilities 1.0.408 → 1.0.409

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -109,6 +109,7 @@ export declare class WebsiteUtilities<TElement = HTMLElement, ExternalProperties
109
109
  * configured dom content.
110
110
  * @param name - Attribute name which was updates.
111
111
  * @param newValue - New updated value.
112
+ * @returns Promise resolving when attribute has been updated.
112
113
  */
113
114
  onUpdateAttribute(name: string, newValue: string): Promise<void>;
114
115
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "website-utilities",
3
- "version": "1.0.408",
3
+ "version": "1.0.409",
4
4
  "description": "extend your web app",
5
5
  "keywords": [
6
6
  "website",