@genesislcap/foundation-utils 14.77.0 → 14.77.1-alpha-7248576.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 +23 -23
- package/package.json +2 -2
|
@@ -443,6 +443,29 @@
|
|
|
443
443
|
}
|
|
444
444
|
]
|
|
445
445
|
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "javascript-module",
|
|
448
|
+
"path": "src/directives/index.ts",
|
|
449
|
+
"declarations": [],
|
|
450
|
+
"exports": [
|
|
451
|
+
{
|
|
452
|
+
"kind": "js",
|
|
453
|
+
"name": "*",
|
|
454
|
+
"declaration": {
|
|
455
|
+
"name": "*",
|
|
456
|
+
"package": "./sync"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"kind": "js",
|
|
461
|
+
"name": "*",
|
|
462
|
+
"declaration": {
|
|
463
|
+
"name": "*",
|
|
464
|
+
"package": "./when-else"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
]
|
|
468
|
+
},
|
|
446
469
|
{
|
|
447
470
|
"kind": "javascript-module",
|
|
448
471
|
"path": "src/env/index.ts",
|
|
@@ -666,29 +689,6 @@
|
|
|
666
689
|
}
|
|
667
690
|
]
|
|
668
691
|
},
|
|
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
692
|
{
|
|
693
693
|
"kind": "javascript-module",
|
|
694
694
|
"path": "src/error/errorMap.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.0",
|
|
4
|
+
"version": "14.77.1-alpha-7248576.0",
|
|
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": "feff0c2dba8bff2b00afe0e4aa3bf1d5d649a7b0"
|
|
45
45
|
}
|