@genesislcap/foundation-utils 14.227.2-alpha-0859250.0 → 14.227.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -417,6 +417,44 @@
417
417
  }
418
418
  ]
419
419
  },
420
+ {
421
+ "kind": "javascript-module",
422
+ "path": "src/directives/index.ts",
423
+ "declarations": [],
424
+ "exports": [
425
+ {
426
+ "kind": "js",
427
+ "name": "*",
428
+ "declaration": {
429
+ "name": "*",
430
+ "package": "./sync"
431
+ }
432
+ },
433
+ {
434
+ "kind": "js",
435
+ "name": "*",
436
+ "declaration": {
437
+ "name": "*",
438
+ "package": "./when-else"
439
+ }
440
+ }
441
+ ]
442
+ },
443
+ {
444
+ "kind": "javascript-module",
445
+ "path": "src/encoding/index.ts",
446
+ "declarations": [],
447
+ "exports": [
448
+ {
449
+ "kind": "js",
450
+ "name": "*",
451
+ "declaration": {
452
+ "name": "*",
453
+ "package": "./base64"
454
+ }
455
+ }
456
+ ]
457
+ },
420
458
  {
421
459
  "kind": "javascript-module",
422
460
  "path": "src/decorators/index.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",
@@ -1280,21 +1280,6 @@
1280
1280
  }
1281
1281
  ]
1282
1282
  },
1283
- {
1284
- "kind": "javascript-module",
1285
- "path": "src/mappers/index.ts",
1286
- "declarations": [],
1287
- "exports": [
1288
- {
1289
- "kind": "js",
1290
- "name": "*",
1291
- "declaration": {
1292
- "name": "*",
1293
- "package": "./dto"
1294
- }
1295
- }
1296
- ]
1297
- },
1298
1283
  {
1299
1284
  "kind": "javascript-module",
1300
1285
  "path": "src/logger/index.ts",
@@ -1381,6 +1366,21 @@
1381
1366
  }
1382
1367
  ]
1383
1368
  },
1369
+ {
1370
+ "kind": "javascript-module",
1371
+ "path": "src/mappers/index.ts",
1372
+ "declarations": [],
1373
+ "exports": [
1374
+ {
1375
+ "kind": "js",
1376
+ "name": "*",
1377
+ "declaration": {
1378
+ "name": "*",
1379
+ "package": "./dto"
1380
+ }
1381
+ }
1382
+ ]
1383
+ },
1384
1384
  {
1385
1385
  "kind": "javascript-module",
1386
1386
  "path": "src/mixins/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.227.2-alpha-0859250.0",
4
+ "version": "14.227.3",
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.227.2-alpha-0859250.0",
31
- "@genesislcap/genx": "14.227.2-alpha-0859250.0",
32
- "@genesislcap/rollup-builder": "14.227.2-alpha-0859250.0",
33
- "@genesislcap/ts-builder": "14.227.2-alpha-0859250.0",
34
- "@genesislcap/uvu-playwright-builder": "14.227.2-alpha-0859250.0",
35
- "@genesislcap/vite-builder": "14.227.2-alpha-0859250.0",
36
- "@genesislcap/webpack-builder": "14.227.2-alpha-0859250.0",
30
+ "@genesislcap/foundation-testing": "14.227.3",
31
+ "@genesislcap/genx": "14.227.3",
32
+ "@genesislcap/rollup-builder": "14.227.3",
33
+ "@genesislcap/ts-builder": "14.227.3",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.3",
35
+ "@genesislcap/vite-builder": "14.227.3",
36
+ "@genesislcap/webpack-builder": "14.227.3",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.2-alpha-0859250.0",
40
+ "@genesislcap/foundation-logger": "14.227.3",
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": "6a65d07eed8b0382384040c75a69f4e1633ffd35"
58
+ "gitHead": "ec53c11dc44bf5b131ea255d03a5da599c806cd7"
59
59
  }