@breadstone/mosaik-elements 0.0.221 → 0.0.223

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.
@@ -13,7 +13,7 @@ export interface IEventListenerSubscription {
13
13
  * This function returns true if the object is an `{@link IEventListenerSubscription}`, and false if not.
14
14
  *
15
15
  * @public
16
- * @param value - The value to check.
16
+ * @param value The value to check.
17
17
  */
18
18
  export declare function isEventListenerSubscription(value: unknown): value is IEventListenerSubscription;
19
19
  //# sourceMappingURL=IEventListenerSubscription.d.ts.map
@@ -3,7 +3,7 @@
3
3
  * This function returns true if the object is an `{@link IEventListenerSubscription}`, and false if not.
4
4
  *
5
5
  * @public
6
- * @param value - The value to check.
6
+ * @param value The value to check.
7
7
  */
8
8
  export function isEventListenerSubscription(value) {
9
9
  if (!value || typeof value !== 'object') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements",
3
- "version": "0.0.221",
3
+ "version": "0.0.223",
4
4
  "description": "Mosaik element core package.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",