@genesislcap/foundation-utils 14.138.1 → 14.139.0
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/dist/custom-elements.json +35 -35
- package/package.json +5 -5
|
@@ -1487,6 +1487,41 @@
|
|
|
1487
1487
|
}
|
|
1488
1488
|
]
|
|
1489
1489
|
},
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "javascript-module",
|
|
1492
|
+
"path": "src/utils/index.ts",
|
|
1493
|
+
"declarations": [],
|
|
1494
|
+
"exports": [
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "js",
|
|
1497
|
+
"name": "*",
|
|
1498
|
+
"declaration": {
|
|
1499
|
+
"name": "*",
|
|
1500
|
+
"package": "./logger"
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
]
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "javascript-module",
|
|
1507
|
+
"path": "src/utils/logger.ts",
|
|
1508
|
+
"declarations": [
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "variable",
|
|
1511
|
+
"name": "logger"
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"exports": [
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "js",
|
|
1517
|
+
"name": "logger",
|
|
1518
|
+
"declaration": {
|
|
1519
|
+
"name": "logger",
|
|
1520
|
+
"module": "src/utils/logger.ts"
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
]
|
|
1524
|
+
},
|
|
1490
1525
|
{
|
|
1491
1526
|
"kind": "javascript-module",
|
|
1492
1527
|
"path": "src/styles/color.ts",
|
|
@@ -1834,41 +1869,6 @@
|
|
|
1834
1869
|
}
|
|
1835
1870
|
]
|
|
1836
1871
|
},
|
|
1837
|
-
{
|
|
1838
|
-
"kind": "javascript-module",
|
|
1839
|
-
"path": "src/utils/index.ts",
|
|
1840
|
-
"declarations": [],
|
|
1841
|
-
"exports": [
|
|
1842
|
-
{
|
|
1843
|
-
"kind": "js",
|
|
1844
|
-
"name": "*",
|
|
1845
|
-
"declaration": {
|
|
1846
|
-
"name": "*",
|
|
1847
|
-
"package": "./logger"
|
|
1848
|
-
}
|
|
1849
|
-
}
|
|
1850
|
-
]
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"kind": "javascript-module",
|
|
1854
|
-
"path": "src/utils/logger.ts",
|
|
1855
|
-
"declarations": [
|
|
1856
|
-
{
|
|
1857
|
-
"kind": "variable",
|
|
1858
|
-
"name": "logger"
|
|
1859
|
-
}
|
|
1860
|
-
],
|
|
1861
|
-
"exports": [
|
|
1862
|
-
{
|
|
1863
|
-
"kind": "js",
|
|
1864
|
-
"name": "logger",
|
|
1865
|
-
"declaration": {
|
|
1866
|
-
"name": "logger",
|
|
1867
|
-
"module": "src/utils/logger.ts"
|
|
1868
|
-
}
|
|
1869
|
-
}
|
|
1870
|
-
]
|
|
1871
|
-
},
|
|
1872
1872
|
{
|
|
1873
1873
|
"kind": "javascript-module",
|
|
1874
1874
|
"path": "src/uuid/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.139.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.139.0",
|
|
23
|
+
"@genesislcap/genx": "14.139.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.139.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.30.6",
|
|
29
29
|
"@microsoft/fast-element": "^1.12.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "403107fcfb26a335c8db254a3327663e60e7af78"
|
|
46
46
|
}
|