@genesislcap/foundation-utils 14.77.0 → 14.77.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 +2 -2
|
@@ -666,29 +666,6 @@
|
|
|
666
666
|
}
|
|
667
667
|
]
|
|
668
668
|
},
|
|
669
|
-
{
|
|
670
|
-
"kind": "javascript-module",
|
|
671
|
-
"path": "src/directives/index.ts",
|
|
672
|
-
"declarations": [],
|
|
673
|
-
"exports": [
|
|
674
|
-
{
|
|
675
|
-
"kind": "js",
|
|
676
|
-
"name": "*",
|
|
677
|
-
"declaration": {
|
|
678
|
-
"name": "*",
|
|
679
|
-
"package": "./sync"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"kind": "js",
|
|
684
|
-
"name": "*",
|
|
685
|
-
"declaration": {
|
|
686
|
-
"name": "*",
|
|
687
|
-
"package": "./when-else"
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
]
|
|
691
|
-
},
|
|
692
669
|
{
|
|
693
670
|
"kind": "javascript-module",
|
|
694
671
|
"path": "src/error/errorMap.ts",
|
|
@@ -883,6 +860,29 @@
|
|
|
883
860
|
}
|
|
884
861
|
]
|
|
885
862
|
},
|
|
863
|
+
{
|
|
864
|
+
"kind": "javascript-module",
|
|
865
|
+
"path": "src/directives/index.ts",
|
|
866
|
+
"declarations": [],
|
|
867
|
+
"exports": [
|
|
868
|
+
{
|
|
869
|
+
"kind": "js",
|
|
870
|
+
"name": "*",
|
|
871
|
+
"declaration": {
|
|
872
|
+
"name": "*",
|
|
873
|
+
"package": "./sync"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"kind": "js",
|
|
878
|
+
"name": "*",
|
|
879
|
+
"declaration": {
|
|
880
|
+
"name": "*",
|
|
881
|
+
"package": "./when-else"
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
]
|
|
885
|
+
},
|
|
886
886
|
{
|
|
887
887
|
"kind": "javascript-module",
|
|
888
888
|
"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.77.
|
|
4
|
+
"version": "14.77.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"customElements": "dist/custom-elements.json",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "3c3f770e8109ed802bc30409d3cd4d75bacac7bb"
|
|
45
45
|
}
|