be-intl 0.0.41 → 0.0.43

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 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -29,7 +29,6 @@ emits
29
29
  <time lang="ar-EG" datetime="2011-11-18T14:54:39.929Z" be-intl="{ &quot;weekday&quot;: &quot;long&quot;, &quot;year&quot;: &quot;numeric&quot;, &quot;month&quot;: &quot;long&quot;, &quot;day&quot;: &quot;numeric&quot; }">الجمعة، ١٨ نوفمبر ٢٠١١</time>
30
30
  ```
31
31
 
32
- [WIP]
33
32
 
34
33
  We can also employ more semantic syntax:
35
34
 
@@ -37,7 +36,7 @@ We can also employ more semantic syntax:
37
36
  <data value=123456.789 lang="de-DE" be-intl-style=currency be-intl-currency=EUR></data>
38
37
  ```
39
38
 
40
- ## Alternative names [TODO]
39
+ ## Alternative names
41
40
 
42
41
  The semantic example above involves a lot of keyboard tapping of the letters "be-intl". To avoid blisters on your itty bitty fingers, we provide an alternative base attribute you can use:
43
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-intl",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "keywords": [
5
5
  "web-components",
6
6
  "web-component",
@@ -27,15 +27,15 @@
27
27
  "update": "ncu -u && npm install"
28
28
  },
29
29
  "dependencies": {
30
- "be-enhanced": "0.0.112",
31
- "be-hive": "0.0.191",
32
- "be-propagating": "0.0.53",
33
- "be-value-added": "0.0.45",
34
- "trans-render": "0.0.796"
30
+ "be-enhanced": "0.0.113",
31
+ "be-hive": "0.0.193",
32
+ "be-propagating": "0.0.55",
33
+ "be-value-added": "0.0.47",
34
+ "trans-render": "0.0.800"
35
35
  },
36
36
  "devDependencies": {
37
37
  "may-it-serve": "0.0.8",
38
- "@playwright/test": "1.45.1"
38
+ "@playwright/test": "1.45.2"
39
39
  },
40
40
  "author": "anderson.bruce.b@gmail.com",
41
41
  "license": "MIT"