@genesislcap/foundation-utils 14.435.0 → 14.436.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.
@@ -650,6 +650,44 @@
650
650
  }
651
651
  ]
652
652
  },
653
+ {
654
+ "kind": "javascript-module",
655
+ "path": "src/directives/index.ts",
656
+ "declarations": [],
657
+ "exports": [
658
+ {
659
+ "kind": "js",
660
+ "name": "*",
661
+ "declaration": {
662
+ "name": "*",
663
+ "package": "./sync"
664
+ }
665
+ },
666
+ {
667
+ "kind": "js",
668
+ "name": "*",
669
+ "declaration": {
670
+ "name": "*",
671
+ "package": "./when-else"
672
+ }
673
+ }
674
+ ]
675
+ },
676
+ {
677
+ "kind": "javascript-module",
678
+ "path": "src/encoding/index.ts",
679
+ "declarations": [],
680
+ "exports": [
681
+ {
682
+ "kind": "js",
683
+ "name": "*",
684
+ "declaration": {
685
+ "name": "*",
686
+ "package": "./base64"
687
+ }
688
+ }
689
+ ]
690
+ },
653
691
  {
654
692
  "kind": "javascript-module",
655
693
  "path": "src/decorators/index.ts",
@@ -703,29 +741,6 @@
703
741
  }
704
742
  ]
705
743
  },
706
- {
707
- "kind": "javascript-module",
708
- "path": "src/directives/index.ts",
709
- "declarations": [],
710
- "exports": [
711
- {
712
- "kind": "js",
713
- "name": "*",
714
- "declaration": {
715
- "name": "*",
716
- "package": "./sync"
717
- }
718
- },
719
- {
720
- "kind": "js",
721
- "name": "*",
722
- "declaration": {
723
- "name": "*",
724
- "package": "./when-else"
725
- }
726
- }
727
- ]
728
- },
729
744
  {
730
745
  "kind": "javascript-module",
731
746
  "path": "src/env/index.ts",
@@ -1201,21 +1216,6 @@
1201
1216
  }
1202
1217
  ]
1203
1218
  },
1204
- {
1205
- "kind": "javascript-module",
1206
- "path": "src/encoding/index.ts",
1207
- "declarations": [],
1208
- "exports": [
1209
- {
1210
- "kind": "js",
1211
- "name": "*",
1212
- "declaration": {
1213
- "name": "*",
1214
- "package": "./base64"
1215
- }
1216
- }
1217
- ]
1218
- },
1219
1219
  {
1220
1220
  "kind": "javascript-module",
1221
1221
  "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.435.0",
4
+ "version": "14.436.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.435.0",
33
- "@genesislcap/genx": "14.435.0",
34
- "@genesislcap/rollup-builder": "14.435.0",
35
- "@genesislcap/ts-builder": "14.435.0",
36
- "@genesislcap/uvu-playwright-builder": "14.435.0",
37
- "@genesislcap/vite-builder": "14.435.0",
38
- "@genesislcap/webpack-builder": "14.435.0",
32
+ "@genesislcap/foundation-testing": "14.436.0",
33
+ "@genesislcap/genx": "14.436.0",
34
+ "@genesislcap/rollup-builder": "14.436.0",
35
+ "@genesislcap/ts-builder": "14.436.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.436.0",
37
+ "@genesislcap/vite-builder": "14.436.0",
38
+ "@genesislcap/webpack-builder": "14.436.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.435.0",
43
- "@genesislcap/foundation-logger": "14.435.0",
42
+ "@genesislcap/expression-builder": "14.436.0",
43
+ "@genesislcap/foundation-logger": "14.436.0",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "a0028d441ad3dbee9fd03f0da6798c928ea5f2bc"
61
+ "gitHead": "87ef9b53cc5f3030651cbc3126bd26f07ffd6819"
62
62
  }