@genesislcap/foundation-utils 14.277.0 → 14.278.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,6 +452,29 @@
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
+ },
455
478
  {
456
479
  "kind": "javascript-module",
457
480
  "path": "src/decorators/index.ts",
@@ -507,7 +530,7 @@
507
530
  },
508
531
  {
509
532
  "kind": "javascript-module",
510
- "path": "src/directives/index.ts",
533
+ "path": "src/encoding/index.ts",
511
534
  "declarations": [],
512
535
  "exports": [
513
536
  {
@@ -515,15 +538,7 @@
515
538
  "name": "*",
516
539
  "declaration": {
517
540
  "name": "*",
518
- "package": "./sync"
519
- }
520
- },
521
- {
522
- "kind": "js",
523
- "name": "*",
524
- "declaration": {
525
- "name": "*",
526
- "package": "./when-else"
541
+ "package": "./base64"
527
542
  }
528
543
  }
529
544
  ]
@@ -969,21 +984,6 @@
969
984
  }
970
985
  ]
971
986
  },
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.277.0",
4
+ "version": "14.278.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.277.0",
31
- "@genesislcap/genx": "14.277.0",
32
- "@genesislcap/rollup-builder": "14.277.0",
33
- "@genesislcap/ts-builder": "14.277.0",
34
- "@genesislcap/uvu-playwright-builder": "14.277.0",
35
- "@genesislcap/vite-builder": "14.277.0",
36
- "@genesislcap/webpack-builder": "14.277.0",
30
+ "@genesislcap/foundation-testing": "14.278.0",
31
+ "@genesislcap/genx": "14.278.0",
32
+ "@genesislcap/rollup-builder": "14.278.0",
33
+ "@genesislcap/ts-builder": "14.278.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.278.0",
35
+ "@genesislcap/vite-builder": "14.278.0",
36
+ "@genesislcap/webpack-builder": "14.278.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.277.0",
42
+ "@genesislcap/foundation-logger": "14.278.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": "7e4a37f213232c64a6925eb4fe513317ff2d76c6"
60
+ "gitHead": "0721370b4e3d178f9619e6c032c0f94af778b09f"
61
61
  }