@genesislcap/foundation-utils 14.122.0 → 14.122.2-alpha-8195fd971b3.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 +5 -5
|
@@ -394,6 +394,29 @@
|
|
|
394
394
|
}
|
|
395
395
|
]
|
|
396
396
|
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "javascript-module",
|
|
399
|
+
"path": "src/directives/index.ts",
|
|
400
|
+
"declarations": [],
|
|
401
|
+
"exports": [
|
|
402
|
+
{
|
|
403
|
+
"kind": "js",
|
|
404
|
+
"name": "*",
|
|
405
|
+
"declaration": {
|
|
406
|
+
"name": "*",
|
|
407
|
+
"package": "./sync"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "js",
|
|
412
|
+
"name": "*",
|
|
413
|
+
"declaration": {
|
|
414
|
+
"name": "*",
|
|
415
|
+
"package": "./when-else"
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
},
|
|
397
420
|
{
|
|
398
421
|
"kind": "javascript-module",
|
|
399
422
|
"path": "src/design-system/design-system.ts",
|
|
@@ -667,29 +690,6 @@
|
|
|
667
690
|
}
|
|
668
691
|
]
|
|
669
692
|
},
|
|
670
|
-
{
|
|
671
|
-
"kind": "javascript-module",
|
|
672
|
-
"path": "src/directives/index.ts",
|
|
673
|
-
"declarations": [],
|
|
674
|
-
"exports": [
|
|
675
|
-
{
|
|
676
|
-
"kind": "js",
|
|
677
|
-
"name": "*",
|
|
678
|
-
"declaration": {
|
|
679
|
-
"name": "*",
|
|
680
|
-
"package": "./sync"
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"kind": "js",
|
|
685
|
-
"name": "*",
|
|
686
|
-
"declaration": {
|
|
687
|
-
"name": "*",
|
|
688
|
-
"package": "./when-else"
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
]
|
|
692
|
-
},
|
|
693
693
|
{
|
|
694
694
|
"kind": "javascript-module",
|
|
695
695
|
"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.122.0",
|
|
4
|
+
"version": "14.122.2-alpha-8195fd971b3.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.122.0",
|
|
23
|
-
"@genesislcap/genx": "14.122.0",
|
|
22
|
+
"@genesislcap/foundation-testing": "14.122.2-alpha-8195fd971b3.0",
|
|
23
|
+
"@genesislcap/genx": "14.122.2-alpha-8195fd971b3.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.122.0",
|
|
27
|
+
"@genesislcap/foundation-logger": "14.122.2-alpha-8195fd971b3.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a23b77e5174ac6cb78857b847d948b632e44b264"
|
|
46
46
|
}
|