@rxdi/lit-html 0.7.127 → 0.7.128

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.
@@ -17,7 +17,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  __exportStar(require("./lit-element"), exports);
19
19
  __exportStar(require("./decorators"), exports);
20
- console.warn("The main 'lit-element' module entrypoint is deprecated. Please update " +
21
- "your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' " +
22
- "or import from 'lit-element/lit-element.ts'. See " +
23
- 'https://lit.dev/msg/deprecated-import-path for more information.');
20
+ // console.warn(
21
+ // "The main 'lit-element' module entrypoint is deprecated. Please update " +
22
+ // "your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' " +
23
+ // "or import from 'lit-element/lit-element.ts'. See " +
24
+ // 'https://lit.dev/msg/deprecated-import-path for more information.'
25
+ // );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdi/lit-html",
3
- "version": "0.7.127",
3
+ "version": "0.7.128",
4
4
  "main": "./dist/index.js",
5
5
  "author": "Kristiyan Tachev",
6
6
  "license": "MIT",