@genesislcap/foundation-utils 14.474.0-canary.TAM-8.26-patch.2 → 14.474.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.
@@ -448,6 +448,29 @@
448
448
  }
449
449
  ]
450
450
  },
451
+ {
452
+ "kind": "javascript-module",
453
+ "path": "src/directives/index.ts",
454
+ "declarations": [],
455
+ "exports": [
456
+ {
457
+ "kind": "js",
458
+ "name": "*",
459
+ "declaration": {
460
+ "name": "*",
461
+ "package": "./sync"
462
+ }
463
+ },
464
+ {
465
+ "kind": "js",
466
+ "name": "*",
467
+ "declaration": {
468
+ "name": "*",
469
+ "package": "./when-else"
470
+ }
471
+ }
472
+ ]
473
+ },
451
474
  {
452
475
  "kind": "javascript-module",
453
476
  "path": "src/design-system/design-system.ts",
@@ -652,7 +675,7 @@
652
675
  },
653
676
  {
654
677
  "kind": "javascript-module",
655
- "path": "src/directives/index.ts",
678
+ "path": "src/encoding/index.ts",
656
679
  "declarations": [],
657
680
  "exports": [
658
681
  {
@@ -660,15 +683,7 @@
660
683
  "name": "*",
661
684
  "declaration": {
662
685
  "name": "*",
663
- "package": "./sync"
664
- }
665
- },
666
- {
667
- "kind": "js",
668
- "name": "*",
669
- "declaration": {
670
- "name": "*",
671
- "package": "./when-else"
686
+ "package": "./base64"
672
687
  }
673
688
  }
674
689
  ]
@@ -726,21 +741,6 @@
726
741
  }
727
742
  ]
728
743
  },
729
- {
730
- "kind": "javascript-module",
731
- "path": "src/encoding/index.ts",
732
- "declarations": [],
733
- "exports": [
734
- {
735
- "kind": "js",
736
- "name": "*",
737
- "declaration": {
738
- "name": "*",
739
- "package": "./base64"
740
- }
741
- }
742
- ]
743
- },
744
744
  {
745
745
  "kind": "javascript-module",
746
746
  "path": "src/env/index.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.474.0-canary.TAM-8.26-patch.2",
4
+ "version": "14.474.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.474.0-canary.TAM-8.26-patch.2",
33
- "@genesislcap/genx": "14.474.0-canary.TAM-8.26-patch.2",
34
- "@genesislcap/rollup-builder": "14.474.0-canary.TAM-8.26-patch.2",
35
- "@genesislcap/ts-builder": "14.474.0-canary.TAM-8.26-patch.2",
36
- "@genesislcap/uvu-playwright-builder": "14.474.0-canary.TAM-8.26-patch.2",
37
- "@genesislcap/vite-builder": "14.474.0-canary.TAM-8.26-patch.2",
38
- "@genesislcap/webpack-builder": "14.474.0-canary.TAM-8.26-patch.2",
32
+ "@genesislcap/foundation-testing": "14.474.1",
33
+ "@genesislcap/genx": "14.474.1",
34
+ "@genesislcap/rollup-builder": "14.474.1",
35
+ "@genesislcap/ts-builder": "14.474.1",
36
+ "@genesislcap/uvu-playwright-builder": "14.474.1",
37
+ "@genesislcap/vite-builder": "14.474.1",
38
+ "@genesislcap/webpack-builder": "14.474.1",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.474.0-canary.TAM-8.26-patch.2",
43
- "@genesislcap/foundation-logger": "14.474.0-canary.TAM-8.26-patch.2",
42
+ "@genesislcap/expression-builder": "14.474.1",
43
+ "@genesislcap/foundation-logger": "14.474.1",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "982c6b4a6f9532461a2f7195af4e0bd41a4519e7"
61
+ "gitHead": "ebc26b1c0eeb4ea2d2ac8d419ad06425a4386ed3"
62
62
  }