@genesislcap/foundation-utils 14.312.1-alpha-213fcbc.0 → 14.312.1-alpha-969665c.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.
@@ -451,21 +451,6 @@
451
451
  }
452
452
  ]
453
453
  },
454
- {
455
- "kind": "javascript-module",
456
- "path": "src/encoding/index.ts",
457
- "declarations": [],
458
- "exports": [
459
- {
460
- "kind": "js",
461
- "name": "*",
462
- "declaration": {
463
- "name": "*",
464
- "package": "./base64"
465
- }
466
- }
467
- ]
468
- },
469
454
  {
470
455
  "kind": "javascript-module",
471
456
  "path": "src/design-system/design-system.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-213fcbc.0",
4
+ "version": "14.312.1-alpha-969665c.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-213fcbc.0",
31
- "@genesislcap/genx": "14.312.1-alpha-213fcbc.0",
32
- "@genesislcap/rollup-builder": "14.312.1-alpha-213fcbc.0",
33
- "@genesislcap/ts-builder": "14.312.1-alpha-213fcbc.0",
34
- "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-213fcbc.0",
35
- "@genesislcap/vite-builder": "14.312.1-alpha-213fcbc.0",
36
- "@genesislcap/webpack-builder": "14.312.1-alpha-213fcbc.0",
30
+ "@genesislcap/foundation-testing": "14.312.1-alpha-969665c.0",
31
+ "@genesislcap/genx": "14.312.1-alpha-969665c.0",
32
+ "@genesislcap/rollup-builder": "14.312.1-alpha-969665c.0",
33
+ "@genesislcap/ts-builder": "14.312.1-alpha-969665c.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-969665c.0",
35
+ "@genesislcap/vite-builder": "14.312.1-alpha-969665c.0",
36
+ "@genesislcap/webpack-builder": "14.312.1-alpha-969665c.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.312.1-alpha-213fcbc.0",
41
- "@genesislcap/foundation-logger": "14.312.1-alpha-213fcbc.0",
40
+ "@genesislcap/expression-builder": "14.312.1-alpha-969665c.0",
41
+ "@genesislcap/foundation-logger": "14.312.1-alpha-969665c.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": "c4418cddbaa0cbaa2cac18549827a30d31a4332c"
59
+ "gitHead": "00a9b30934f9d11e96a03b52893b4148689514b6"
60
60
  }