@rhtml/renderer 0.0.117 → 0.0.119

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.
@@ -5,11 +5,11 @@ import { LitElement } from '@rxdi/lit-html';
5
5
  export declare class Renderer extends LitElement {
6
6
  options: {
7
7
  state: {};
8
- render: (res: any, setState: any, shadowRoot: any) => import("@rxdi/lit-html").TemplateResult<1>;
8
+ render: (res: any, setState: any, shadowRoot: any) => import("lit-html").TemplateResult<1>;
9
9
  style: import("@rxdi/lit-html").CSSResult;
10
10
  deepCloneState: boolean;
11
- loading: () => import("@rxdi/lit-html").TemplateResult<1>;
12
- error: (e: any) => import("@rxdi/lit-html").TemplateResult<1>;
11
+ loading: () => import("lit-html").TemplateResult<1>;
12
+ error: (e: any) => import("lit-html").TemplateResult<1>;
13
13
  };
14
14
  private loading;
15
15
  private error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhtml/renderer",
3
- "version": "0.0.117",
3
+ "version": "0.0.119",
4
4
  "description": "Reactive HyperText Markup Language",
5
5
  "scripts": {
6
6
  "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist",
@@ -15,7 +15,7 @@
15
15
  "url": "git@github.com:rhtml/rhtml.git"
16
16
  },
17
17
  "dependencies": {
18
- "@rxdi/lit-html": "^0.7.133"
18
+ "@rxdi/lit-html": "^0.7.159"
19
19
  },
20
20
  "devDependencies": {},
21
21
  "author": "Kristiyan Tachev",