@genesislcap/foundation-utils 14.288.1-alpha-817ceca.0 → 14.289.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.
@@ -452,29 +452,6 @@
452
452
  }
453
453
  ]
454
454
  },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/directives/index.ts",
458
- "declarations": [],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./sync"
466
- }
467
- },
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./when-else"
474
- }
475
- }
476
- ]
477
- },
478
455
  {
479
456
  "kind": "javascript-module",
480
457
  "path": "src/decorators/index.ts",
@@ -530,7 +507,7 @@
530
507
  },
531
508
  {
532
509
  "kind": "javascript-module",
533
- "path": "src/encoding/index.ts",
510
+ "path": "src/directives/index.ts",
534
511
  "declarations": [],
535
512
  "exports": [
536
513
  {
@@ -538,7 +515,15 @@
538
515
  "name": "*",
539
516
  "declaration": {
540
517
  "name": "*",
541
- "package": "./base64"
518
+ "package": "./sync"
519
+ }
520
+ },
521
+ {
522
+ "kind": "js",
523
+ "name": "*",
524
+ "declaration": {
525
+ "name": "*",
526
+ "package": "./when-else"
542
527
  }
543
528
  }
544
529
  ]
@@ -984,6 +969,21 @@
984
969
  }
985
970
  ]
986
971
  },
972
+ {
973
+ "kind": "javascript-module",
974
+ "path": "src/encoding/index.ts",
975
+ "declarations": [],
976
+ "exports": [
977
+ {
978
+ "kind": "js",
979
+ "name": "*",
980
+ "declaration": {
981
+ "name": "*",
982
+ "package": "./base64"
983
+ }
984
+ }
985
+ ]
986
+ },
987
987
  {
988
988
  "kind": "javascript-module",
989
989
  "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.288.1-alpha-817ceca.0",
4
+ "version": "14.289.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.288.1-alpha-817ceca.0",
31
- "@genesislcap/genx": "14.288.1-alpha-817ceca.0",
32
- "@genesislcap/rollup-builder": "14.288.1-alpha-817ceca.0",
33
- "@genesislcap/ts-builder": "14.288.1-alpha-817ceca.0",
34
- "@genesislcap/uvu-playwright-builder": "14.288.1-alpha-817ceca.0",
35
- "@genesislcap/vite-builder": "14.288.1-alpha-817ceca.0",
36
- "@genesislcap/webpack-builder": "14.288.1-alpha-817ceca.0",
30
+ "@genesislcap/foundation-testing": "14.289.0",
31
+ "@genesislcap/genx": "14.289.0",
32
+ "@genesislcap/rollup-builder": "14.289.0",
33
+ "@genesislcap/ts-builder": "14.289.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.289.0",
35
+ "@genesislcap/vite-builder": "14.289.0",
36
+ "@genesislcap/webpack-builder": "14.289.0",
37
37
  "@types/json-schema": "^7.0.11",
38
38
  "rimraf": "^5.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@genesislcap/expression-builder": "14.258.1",
42
- "@genesislcap/foundation-logger": "14.288.1-alpha-817ceca.0",
42
+ "@genesislcap/foundation-logger": "14.289.0",
43
43
  "@microsoft/fast-components": "2.30.6",
44
44
  "@microsoft/fast-element": "1.14.0",
45
45
  "@microsoft/fast-foundation": "2.49.6",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "customElements": "dist/custom-elements.json",
60
- "gitHead": "fe90725f2af80d0dbd64a5e1325290d9597031b3"
60
+ "gitHead": "80d5d0c4a7ec0387ed4307e90c5c572bf0e583fe"
61
61
  }