@genesislcap/foundation-utils 14.259.1 → 14.260.1-alpha-9df5514.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.
@@ -420,6 +420,29 @@
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
+ },
423
446
  {
424
447
  "kind": "javascript-module",
425
448
  "path": "src/design-system/design-system.ts",
@@ -472,7 +495,7 @@
472
495
  },
473
496
  {
474
497
  "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
498
+ "path": "src/encoding/index.ts",
476
499
  "declarations": [],
477
500
  "exports": [
478
501
  {
@@ -480,15 +503,7 @@
480
503
  "name": "*",
481
504
  "declaration": {
482
505
  "name": "*",
483
- "package": "./sync"
484
- }
485
- },
486
- {
487
- "kind": "js",
488
- "name": "*",
489
- "declaration": {
490
- "name": "*",
491
- "package": "./when-else"
506
+ "package": "./base64"
492
507
  }
493
508
  }
494
509
  ]
@@ -934,21 +949,6 @@
934
949
  }
935
950
  ]
936
951
  },
937
- {
938
- "kind": "javascript-module",
939
- "path": "src/encoding/index.ts",
940
- "declarations": [],
941
- "exports": [
942
- {
943
- "kind": "js",
944
- "name": "*",
945
- "declaration": {
946
- "name": "*",
947
- "package": "./base64"
948
- }
949
- }
950
- ]
951
- },
952
952
  {
953
953
  "kind": "javascript-module",
954
954
  "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.259.1",
4
+ "version": "14.260.1-alpha-9df5514.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.259.1",
31
- "@genesislcap/genx": "14.259.1",
32
- "@genesislcap/rollup-builder": "14.259.1",
33
- "@genesislcap/ts-builder": "14.259.1",
34
- "@genesislcap/uvu-playwright-builder": "14.259.1",
35
- "@genesislcap/vite-builder": "14.259.1",
36
- "@genesislcap/webpack-builder": "14.259.1",
30
+ "@genesislcap/foundation-testing": "14.260.1-alpha-9df5514.0",
31
+ "@genesislcap/genx": "14.260.1-alpha-9df5514.0",
32
+ "@genesislcap/rollup-builder": "14.260.1-alpha-9df5514.0",
33
+ "@genesislcap/ts-builder": "14.260.1-alpha-9df5514.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.260.1-alpha-9df5514.0",
35
+ "@genesislcap/vite-builder": "14.260.1-alpha-9df5514.0",
36
+ "@genesislcap/webpack-builder": "14.260.1-alpha-9df5514.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.259.1",
42
+ "@genesislcap/foundation-logger": "14.260.1-alpha-9df5514.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": "1812b4f2291e77e2d13d68afed776f4aeae59879"
60
+ "gitHead": "68ed9502666573c1e4aa28af42b8889faae627e2"
61
61
  }