@genesislcap/foundation-utils 14.183.3 → 14.183.4

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,29 +410,6 @@
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
- },
436
413
  {
437
414
  "kind": "javascript-module",
438
415
  "path": "src/design-system/design-system.ts",
@@ -483,6 +460,29 @@
483
460
  }
484
461
  ]
485
462
  },
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.183.3",
4
+ "version": "14.183.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.183.3",
23
- "@genesislcap/genx": "14.183.3",
24
- "@genesislcap/rollup-builder": "14.183.3",
25
- "@genesislcap/ts-builder": "14.183.3",
26
- "@genesislcap/uvu-playwright-builder": "14.183.3",
27
- "@genesislcap/vite-builder": "14.183.3",
28
- "@genesislcap/webpack-builder": "14.183.3",
22
+ "@genesislcap/foundation-testing": "14.183.4",
23
+ "@genesislcap/genx": "14.183.4",
24
+ "@genesislcap/rollup-builder": "14.183.4",
25
+ "@genesislcap/ts-builder": "14.183.4",
26
+ "@genesislcap/uvu-playwright-builder": "14.183.4",
27
+ "@genesislcap/vite-builder": "14.183.4",
28
+ "@genesislcap/webpack-builder": "14.183.4",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.183.3",
32
+ "@genesislcap/foundation-logger": "14.183.4",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "ffef17c6fd8f87716f8a5b1a86fa060016d927b4"
50
+ "gitHead": "ba6d12c3196029a1d6d68335fd6da494139a6afc"
51
51
  }