@genesislcap/foundation-utils 14.388.2-alpha-7ef48af.0 → 14.389.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.
@@ -587,6 +587,21 @@
587
587
  }
588
588
  ]
589
589
  },
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
+ },
590
605
  {
591
606
  "kind": "javascript-module",
592
607
  "path": "src/env/index.ts",
@@ -1261,21 +1276,6 @@
1261
1276
  }
1262
1277
  ]
1263
1278
  },
1264
- {
1265
- "kind": "javascript-module",
1266
- "path": "src/encoding/index.ts",
1267
- "declarations": [],
1268
- "exports": [
1269
- {
1270
- "kind": "js",
1271
- "name": "*",
1272
- "declaration": {
1273
- "name": "*",
1274
- "package": "./base64"
1275
- }
1276
- }
1277
- ]
1278
- },
1279
1279
  {
1280
1280
  "kind": "javascript-module",
1281
1281
  "path": "src/feature-flags/featureFlags.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.388.2-alpha-7ef48af.0",
4
+ "version": "14.389.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.388.2-alpha-7ef48af.0",
33
- "@genesislcap/genx": "14.388.2-alpha-7ef48af.0",
34
- "@genesislcap/rollup-builder": "14.388.2-alpha-7ef48af.0",
35
- "@genesislcap/ts-builder": "14.388.2-alpha-7ef48af.0",
36
- "@genesislcap/uvu-playwright-builder": "14.388.2-alpha-7ef48af.0",
37
- "@genesislcap/vite-builder": "14.388.2-alpha-7ef48af.0",
38
- "@genesislcap/webpack-builder": "14.388.2-alpha-7ef48af.0",
32
+ "@genesislcap/foundation-testing": "14.389.0",
33
+ "@genesislcap/genx": "14.389.0",
34
+ "@genesislcap/rollup-builder": "14.389.0",
35
+ "@genesislcap/ts-builder": "14.389.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.389.0",
37
+ "@genesislcap/vite-builder": "14.389.0",
38
+ "@genesislcap/webpack-builder": "14.389.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.388.2-alpha-7ef48af.0",
43
- "@genesislcap/foundation-logger": "14.388.2-alpha-7ef48af.0",
42
+ "@genesislcap/expression-builder": "14.389.0",
43
+ "@genesislcap/foundation-logger": "14.389.0",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.49.6",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "926bfd9dbf31a05bcf022ebb48915928d42ad756"
61
+ "gitHead": "8fb51993f523aac024a5125f8bdd71c2fed59498"
62
62
  }