@genesislcap/foundation-utils 14.467.2 → 14.468.0-FUI-2555.1

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.
@@ -726,6 +726,21 @@
726
726
  }
727
727
  ]
728
728
  },
729
+ {
730
+ "kind": "javascript-module",
731
+ "path": "src/encoding/index.ts",
732
+ "declarations": [],
733
+ "exports": [
734
+ {
735
+ "kind": "js",
736
+ "name": "*",
737
+ "declaration": {
738
+ "name": "*",
739
+ "package": "./base64"
740
+ }
741
+ }
742
+ ]
743
+ },
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.467.2",
4
+ "version": "14.468.0-FUI-2555.1",
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.467.2",
33
- "@genesislcap/genx": "14.467.2",
34
- "@genesislcap/rollup-builder": "14.467.2",
35
- "@genesislcap/ts-builder": "14.467.2",
36
- "@genesislcap/uvu-playwright-builder": "14.467.2",
37
- "@genesislcap/vite-builder": "14.467.2",
38
- "@genesislcap/webpack-builder": "14.467.2",
32
+ "@genesislcap/foundation-testing": "14.468.0-FUI-2555.1",
33
+ "@genesislcap/genx": "14.468.0-FUI-2555.1",
34
+ "@genesislcap/rollup-builder": "14.468.0-FUI-2555.1",
35
+ "@genesislcap/ts-builder": "14.468.0-FUI-2555.1",
36
+ "@genesislcap/uvu-playwright-builder": "14.468.0-FUI-2555.1",
37
+ "@genesislcap/vite-builder": "14.468.0-FUI-2555.1",
38
+ "@genesislcap/webpack-builder": "14.468.0-FUI-2555.1",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.467.2",
43
- "@genesislcap/foundation-logger": "14.467.2",
42
+ "@genesislcap/expression-builder": "14.468.0-FUI-2555.1",
43
+ "@genesislcap/foundation-logger": "14.468.0-FUI-2555.1",
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": "2edbf1311578ebd00440aacdd362b30411428923"
61
+ "gitHead": "0477c42cb95029123372cd8d79cd8989a24beb3f"
62
62
  }