@genesislcap/foundation-utils 14.156.2 → 14.157.0

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.
@@ -402,29 +402,6 @@
402
402
  }
403
403
  ]
404
404
  },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/directives/index.ts",
408
- "declarations": [],
409
- "exports": [
410
- {
411
- "kind": "js",
412
- "name": "*",
413
- "declaration": {
414
- "name": "*",
415
- "package": "./sync"
416
- }
417
- },
418
- {
419
- "kind": "js",
420
- "name": "*",
421
- "declaration": {
422
- "name": "*",
423
- "package": "./when-else"
424
- }
425
- }
426
- ]
427
- },
428
405
  {
429
406
  "kind": "javascript-module",
430
407
  "path": "src/design-system/design-system.ts",
@@ -475,6 +452,29 @@
475
452
  }
476
453
  ]
477
454
  },
455
+ {
456
+ "kind": "javascript-module",
457
+ "path": "src/directives/index.ts",
458
+ "declarations": [],
459
+ "exports": [
460
+ {
461
+ "kind": "js",
462
+ "name": "*",
463
+ "declaration": {
464
+ "name": "*",
465
+ "package": "./sync"
466
+ }
467
+ },
468
+ {
469
+ "kind": "js",
470
+ "name": "*",
471
+ "declaration": {
472
+ "name": "*",
473
+ "package": "./when-else"
474
+ }
475
+ }
476
+ ]
477
+ },
478
478
  {
479
479
  "kind": "javascript-module",
480
480
  "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.156.2",
4
+ "version": "14.157.0",
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.156.2",
23
- "@genesislcap/genx": "14.156.2",
24
- "@genesislcap/rollup-builder": "14.156.2",
25
- "@genesislcap/ts-builder": "14.156.2",
26
- "@genesislcap/uvu-playwright-builder": "14.156.2",
27
- "@genesislcap/vite-builder": "14.156.2",
28
- "@genesislcap/webpack-builder": "14.156.2",
22
+ "@genesislcap/foundation-testing": "14.157.0",
23
+ "@genesislcap/genx": "14.157.0",
24
+ "@genesislcap/rollup-builder": "14.157.0",
25
+ "@genesislcap/ts-builder": "14.157.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.157.0",
27
+ "@genesislcap/vite-builder": "14.157.0",
28
+ "@genesislcap/webpack-builder": "14.157.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.156.2",
32
+ "@genesislcap/foundation-logger": "14.157.0",
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": "eeafe9d4d1fb3744050404a21a04120adbef3997"
50
+ "gitHead": "2b6d927af089f81821c0246501c07d5e1d856caa"
51
51
  }