@genesislcap/foundation-utils 14.26.2 → 14.26.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.
@@ -386,29 +386,6 @@
386
386
  }
387
387
  ]
388
388
  },
389
- {
390
- "kind": "javascript-module",
391
- "path": "src/directives/index.ts",
392
- "declarations": [],
393
- "exports": [
394
- {
395
- "kind": "js",
396
- "name": "*",
397
- "declaration": {
398
- "name": "*",
399
- "package": "./sync"
400
- }
401
- },
402
- {
403
- "kind": "js",
404
- "name": "*",
405
- "declaration": {
406
- "name": "*",
407
- "package": "./when-else"
408
- }
409
- }
410
- ]
411
- },
412
389
  {
413
390
  "kind": "javascript-module",
414
391
  "path": "src/design-system/design-system.ts",
@@ -458,6 +435,29 @@
458
435
  }
459
436
  ]
460
437
  },
438
+ {
439
+ "kind": "javascript-module",
440
+ "path": "src/directives/index.ts",
441
+ "declarations": [],
442
+ "exports": [
443
+ {
444
+ "kind": "js",
445
+ "name": "*",
446
+ "declaration": {
447
+ "name": "*",
448
+ "package": "./sync"
449
+ }
450
+ },
451
+ {
452
+ "kind": "js",
453
+ "name": "*",
454
+ "declaration": {
455
+ "name": "*",
456
+ "package": "./when-else"
457
+ }
458
+ }
459
+ ]
460
+ },
461
461
  {
462
462
  "kind": "javascript-module",
463
463
  "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.26.2",
4
+ "version": "14.26.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -23,14 +23,14 @@
23
23
  "serve": "genx serve"
24
24
  },
25
25
  "devDependencies": {
26
- "@genesislcap/genx": "^14.26.2",
26
+ "@genesislcap/genx": "^14.26.4",
27
27
  "@playwright/test": "^1.18.1",
28
28
  "@types/node": "^16.4.3",
29
29
  "analytics": "^0.8.0",
30
30
  "c8": "^7.11.0",
31
31
  "esm": "^3.2.25",
32
32
  "jsdom": "^19.0.0",
33
- "playwright-test": "^7.2.1",
33
+ "playwright-test": "^8.4.0",
34
34
  "tsm": "^2.2.1",
35
35
  "typescript": "^4.5.5",
36
36
  "uvu": "0.5.4",
@@ -53,5 +53,5 @@
53
53
  "access": "public"
54
54
  },
55
55
  "customElements": "dist/custom-elements.json",
56
- "gitHead": "60c523f3f5ac39cc3fe9a6aa4e52871d245f66c2"
56
+ "gitHead": "bb3d86a419d4f42a944ac2ccb5d63b0ba46e0226"
57
57
  }