@genesislcap/foundation-utils 14.281.1-alpha-0ea123862.0 → 14.281.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.
@@ -528,6 +528,21 @@
528
528
  }
529
529
  ]
530
530
  },
531
+ {
532
+ "kind": "javascript-module",
533
+ "path": "src/encoding/index.ts",
534
+ "declarations": [],
535
+ "exports": [
536
+ {
537
+ "kind": "js",
538
+ "name": "*",
539
+ "declaration": {
540
+ "name": "*",
541
+ "package": "./base64"
542
+ }
543
+ }
544
+ ]
545
+ },
531
546
  {
532
547
  "kind": "javascript-module",
533
548
  "path": "src/env/index.ts",
@@ -969,21 +984,6 @@
969
984
  }
970
985
  ]
971
986
  },
972
- {
973
- "kind": "javascript-module",
974
- "path": "src/encoding/index.ts",
975
- "declarations": [],
976
- "exports": [
977
- {
978
- "kind": "js",
979
- "name": "*",
980
- "declaration": {
981
- "name": "*",
982
- "package": "./base64"
983
- }
984
- }
985
- ]
986
- },
987
987
  {
988
988
  "kind": "javascript-module",
989
989
  "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.281.1-alpha-0ea123862.0",
4
+ "version": "14.281.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.281.1-alpha-0ea123862.0",
31
- "@genesislcap/genx": "14.281.1-alpha-0ea123862.0",
32
- "@genesislcap/rollup-builder": "14.281.1-alpha-0ea123862.0",
33
- "@genesislcap/ts-builder": "14.281.1-alpha-0ea123862.0",
34
- "@genesislcap/uvu-playwright-builder": "14.281.1-alpha-0ea123862.0",
35
- "@genesislcap/vite-builder": "14.281.1-alpha-0ea123862.0",
36
- "@genesislcap/webpack-builder": "14.281.1-alpha-0ea123862.0",
30
+ "@genesislcap/foundation-testing": "14.281.2",
31
+ "@genesislcap/genx": "14.281.2",
32
+ "@genesislcap/rollup-builder": "14.281.2",
33
+ "@genesislcap/ts-builder": "14.281.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.281.2",
35
+ "@genesislcap/vite-builder": "14.281.2",
36
+ "@genesislcap/webpack-builder": "14.281.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.281.1-alpha-0ea123862.0",
42
+ "@genesislcap/foundation-logger": "14.281.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": "d6f01cb8531577cb2294f8808ce982db43941100"
60
+ "gitHead": "ab319d2e963752fc8d2f792c38c2b12933540fc6"
61
61
  }