be-hive 0.0.127 → 0.0.129

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/README.md +1 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,13 +1,9 @@
1
1
  # be-hive
2
2
 
3
3
  [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/bahrus/be-hive)
4
-
5
-
6
4
  [![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/be-hive?style=for-the-badge)](https://bundlephobia.com/result?p=be-hive)
7
-
8
5
  <img src="http://img.badgesize.io/https://cdn.jsdelivr.net/npm/be-hive?compression=gzip">
9
-
10
- <a href="https://nodei.co/npm/be-hive/"><img src="https://nodei.co/npm/be-hive.png"></a>
6
+ [![NPM version](https://badge.fury.io/js/be-hive.png)](http://badge.fury.io/js/be-hive)
11
7
 
12
8
  ## Inheriting behiviors
13
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-hive",
3
- "version": "0.0.127",
3
+ "version": "0.0.129",
4
4
  "keywords": [
5
5
  "web-components",
6
6
  "web-component",
@@ -28,9 +28,9 @@
28
28
  "update": "ncu -u && npm install"
29
29
  },
30
30
  "dependencies": {
31
- "be-enhanced": "0.0.56",
32
- "mount-observer": "0.0.4",
33
- "trans-render": "0.0.707"
31
+ "be-enhanced": "0.0.58",
32
+ "mount-observer": "0.0.6",
33
+ "trans-render": "0.0.724"
34
34
  },
35
35
  "devDependencies": {
36
36
  "may-it-serve": "0.0.6"