@genesislcap/foundation-utils 14.396.2-alpha-66a2e7a.0 → 14.396.2-alpha-c2b8be8.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.
@@ -467,6 +467,21 @@
467
467
  }
468
468
  ]
469
469
  },
470
+ {
471
+ "kind": "javascript-module",
472
+ "path": "src/encoding/index.ts",
473
+ "declarations": [],
474
+ "exports": [
475
+ {
476
+ "kind": "js",
477
+ "name": "*",
478
+ "declaration": {
479
+ "name": "*",
480
+ "package": "./base64"
481
+ }
482
+ }
483
+ ]
484
+ },
470
485
  {
471
486
  "kind": "javascript-module",
472
487
  "path": "src/design-system/design-system.ts",
@@ -587,21 +602,6 @@
587
602
  }
588
603
  ]
589
604
  },
590
- {
591
- "kind": "javascript-module",
592
- "path": "src/encoding/index.ts",
593
- "declarations": [],
594
- "exports": [
595
- {
596
- "kind": "js",
597
- "name": "*",
598
- "declaration": {
599
- "name": "*",
600
- "package": "./base64"
601
- }
602
- }
603
- ]
604
- },
605
605
  {
606
606
  "kind": "javascript-module",
607
607
  "path": "src/env/index.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.396.2-alpha-66a2e7a.0",
4
+ "version": "14.396.2-alpha-c2b8be8.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.396.2-alpha-66a2e7a.0",
33
- "@genesislcap/genx": "14.396.2-alpha-66a2e7a.0",
34
- "@genesislcap/rollup-builder": "14.396.2-alpha-66a2e7a.0",
35
- "@genesislcap/ts-builder": "14.396.2-alpha-66a2e7a.0",
36
- "@genesislcap/uvu-playwright-builder": "14.396.2-alpha-66a2e7a.0",
37
- "@genesislcap/vite-builder": "14.396.2-alpha-66a2e7a.0",
38
- "@genesislcap/webpack-builder": "14.396.2-alpha-66a2e7a.0",
32
+ "@genesislcap/foundation-testing": "14.396.2-alpha-c2b8be8.0",
33
+ "@genesislcap/genx": "14.396.2-alpha-c2b8be8.0",
34
+ "@genesislcap/rollup-builder": "14.396.2-alpha-c2b8be8.0",
35
+ "@genesislcap/ts-builder": "14.396.2-alpha-c2b8be8.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.396.2-alpha-c2b8be8.0",
37
+ "@genesislcap/vite-builder": "14.396.2-alpha-c2b8be8.0",
38
+ "@genesislcap/webpack-builder": "14.396.2-alpha-c2b8be8.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.396.2-alpha-66a2e7a.0",
43
- "@genesislcap/foundation-logger": "14.396.2-alpha-66a2e7a.0",
42
+ "@genesislcap/expression-builder": "14.396.2-alpha-c2b8be8.0",
43
+ "@genesislcap/foundation-logger": "14.396.2-alpha-c2b8be8.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": "1cf33f2f284a90fa94f15a82f19487ad1db2e13e"
61
+ "gitHead": "6ff08935e6901160677daa305e9db55e04aff3e5"
62
62
  }