@genesislcap/foundation-utils 14.312.1-alpha-9e7b846.0 → 14.312.1-alpha-92cb2a8.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.
@@ -571,21 +571,6 @@
571
571
  }
572
572
  ]
573
573
  },
574
- {
575
- "kind": "javascript-module",
576
- "path": "src/encoding/index.ts",
577
- "declarations": [],
578
- "exports": [
579
- {
580
- "kind": "js",
581
- "name": "*",
582
- "declaration": {
583
- "name": "*",
584
- "package": "./base64"
585
- }
586
- }
587
- ]
588
- },
589
574
  {
590
575
  "kind": "javascript-module",
591
576
  "path": "src/env/index.ts",
@@ -1044,6 +1029,21 @@
1044
1029
  }
1045
1030
  ]
1046
1031
  },
1032
+ {
1033
+ "kind": "javascript-module",
1034
+ "path": "src/encoding/index.ts",
1035
+ "declarations": [],
1036
+ "exports": [
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "*",
1040
+ "declaration": {
1041
+ "name": "*",
1042
+ "package": "./base64"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
1047
  {
1048
1048
  "kind": "javascript-module",
1049
1049
  "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.312.1-alpha-9e7b846.0",
4
+ "version": "14.312.1-alpha-92cb2a8.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.312.1-alpha-9e7b846.0",
31
- "@genesislcap/genx": "14.312.1-alpha-9e7b846.0",
32
- "@genesislcap/rollup-builder": "14.312.1-alpha-9e7b846.0",
33
- "@genesislcap/ts-builder": "14.312.1-alpha-9e7b846.0",
34
- "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-9e7b846.0",
35
- "@genesislcap/vite-builder": "14.312.1-alpha-9e7b846.0",
36
- "@genesislcap/webpack-builder": "14.312.1-alpha-9e7b846.0",
30
+ "@genesislcap/foundation-testing": "14.312.1-alpha-92cb2a8.0",
31
+ "@genesislcap/genx": "14.312.1-alpha-92cb2a8.0",
32
+ "@genesislcap/rollup-builder": "14.312.1-alpha-92cb2a8.0",
33
+ "@genesislcap/ts-builder": "14.312.1-alpha-92cb2a8.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-92cb2a8.0",
35
+ "@genesislcap/vite-builder": "14.312.1-alpha-92cb2a8.0",
36
+ "@genesislcap/webpack-builder": "14.312.1-alpha-92cb2a8.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.312.1-alpha-9e7b846.0",
41
- "@genesislcap/foundation-logger": "14.312.1-alpha-9e7b846.0",
40
+ "@genesislcap/expression-builder": "14.312.1-alpha-92cb2a8.0",
41
+ "@genesislcap/foundation-logger": "14.312.1-alpha-92cb2a8.0",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "21d20e0063a5f4b2dbccbb62b46accc2aee020ba"
59
+ "gitHead": "f05edf57f1d16ddc0524be2f35856509b7b92f78"
60
60
  }