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.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# be-hive
|
|
2
2
|
|
|
3
|
+
[](https://www.webcomponents.org/element/bahrus/be-hive)
|
|
4
|
+
|
|
3
5
|
[](https://github.com/bahrus/be-hive/actions/workflows/CI.yml)
|
|
4
6
|
|
|
5
7
|
[](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)
|
|
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.
|
|
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.
|
|
30
|
+
"trans-render": "0.0.574"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@playwright/test": "1.25.0",
|