@genesislcap/foundation-utils 14.133.0 → 14.133.1
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 +23 -23
- package/package.json +5 -5
|
@@ -444,6 +444,29 @@
|
|
|
444
444
|
}
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
|
+
{
|
|
448
|
+
"kind": "javascript-module",
|
|
449
|
+
"path": "src/directives/index.ts",
|
|
450
|
+
"declarations": [],
|
|
451
|
+
"exports": [
|
|
452
|
+
{
|
|
453
|
+
"kind": "js",
|
|
454
|
+
"name": "*",
|
|
455
|
+
"declaration": {
|
|
456
|
+
"name": "*",
|
|
457
|
+
"package": "./sync"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./when-else"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
447
470
|
{
|
|
448
471
|
"kind": "javascript-module",
|
|
449
472
|
"path": "src/env/index.ts",
|
|
@@ -866,29 +889,6 @@
|
|
|
866
889
|
}
|
|
867
890
|
]
|
|
868
891
|
},
|
|
869
|
-
{
|
|
870
|
-
"kind": "javascript-module",
|
|
871
|
-
"path": "src/directives/index.ts",
|
|
872
|
-
"declarations": [],
|
|
873
|
-
"exports": [
|
|
874
|
-
{
|
|
875
|
-
"kind": "js",
|
|
876
|
-
"name": "*",
|
|
877
|
-
"declaration": {
|
|
878
|
-
"name": "*",
|
|
879
|
-
"package": "./sync"
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"kind": "js",
|
|
884
|
-
"name": "*",
|
|
885
|
-
"declaration": {
|
|
886
|
-
"name": "*",
|
|
887
|
-
"package": "./when-else"
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
},
|
|
892
892
|
{
|
|
893
893
|
"kind": "javascript-module",
|
|
894
894
|
"path": "src/formatters/datetime.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.133.
|
|
4
|
+
"version": "14.133.1",
|
|
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.133.
|
|
23
|
-
"@genesislcap/genx": "14.133.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.133.1",
|
|
23
|
+
"@genesislcap/genx": "14.133.1",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.133.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.133.1",
|
|
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": "60a1b03191d94703044ded0ed9c95d2ec4d61963"
|
|
46
46
|
}
|