@genesislcap/foundation-utils 14.194.3 → 14.194.5

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.
@@ -407,29 +407,6 @@
407
407
  }
408
408
  ]
409
409
  },
410
- {
411
- "kind": "javascript-module",
412
- "path": "src/directives/index.ts",
413
- "declarations": [],
414
- "exports": [
415
- {
416
- "kind": "js",
417
- "name": "*",
418
- "declaration": {
419
- "name": "*",
420
- "package": "./sync"
421
- }
422
- },
423
- {
424
- "kind": "js",
425
- "name": "*",
426
- "declaration": {
427
- "name": "*",
428
- "package": "./when-else"
429
- }
430
- }
431
- ]
432
- },
433
410
  {
434
411
  "kind": "javascript-module",
435
412
  "path": "src/decorators/index.ts",
@@ -721,6 +698,29 @@
721
698
  }
722
699
  ]
723
700
  },
701
+ {
702
+ "kind": "javascript-module",
703
+ "path": "src/directives/index.ts",
704
+ "declarations": [],
705
+ "exports": [
706
+ {
707
+ "kind": "js",
708
+ "name": "*",
709
+ "declaration": {
710
+ "name": "*",
711
+ "package": "./sync"
712
+ }
713
+ },
714
+ {
715
+ "kind": "js",
716
+ "name": "*",
717
+ "declaration": {
718
+ "name": "*",
719
+ "package": "./when-else"
720
+ }
721
+ }
722
+ ]
723
+ },
724
724
  {
725
725
  "kind": "javascript-module",
726
726
  "path": "src/error/errorMap.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.194.3",
4
+ "version": "14.194.5",
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.194.3",
31
- "@genesislcap/genx": "14.194.3",
32
- "@genesislcap/rollup-builder": "14.194.3",
33
- "@genesislcap/ts-builder": "14.194.3",
34
- "@genesislcap/uvu-playwright-builder": "14.194.3",
35
- "@genesislcap/vite-builder": "14.194.3",
36
- "@genesislcap/webpack-builder": "14.194.3",
30
+ "@genesislcap/foundation-testing": "14.194.5",
31
+ "@genesislcap/genx": "14.194.5",
32
+ "@genesislcap/rollup-builder": "14.194.5",
33
+ "@genesislcap/ts-builder": "14.194.5",
34
+ "@genesislcap/uvu-playwright-builder": "14.194.5",
35
+ "@genesislcap/vite-builder": "14.194.5",
36
+ "@genesislcap/webpack-builder": "14.194.5",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.194.3",
40
+ "@genesislcap/foundation-logger": "14.194.5",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "8d73a2baa6216485226a80c4f28c22b895e728ea"
57
+ "gitHead": "8aea4a0c66bba7965936dc85a795b08dbfdabf1d"
58
58
  }