be-intl 0.0.41 → 0.0.42
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 +1 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -29,7 +29,6 @@ emits
|
|
|
29
29
|
<time lang="ar-EG" datetime="2011-11-18T14:54:39.929Z" be-intl="{ "weekday": "long", "year": "numeric", "month": "long", "day": "numeric" }">الجمعة، ١٨ نوفمبر ٢٠١١</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
|
|
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.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"web-components",
|
|
6
6
|
"web-component",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"be-enhanced": "0.0.112",
|
|
31
|
-
"be-hive": "0.0.
|
|
32
|
-
"be-propagating": "0.0.
|
|
33
|
-
"be-value-added": "0.0.
|
|
31
|
+
"be-hive": "0.0.192",
|
|
32
|
+
"be-propagating": "0.0.54",
|
|
33
|
+
"be-value-added": "0.0.46",
|
|
34
34
|
"trans-render": "0.0.796"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|