@genesislcap/foundation-utils 14.219.2 → 14.220.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -365,6 +365,29 @@
365
365
  }
366
366
  ]
367
367
  },
368
+ {
369
+ "kind": "javascript-module",
370
+ "path": "src/directives/index.ts",
371
+ "declarations": [],
372
+ "exports": [
373
+ {
374
+ "kind": "js",
375
+ "name": "*",
376
+ "declaration": {
377
+ "name": "*",
378
+ "package": "./sync"
379
+ }
380
+ },
381
+ {
382
+ "kind": "js",
383
+ "name": "*",
384
+ "declaration": {
385
+ "name": "*",
386
+ "package": "./when-else"
387
+ }
388
+ }
389
+ ]
390
+ },
368
391
  {
369
392
  "kind": "javascript-module",
370
393
  "path": "src/decorators/index.ts",
@@ -418,29 +441,6 @@
418
441
  }
419
442
  ]
420
443
  },
421
- {
422
- "kind": "javascript-module",
423
- "path": "src/directives/index.ts",
424
- "declarations": [],
425
- "exports": [
426
- {
427
- "kind": "js",
428
- "name": "*",
429
- "declaration": {
430
- "name": "*",
431
- "package": "./sync"
432
- }
433
- },
434
- {
435
- "kind": "js",
436
- "name": "*",
437
- "declaration": {
438
- "name": "*",
439
- "package": "./when-else"
440
- }
441
- }
442
- ]
443
- },
444
444
  {
445
445
  "kind": "javascript-module",
446
446
  "path": "src/design-system/design-system.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.219.2",
4
+ "version": "14.220.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.219.2",
31
- "@genesislcap/genx": "14.219.2",
32
- "@genesislcap/rollup-builder": "14.219.2",
33
- "@genesislcap/ts-builder": "14.219.2",
34
- "@genesislcap/uvu-playwright-builder": "14.219.2",
35
- "@genesislcap/vite-builder": "14.219.2",
36
- "@genesislcap/webpack-builder": "14.219.2",
30
+ "@genesislcap/foundation-testing": "14.220.0",
31
+ "@genesislcap/genx": "14.220.0",
32
+ "@genesislcap/rollup-builder": "14.220.0",
33
+ "@genesislcap/ts-builder": "14.220.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.220.0",
35
+ "@genesislcap/vite-builder": "14.220.0",
36
+ "@genesislcap/webpack-builder": "14.220.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.219.2",
40
+ "@genesislcap/foundation-logger": "14.220.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.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": "91bfe243c47884d0a7bd6df59ae1fea0736b79cb"
58
+ "gitHead": "18dcf3cbca18cf957d0bb082cb87c8b677ffe7b6"
59
59
  }