@genesislcap/foundation-utils 14.228.2-alpha-caa3483.0 → 14.228.2-alpha-f94d743.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -367,6 +367,44 @@
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
+ },
393
+ {
394
+ "kind": "javascript-module",
395
+ "path": "src/encoding/index.ts",
396
+ "declarations": [],
397
+ "exports": [
398
+ {
399
+ "kind": "js",
400
+ "name": "*",
401
+ "declaration": {
402
+ "name": "*",
403
+ "package": "./base64"
404
+ }
405
+ }
406
+ ]
407
+ },
370
408
  {
371
409
  "kind": "javascript-module",
372
410
  "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",
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.228.2-alpha-caa3483.0",
4
+ "version": "14.228.2-alpha-f94d743.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.228.2-alpha-caa3483.0",
31
- "@genesislcap/genx": "14.228.2-alpha-caa3483.0",
32
- "@genesislcap/rollup-builder": "14.228.2-alpha-caa3483.0",
33
- "@genesislcap/ts-builder": "14.228.2-alpha-caa3483.0",
34
- "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-caa3483.0",
35
- "@genesislcap/vite-builder": "14.228.2-alpha-caa3483.0",
36
- "@genesislcap/webpack-builder": "14.228.2-alpha-caa3483.0",
30
+ "@genesislcap/foundation-testing": "14.228.2-alpha-f94d743.0",
31
+ "@genesislcap/genx": "14.228.2-alpha-f94d743.0",
32
+ "@genesislcap/rollup-builder": "14.228.2-alpha-f94d743.0",
33
+ "@genesislcap/ts-builder": "14.228.2-alpha-f94d743.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-f94d743.0",
35
+ "@genesislcap/vite-builder": "14.228.2-alpha-f94d743.0",
36
+ "@genesislcap/webpack-builder": "14.228.2-alpha-f94d743.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.228.2-alpha-caa3483.0",
40
+ "@genesislcap/foundation-logger": "14.228.2-alpha-f94d743.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": "6769dadb4b6162f0e5b44056786e7bc06efc8010"
58
+ "gitHead": "17aac4af0334ddbb539e95ecb3ae5a601a2e0233"
59
59
  }