@genesislcap/foundation-utils 14.231.1-alpha-c5608c9.0 → 14.231.1-alpha-b781bc2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -367,6 +367,29 @@
367
367
  }
368
368
  ]
369
369
  },
370
+ {
371
+ "kind": "javascript-module",
372
+ "path": "src/directives/index.ts",
373
+ "declarations": [],
374
+ "exports": [
375
+ {
376
+ "kind": "js",
377
+ "name": "*",
378
+ "declaration": {
379
+ "name": "*",
380
+ "package": "./sync"
381
+ }
382
+ },
383
+ {
384
+ "kind": "js",
385
+ "name": "*",
386
+ "declaration": {
387
+ "name": "*",
388
+ "package": "./when-else"
389
+ }
390
+ }
391
+ ]
392
+ },
370
393
  {
371
394
  "kind": "javascript-module",
372
395
  "path": "src/decorators/index.ts",
@@ -420,6 +443,21 @@
420
443
  }
421
444
  ]
422
445
  },
446
+ {
447
+ "kind": "javascript-module",
448
+ "path": "src/encoding/index.ts",
449
+ "declarations": [],
450
+ "exports": [
451
+ {
452
+ "kind": "js",
453
+ "name": "*",
454
+ "declaration": {
455
+ "name": "*",
456
+ "package": "./base64"
457
+ }
458
+ }
459
+ ]
460
+ },
423
461
  {
424
462
  "kind": "javascript-module",
425
463
  "path": "src/design-system/design-system.ts",
@@ -470,44 +508,6 @@
470
508
  }
471
509
  ]
472
510
  },
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
- },
511
511
  {
512
512
  "kind": "javascript-module",
513
513
  "path": "src/env/index.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.231.1-alpha-c5608c9.0",
4
+ "version": "14.231.1-alpha-b781bc2.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.231.1-alpha-c5608c9.0",
31
- "@genesislcap/genx": "14.231.1-alpha-c5608c9.0",
32
- "@genesislcap/rollup-builder": "14.231.1-alpha-c5608c9.0",
33
- "@genesislcap/ts-builder": "14.231.1-alpha-c5608c9.0",
34
- "@genesislcap/uvu-playwright-builder": "14.231.1-alpha-c5608c9.0",
35
- "@genesislcap/vite-builder": "14.231.1-alpha-c5608c9.0",
36
- "@genesislcap/webpack-builder": "14.231.1-alpha-c5608c9.0",
30
+ "@genesislcap/foundation-testing": "14.231.1-alpha-b781bc2.0",
31
+ "@genesislcap/genx": "14.231.1-alpha-b781bc2.0",
32
+ "@genesislcap/rollup-builder": "14.231.1-alpha-b781bc2.0",
33
+ "@genesislcap/ts-builder": "14.231.1-alpha-b781bc2.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.231.1-alpha-b781bc2.0",
35
+ "@genesislcap/vite-builder": "14.231.1-alpha-b781bc2.0",
36
+ "@genesislcap/webpack-builder": "14.231.1-alpha-b781bc2.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.231.1-alpha-c5608c9.0",
40
+ "@genesislcap/foundation-logger": "14.231.1-alpha-b781bc2.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": "ead3acfd7912356bb9f93a6bed80da6ab8d9981c"
58
+ "gitHead": "87cc5eaae9cfad4811a5ff01fa6eb279086f2445"
59
59
  }