clientnode 3.0.1117 → 3.0.1119

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1247,7 +1247,7 @@ export declare class Tools<TElement = HTMLElement> {
1247
1247
  *
1248
1248
  * @returns Object with error message during parsing / running or result.
1249
1249
  */
1250
- static stringEvaluate<T = string, S extends Mapping<unknown> = Mapping<unknown>>(this: void, expression: string, scope?: S, execute?: boolean, binding?: unknown): EvaluationResult<T>;
1250
+ static stringEvaluate<T = string, S extends object = object>(this: void, expression: string, scope?: S, execute?: boolean, binding?: unknown): EvaluationResult<T>;
1251
1251
  /**
1252
1252
  * Finds the string match of given query in given target text by applying
1253
1253
  * given normalisation function to target and query.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.1117",
3
+ "version": "3.0.1119",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",