be-intl 0.0.31 → 0.0.32
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/behivior.js +3 -7
- package/package.json +5 -5
package/behivior.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { BeHive } from 'be-hive/be-hive.js';
|
|
2
|
-
import { MountObserver } from 'mount-observer/MountObserver.js';
|
|
3
|
-
const base = 'be-intl';
|
|
1
|
+
import { BeHive, MountObserver, seed } from 'be-hive/be-hive.js';
|
|
4
2
|
const defaultLocale = new Intl.NumberFormat().resolvedOptions().locale;
|
|
5
3
|
export const emc = {
|
|
6
|
-
base,
|
|
4
|
+
base: 'be-intl',
|
|
7
5
|
branches: ['', 'style', 'currency',],
|
|
8
6
|
map: {
|
|
9
7
|
'0.0': {
|
|
@@ -33,7 +31,5 @@ export const emc = {
|
|
|
33
31
|
return BeIntl;
|
|
34
32
|
}
|
|
35
33
|
};
|
|
36
|
-
const mose =
|
|
37
|
-
mose.id = base;
|
|
38
|
-
mose.synConfig = emc;
|
|
34
|
+
const mose = seed(emc);
|
|
39
35
|
MountObserver.synthesize(document, BeHive, mose);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "be-intl",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"web-components",
|
|
6
6
|
"web-component",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"update": "ncu -u && npm install"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"be-enhanced": "0.0.
|
|
30
|
-
"be-hive": "0.0.
|
|
29
|
+
"be-enhanced": "0.0.98",
|
|
30
|
+
"be-hive": "0.0.175",
|
|
31
31
|
"be-propagating": "0.0.43",
|
|
32
|
-
"be-value-added": "0.0.
|
|
32
|
+
"be-value-added": "0.0.35",
|
|
33
33
|
"mount-observer": "0.0.27",
|
|
34
|
-
"trans-render": "0.0.
|
|
34
|
+
"trans-render": "0.0.780"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"may-it-serve": "0.0.6",
|