@genesislcap/foundation-utils 14.217.5 → 14.217.6

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.
@@ -468,29 +468,6 @@
468
468
  }
469
469
  ]
470
470
  },
471
- {
472
- "kind": "javascript-module",
473
- "path": "src/directives/index.ts",
474
- "declarations": [],
475
- "exports": [
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./sync"
482
- }
483
- },
484
- {
485
- "kind": "js",
486
- "name": "*",
487
- "declaration": {
488
- "name": "*",
489
- "package": "./when-else"
490
- }
491
- }
492
- ]
493
- },
494
471
  {
495
472
  "kind": "javascript-module",
496
473
  "path": "src/env/index.ts",
@@ -729,6 +706,29 @@
729
706
  }
730
707
  ]
731
708
  },
709
+ {
710
+ "kind": "javascript-module",
711
+ "path": "src/directives/index.ts",
712
+ "declarations": [],
713
+ "exports": [
714
+ {
715
+ "kind": "js",
716
+ "name": "*",
717
+ "declaration": {
718
+ "name": "*",
719
+ "package": "./sync"
720
+ }
721
+ },
722
+ {
723
+ "kind": "js",
724
+ "name": "*",
725
+ "declaration": {
726
+ "name": "*",
727
+ "package": "./when-else"
728
+ }
729
+ }
730
+ ]
731
+ },
732
732
  {
733
733
  "kind": "javascript-module",
734
734
  "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.217.5",
4
+ "version": "14.217.6",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.217.5",
31
- "@genesislcap/genx": "14.217.5",
32
- "@genesislcap/rollup-builder": "14.217.5",
33
- "@genesislcap/ts-builder": "14.217.5",
34
- "@genesislcap/uvu-playwright-builder": "14.217.5",
35
- "@genesislcap/vite-builder": "14.217.5",
36
- "@genesislcap/webpack-builder": "14.217.5",
30
+ "@genesislcap/foundation-testing": "14.217.6",
31
+ "@genesislcap/genx": "14.217.6",
32
+ "@genesislcap/rollup-builder": "14.217.6",
33
+ "@genesislcap/ts-builder": "14.217.6",
34
+ "@genesislcap/uvu-playwright-builder": "14.217.6",
35
+ "@genesislcap/vite-builder": "14.217.6",
36
+ "@genesislcap/webpack-builder": "14.217.6",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.217.5",
40
+ "@genesislcap/foundation-logger": "14.217.6",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "c1c1d2beb1f683dd154311a638a40bcb2a1a1cab"
58
+ "gitHead": "84132703b718e0149c22f3ddac32e7d1441013cc"
59
59
  }