@genesislcap/foundation-utils 14.194.4 → 14.194.6

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.
@@ -410,6 +410,29 @@
410
410
  }
411
411
  ]
412
412
  },
413
+ {
414
+ "kind": "javascript-module",
415
+ "path": "src/directives/index.ts",
416
+ "declarations": [],
417
+ "exports": [
418
+ {
419
+ "kind": "js",
420
+ "name": "*",
421
+ "declaration": {
422
+ "name": "*",
423
+ "package": "./sync"
424
+ }
425
+ },
426
+ {
427
+ "kind": "js",
428
+ "name": "*",
429
+ "declaration": {
430
+ "name": "*",
431
+ "package": "./when-else"
432
+ }
433
+ }
434
+ ]
435
+ },
413
436
  {
414
437
  "kind": "javascript-module",
415
438
  "path": "src/design-system/design-system.ts",
@@ -460,29 +483,6 @@
460
483
  }
461
484
  ]
462
485
  },
463
- {
464
- "kind": "javascript-module",
465
- "path": "src/directives/index.ts",
466
- "declarations": [],
467
- "exports": [
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./sync"
474
- }
475
- },
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./when-else"
482
- }
483
- }
484
- ]
485
- },
486
486
  {
487
487
  "kind": "javascript-module",
488
488
  "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.194.4",
4
+ "version": "14.194.6",
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.194.4",
31
- "@genesislcap/genx": "14.194.4",
32
- "@genesislcap/rollup-builder": "14.194.4",
33
- "@genesislcap/ts-builder": "14.194.4",
34
- "@genesislcap/uvu-playwright-builder": "14.194.4",
35
- "@genesislcap/vite-builder": "14.194.4",
36
- "@genesislcap/webpack-builder": "14.194.4",
30
+ "@genesislcap/foundation-testing": "14.194.6",
31
+ "@genesislcap/genx": "14.194.6",
32
+ "@genesislcap/rollup-builder": "14.194.6",
33
+ "@genesislcap/ts-builder": "14.194.6",
34
+ "@genesislcap/uvu-playwright-builder": "14.194.6",
35
+ "@genesislcap/vite-builder": "14.194.6",
36
+ "@genesislcap/webpack-builder": "14.194.6",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.194.4",
40
+ "@genesislcap/foundation-logger": "14.194.6",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "1727d31a3106a755f016006eb3ce8273f94e4d02"
57
+ "gitHead": "0b3c1bca850d1c06169e8184619724394b8a73ca"
58
58
  }