@genesislcap/foundation-utils 14.91.2 → 14.91.3

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.
@@ -443,29 +443,6 @@
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
- },
469
446
  {
470
447
  "kind": "javascript-module",
471
448
  "path": "src/env/index.ts",
@@ -689,6 +666,29 @@
689
666
  }
690
667
  ]
691
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
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.91.2",
4
+ "version": "14.91.3",
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.91.2",
23
- "@genesislcap/genx": "14.91.2",
22
+ "@genesislcap/foundation-testing": "14.91.3",
23
+ "@genesislcap/genx": "14.91.3",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.91.2",
27
+ "@genesislcap/foundation-logger": "14.91.3",
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": "a8402fa7bf98f023ba0b11a422bf51d57018daa9"
45
+ "gitHead": "2f484055c4e70f74ded4d74e6cd4a3b8184c6a39"
46
46
  }