hyperscript-rxjs 1.3.21 → 1.3.22

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.
@@ -1140,7 +1140,7 @@ export declare function parsePropName(props: string, obj: Record<string, any>):
1140
1140
  * @throws {Error} 当输入不包含任何BehaviorSubject或结构不符合预期时抛出错误
1141
1141
  */
1142
1142
  export declare function pickBehaviorSubject(model: Record<string | number, any> & {
1143
- pickeys?: string[];
1143
+ pickeys?: () => string[];
1144
1144
  }): Record<string | number, any>;
1145
1145
 
1146
1146
  export declare function pipe(initialValue: any, ...fns: ((arg: any) => any)[]): any;
package/package.json CHANGED
@@ -30,7 +30,6 @@
30
30
  "name": "hyperscript-rxjs",
31
31
  "description": "A js UI library that uses rxjs to handle dom directly.",
32
32
  "author": "cuishengli<34696643@qq.com>",
33
- "version": "1.3.21",
34
33
  "keywords": [
35
34
  "ui",
36
35
  "rxjs",
@@ -46,6 +45,7 @@
46
45
  "type": "module",
47
46
  "sideEffects": false,
48
47
  "license": "LGPL-3.0-or-later",
48
+ "version": "1.3.22",
49
49
  "files": [
50
50
  "dist",
51
51
  "README.md"