@genesislcap/foundation-utils 14.264.1 → 14.264.2

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.
@@ -367,6 +367,29 @@
367
367
  }
368
368
  ]
369
369
  },
370
+ {
371
+ "kind": "javascript-module",
372
+ "path": "src/directives/index.ts",
373
+ "declarations": [],
374
+ "exports": [
375
+ {
376
+ "kind": "js",
377
+ "name": "*",
378
+ "declaration": {
379
+ "name": "*",
380
+ "package": "./sync"
381
+ }
382
+ },
383
+ {
384
+ "kind": "js",
385
+ "name": "*",
386
+ "declaration": {
387
+ "name": "*",
388
+ "package": "./when-else"
389
+ }
390
+ }
391
+ ]
392
+ },
370
393
  {
371
394
  "kind": "javascript-module",
372
395
  "path": "src/decorators/index.ts",
@@ -420,29 +443,6 @@
420
443
  }
421
444
  ]
422
445
  },
423
- {
424
- "kind": "javascript-module",
425
- "path": "src/directives/index.ts",
426
- "declarations": [],
427
- "exports": [
428
- {
429
- "kind": "js",
430
- "name": "*",
431
- "declaration": {
432
- "name": "*",
433
- "package": "./sync"
434
- }
435
- },
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./when-else"
442
- }
443
- }
444
- ]
445
- },
446
446
  {
447
447
  "kind": "javascript-module",
448
448
  "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.264.1",
4
+ "version": "14.264.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.264.1",
31
- "@genesislcap/genx": "14.264.1",
32
- "@genesislcap/rollup-builder": "14.264.1",
33
- "@genesislcap/ts-builder": "14.264.1",
34
- "@genesislcap/uvu-playwright-builder": "14.264.1",
35
- "@genesislcap/vite-builder": "14.264.1",
36
- "@genesislcap/webpack-builder": "14.264.1",
30
+ "@genesislcap/foundation-testing": "14.264.2",
31
+ "@genesislcap/genx": "14.264.2",
32
+ "@genesislcap/rollup-builder": "14.264.2",
33
+ "@genesislcap/ts-builder": "14.264.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.264.2",
35
+ "@genesislcap/vite-builder": "14.264.2",
36
+ "@genesislcap/webpack-builder": "14.264.2",
37
37
  "@types/json-schema": "^7.0.11",
38
38
  "rimraf": "^5.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@genesislcap/expression-builder": "14.258.1",
42
- "@genesislcap/foundation-logger": "14.264.1",
42
+ "@genesislcap/foundation-logger": "14.264.2",
43
43
  "@microsoft/fast-components": "2.30.6",
44
44
  "@microsoft/fast-element": "1.14.0",
45
45
  "@microsoft/fast-foundation": "2.49.6",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "customElements": "dist/custom-elements.json",
60
- "gitHead": "8bbcef13e902c2385b18e6d94d1313f7c1affaef"
60
+ "gitHead": "2b24c552e9fe3df3effc26a660e842fcf2065788"
61
61
  }