@genesislcap/foundation-utils 14.403.0 → 14.404.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.
@@ -399,29 +399,6 @@
399
399
  }
400
400
  ]
401
401
  },
402
- {
403
- "kind": "javascript-module",
404
- "path": "src/directives/index.ts",
405
- "declarations": [],
406
- "exports": [
407
- {
408
- "kind": "js",
409
- "name": "*",
410
- "declaration": {
411
- "name": "*",
412
- "package": "./sync"
413
- }
414
- },
415
- {
416
- "kind": "js",
417
- "name": "*",
418
- "declaration": {
419
- "name": "*",
420
- "package": "./when-else"
421
- }
422
- }
423
- ]
424
- },
425
402
  {
426
403
  "kind": "javascript-module",
427
404
  "path": "src/decorators/index.ts",
@@ -475,21 +452,6 @@
475
452
  }
476
453
  ]
477
454
  },
478
- {
479
- "kind": "javascript-module",
480
- "path": "src/encoding/index.ts",
481
- "declarations": [],
482
- "exports": [
483
- {
484
- "kind": "js",
485
- "name": "*",
486
- "declaration": {
487
- "name": "*",
488
- "package": "./base64"
489
- }
490
- }
491
- ]
492
- },
493
455
  {
494
456
  "kind": "javascript-module",
495
457
  "path": "src/design-system/design-system.ts",
@@ -610,6 +572,44 @@
610
572
  }
611
573
  ]
612
574
  },
575
+ {
576
+ "kind": "javascript-module",
577
+ "path": "src/directives/index.ts",
578
+ "declarations": [],
579
+ "exports": [
580
+ {
581
+ "kind": "js",
582
+ "name": "*",
583
+ "declaration": {
584
+ "name": "*",
585
+ "package": "./sync"
586
+ }
587
+ },
588
+ {
589
+ "kind": "js",
590
+ "name": "*",
591
+ "declaration": {
592
+ "name": "*",
593
+ "package": "./when-else"
594
+ }
595
+ }
596
+ ]
597
+ },
598
+ {
599
+ "kind": "javascript-module",
600
+ "path": "src/encoding/index.ts",
601
+ "declarations": [],
602
+ "exports": [
603
+ {
604
+ "kind": "js",
605
+ "name": "*",
606
+ "declaration": {
607
+ "name": "*",
608
+ "package": "./base64"
609
+ }
610
+ }
611
+ ]
612
+ },
613
613
  {
614
614
  "kind": "javascript-module",
615
615
  "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.403.0",
4
+ "version": "14.404.0",
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.403.0",
33
- "@genesislcap/genx": "14.403.0",
34
- "@genesislcap/rollup-builder": "14.403.0",
35
- "@genesislcap/ts-builder": "14.403.0",
36
- "@genesislcap/uvu-playwright-builder": "14.403.0",
37
- "@genesislcap/vite-builder": "14.403.0",
38
- "@genesislcap/webpack-builder": "14.403.0",
32
+ "@genesislcap/foundation-testing": "14.404.0",
33
+ "@genesislcap/genx": "14.404.0",
34
+ "@genesislcap/rollup-builder": "14.404.0",
35
+ "@genesislcap/ts-builder": "14.404.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.404.0",
37
+ "@genesislcap/vite-builder": "14.404.0",
38
+ "@genesislcap/webpack-builder": "14.404.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.403.0",
43
- "@genesislcap/foundation-logger": "14.403.0",
42
+ "@genesislcap/expression-builder": "14.404.0",
43
+ "@genesislcap/foundation-logger": "14.404.0",
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": "9e1e2d8c0309a4b540c65de0ebf8acd44f4ce73b"
61
+ "gitHead": "54c68ebeae4e39b6c2e1b0bece963468279c323c"
62
62
  }