@rhtml/operators 0.0.82 → 0.0.86

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/dist/let.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/let.d.ts CHANGED
@@ -4,7 +4,7 @@ import { LitElement } from '@rxdi/lit-html';
4
4
  */
5
5
  export declare class LetOperator extends LitElement {
6
6
  data: any[];
7
- item: (v: any) => import("lit-html").TemplateResult<1>;
7
+ item: (v: any) => import("@rxdi/lit-html").TemplateResult<1>;
8
8
  private normalizeArray;
9
9
  private isObservable;
10
10
  private isFunction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhtml/operators",
3
- "version": "0.0.82",
3
+ "version": "0.0.86",
4
4
  "description": "Reactive HyperText Markup Language",
5
5
  "scripts": {
6
6
  "start": "npx parcel ./examples/index.html --out-dir build/examples",
@@ -18,8 +18,8 @@
18
18
  "author": "Kristiyan Tachev",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@rxdi/lit-html": "^0.7.119",
22
- "@rhtml/renderer": "0.0.82"
21
+ "@rxdi/lit-html": "^0.7.133",
22
+ "@rhtml/renderer": "0.0.86"
23
23
  },
24
24
  "devDependencies": {
25
25
  "eslint": "^6.7.2",