be-hive 0.0.53 → 0.0.56

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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # be-hive
2
2
 
3
+ [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/bahrus/be-hive)
4
+
3
5
  [![Playwright Tests](https://github.com/bahrus/be-hive/actions/workflows/CI.yml/badge.svg)](https://github.com/bahrus/be-hive/actions/workflows/CI.yml)
4
6
 
5
7
  [![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)
@@ -10,7 +12,7 @@
10
12
 
11
13
  ## Inheriting behiviors
12
14
 
13
- [be-hive](https://www.youtube.com/watch?v=SQoOwosJWns) let's it [snow in August](https://www.youtube.com/watch?v=m3dmnOtqrV0).
15
+ [be-hive](https://www.youtube.com/watch?v=SQoOwosJWns) lets it [snow in August](https://www.youtube.com/watch?v=m3dmnOtqrV0).
14
16
 
15
17
  be-hive allows us to manage and coordinate the [family, or HTML frimework](https://github.com/bahrus/may-it-be) of [be-decorated](https://github.com/bahrus/be-decorated) element behiviors / decorators.
16
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-hive",
3
- "version": "0.0.53",
3
+ "version": "0.0.56",
4
4
  "keywords": [
5
5
  "web-components",
6
6
  "web-component",
@@ -27,7 +27,7 @@
27
27
  "doc": "custom-elements-manifest analyze"
28
28
  },
29
29
  "dependencies": {
30
- "trans-render": "0.0.562"
30
+ "trans-render": "0.0.574"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@playwright/test": "1.25.0",