be-hive 0.0.54 → 0.0.57

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 -0
  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)
@@ -71,4 +73,5 @@ in be-hive/register.js
71
73
 
72
74
  be-hive then determines which be-hiviors to inherit.
73
75
 
76
+ [TODO] Provide a "registry" for be-hiviors to read common meta information.
74
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-hive",
3
- "version": "0.0.54",
3
+ "version": "0.0.57",
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.578"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@playwright/test": "1.25.0",