@genesislcap/foundation-utils 14.373.2 → 14.374.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.
@@ -444,6 +444,29 @@
444
444
  }
445
445
  ]
446
446
  },
447
+ {
448
+ "kind": "javascript-module",
449
+ "path": "src/directives/index.ts",
450
+ "declarations": [],
451
+ "exports": [
452
+ {
453
+ "kind": "js",
454
+ "name": "*",
455
+ "declaration": {
456
+ "name": "*",
457
+ "package": "./sync"
458
+ }
459
+ },
460
+ {
461
+ "kind": "js",
462
+ "name": "*",
463
+ "declaration": {
464
+ "name": "*",
465
+ "package": "./when-else"
466
+ }
467
+ }
468
+ ]
469
+ },
447
470
  {
448
471
  "kind": "javascript-module",
449
472
  "path": "src/design-system/design-system.ts",
@@ -564,29 +587,6 @@
564
587
  }
565
588
  ]
566
589
  },
567
- {
568
- "kind": "javascript-module",
569
- "path": "src/directives/index.ts",
570
- "declarations": [],
571
- "exports": [
572
- {
573
- "kind": "js",
574
- "name": "*",
575
- "declaration": {
576
- "name": "*",
577
- "package": "./sync"
578
- }
579
- },
580
- {
581
- "kind": "js",
582
- "name": "*",
583
- "declaration": {
584
- "name": "*",
585
- "package": "./when-else"
586
- }
587
- }
588
- ]
589
- },
590
590
  {
591
591
  "kind": "javascript-module",
592
592
  "path": "src/encoding/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.373.2",
4
+ "version": "14.374.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.373.2",
31
- "@genesislcap/genx": "14.373.2",
32
- "@genesislcap/rollup-builder": "14.373.2",
33
- "@genesislcap/ts-builder": "14.373.2",
34
- "@genesislcap/uvu-playwright-builder": "14.373.2",
35
- "@genesislcap/vite-builder": "14.373.2",
36
- "@genesislcap/webpack-builder": "14.373.2",
30
+ "@genesislcap/foundation-testing": "14.374.1",
31
+ "@genesislcap/genx": "14.374.1",
32
+ "@genesislcap/rollup-builder": "14.374.1",
33
+ "@genesislcap/ts-builder": "14.374.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.374.1",
35
+ "@genesislcap/vite-builder": "14.374.1",
36
+ "@genesislcap/webpack-builder": "14.374.1",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.373.2",
41
- "@genesislcap/foundation-logger": "14.373.2",
40
+ "@genesislcap/expression-builder": "14.374.1",
41
+ "@genesislcap/foundation-logger": "14.374.1",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "70ef2461798a70fedb1286afee1e4dd699bb0b68"
59
+ "gitHead": "d24b43a726fb1bf4f47699743adf635196a06543"
60
60
  }