@genesislcap/foundation-utils 14.225.4-alpha-9342136.0 → 14.226.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -420,29 +420,6 @@
420
420
  }
421
421
  ]
422
422
  },
423
- {
424
- "kind": "javascript-module",
425
- "path": "src/directives/index.ts",
426
- "declarations": [],
427
- "exports": [
428
- {
429
- "kind": "js",
430
- "name": "*",
431
- "declaration": {
432
- "name": "*",
433
- "package": "./sync"
434
- }
435
- },
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./when-else"
442
- }
443
- }
444
- ]
445
- },
446
423
  {
447
424
  "kind": "javascript-module",
448
425
  "path": "src/design-system/design-system.ts",
@@ -493,6 +470,44 @@
493
470
  }
494
471
  ]
495
472
  },
473
+ {
474
+ "kind": "javascript-module",
475
+ "path": "src/directives/index.ts",
476
+ "declarations": [],
477
+ "exports": [
478
+ {
479
+ "kind": "js",
480
+ "name": "*",
481
+ "declaration": {
482
+ "name": "*",
483
+ "package": "./sync"
484
+ }
485
+ },
486
+ {
487
+ "kind": "js",
488
+ "name": "*",
489
+ "declaration": {
490
+ "name": "*",
491
+ "package": "./when-else"
492
+ }
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "kind": "javascript-module",
498
+ "path": "src/encoding/index.ts",
499
+ "declarations": [],
500
+ "exports": [
501
+ {
502
+ "kind": "js",
503
+ "name": "*",
504
+ "declaration": {
505
+ "name": "*",
506
+ "package": "./base64"
507
+ }
508
+ }
509
+ ]
510
+ },
496
511
  {
497
512
  "kind": "javascript-module",
498
513
  "path": "src/env/index.ts",
@@ -731,21 +746,6 @@
731
746
  }
732
747
  ]
733
748
  },
734
- {
735
- "kind": "javascript-module",
736
- "path": "src/encoding/index.ts",
737
- "declarations": [],
738
- "exports": [
739
- {
740
- "kind": "js",
741
- "name": "*",
742
- "declaration": {
743
- "name": "*",
744
- "package": "./base64"
745
- }
746
- }
747
- ]
748
- },
749
749
  {
750
750
  "kind": "javascript-module",
751
751
  "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.225.4-alpha-9342136.0",
4
+ "version": "14.226.0",
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.225.4-alpha-9342136.0",
31
- "@genesislcap/genx": "14.225.4-alpha-9342136.0",
32
- "@genesislcap/rollup-builder": "14.225.4-alpha-9342136.0",
33
- "@genesislcap/ts-builder": "14.225.4-alpha-9342136.0",
34
- "@genesislcap/uvu-playwright-builder": "14.225.4-alpha-9342136.0",
35
- "@genesislcap/vite-builder": "14.225.4-alpha-9342136.0",
36
- "@genesislcap/webpack-builder": "14.225.4-alpha-9342136.0",
30
+ "@genesislcap/foundation-testing": "14.226.0",
31
+ "@genesislcap/genx": "14.226.0",
32
+ "@genesislcap/rollup-builder": "14.226.0",
33
+ "@genesislcap/ts-builder": "14.226.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.226.0",
35
+ "@genesislcap/vite-builder": "14.226.0",
36
+ "@genesislcap/webpack-builder": "14.226.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.225.4-alpha-9342136.0",
40
+ "@genesislcap/foundation-logger": "14.226.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.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": "fc6d550b6235df216dc52fc120675e1a0cde3d1e"
58
+ "gitHead": "92b4d205bf702945dbed4e9c998c4fd000d99e4b"
59
59
  }