@genesislcap/foundation-utils 14.265.1-alpha-71e801e.0 → 14.265.1

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.
@@ -369,23 +369,50 @@
369
369
  },
370
370
  {
371
371
  "kind": "javascript-module",
372
- "path": "src/directives/index.ts",
373
- "declarations": [],
372
+ "path": "src/design-system/design-system.ts",
373
+ "declarations": [
374
+ {
375
+ "kind": "function",
376
+ "name": "assureDesignSystem",
377
+ "return": {
378
+ "type": {
379
+ "text": "DesignSystemModule"
380
+ }
381
+ },
382
+ "parameters": [
383
+ {
384
+ "name": "module",
385
+ "type": {
386
+ "text": "DesignSystemModule"
387
+ }
388
+ }
389
+ ],
390
+ "description": "assureDesignSystem.",
391
+ "privacy": "public"
392
+ }
393
+ ],
374
394
  "exports": [
375
395
  {
376
396
  "kind": "js",
377
- "name": "*",
397
+ "name": "assureDesignSystem",
378
398
  "declaration": {
379
- "name": "*",
380
- "package": "./sync"
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
381
401
  }
382
- },
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/design-system/index.ts",
408
+ "declarations": [],
409
+ "exports": [
383
410
  {
384
411
  "kind": "js",
385
412
  "name": "*",
386
413
  "declaration": {
387
414
  "name": "*",
388
- "package": "./when-else"
415
+ "package": "./design-system"
389
416
  }
390
417
  }
391
418
  ]
@@ -445,7 +472,7 @@
445
472
  },
446
473
  {
447
474
  "kind": "javascript-module",
448
- "path": "src/encoding/index.ts",
475
+ "path": "src/directives/index.ts",
449
476
  "declarations": [],
450
477
  "exports": [
451
478
  {
@@ -453,57 +480,15 @@
453
480
  "name": "*",
454
481
  "declaration": {
455
482
  "name": "*",
456
- "package": "./base64"
457
- }
458
- }
459
- ]
460
- },
461
- {
462
- "kind": "javascript-module",
463
- "path": "src/design-system/design-system.ts",
464
- "declarations": [
465
- {
466
- "kind": "function",
467
- "name": "assureDesignSystem",
468
- "return": {
469
- "type": {
470
- "text": "DesignSystemModule"
471
- }
472
- },
473
- "parameters": [
474
- {
475
- "name": "module",
476
- "type": {
477
- "text": "DesignSystemModule"
478
- }
479
- }
480
- ],
481
- "description": "assureDesignSystem.",
482
- "privacy": "public"
483
- }
484
- ],
485
- "exports": [
486
- {
487
- "kind": "js",
488
- "name": "assureDesignSystem",
489
- "declaration": {
490
- "name": "assureDesignSystem",
491
- "module": "src/design-system/design-system.ts"
483
+ "package": "./sync"
492
484
  }
493
- }
494
- ]
495
- },
496
- {
497
- "kind": "javascript-module",
498
- "path": "src/design-system/index.ts",
499
- "declarations": [],
500
- "exports": [
485
+ },
501
486
  {
502
487
  "kind": "js",
503
488
  "name": "*",
504
489
  "declaration": {
505
490
  "name": "*",
506
- "package": "./design-system"
491
+ "package": "./when-else"
507
492
  }
508
493
  }
509
494
  ]
@@ -949,6 +934,21 @@
949
934
  }
950
935
  ]
951
936
  },
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.265.1-alpha-71e801e.0",
4
+ "version": "14.265.1",
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.265.1-alpha-71e801e.0",
31
- "@genesislcap/genx": "14.265.1-alpha-71e801e.0",
32
- "@genesislcap/rollup-builder": "14.265.1-alpha-71e801e.0",
33
- "@genesislcap/ts-builder": "14.265.1-alpha-71e801e.0",
34
- "@genesislcap/uvu-playwright-builder": "14.265.1-alpha-71e801e.0",
35
- "@genesislcap/vite-builder": "14.265.1-alpha-71e801e.0",
36
- "@genesislcap/webpack-builder": "14.265.1-alpha-71e801e.0",
30
+ "@genesislcap/foundation-testing": "14.265.1",
31
+ "@genesislcap/genx": "14.265.1",
32
+ "@genesislcap/rollup-builder": "14.265.1",
33
+ "@genesislcap/ts-builder": "14.265.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.265.1",
35
+ "@genesislcap/vite-builder": "14.265.1",
36
+ "@genesislcap/webpack-builder": "14.265.1",
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.265.1-alpha-71e801e.0",
42
+ "@genesislcap/foundation-logger": "14.265.1",
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": "298193e1f3cdc83f7c7b8ecee084f97b6f5466a4"
60
+ "gitHead": "0a6e8bc8aad1a31d18c5fb627636ca04a785c5bd"
61
61
  }