@genesislcap/foundation-utils 14.227.3 → 14.227.4

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.
@@ -440,21 +440,6 @@
440
440
  }
441
441
  ]
442
442
  },
443
- {
444
- "kind": "javascript-module",
445
- "path": "src/encoding/index.ts",
446
- "declarations": [],
447
- "exports": [
448
- {
449
- "kind": "js",
450
- "name": "*",
451
- "declaration": {
452
- "name": "*",
453
- "package": "./base64"
454
- }
455
- }
456
- ]
457
- },
458
443
  {
459
444
  "kind": "javascript-module",
460
445
  "path": "src/decorators/index.ts",
@@ -508,6 +493,21 @@
508
493
  }
509
494
  ]
510
495
  },
496
+ {
497
+ "kind": "javascript-module",
498
+ "path": "src/encoding/index.ts",
499
+ "declarations": [],
500
+ "exports": [
501
+ {
502
+ "kind": "js",
503
+ "name": "*",
504
+ "declaration": {
505
+ "name": "*",
506
+ "package": "./base64"
507
+ }
508
+ }
509
+ ]
510
+ },
511
511
  {
512
512
  "kind": "javascript-module",
513
513
  "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.227.3",
4
+ "version": "14.227.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.227.3",
31
- "@genesislcap/genx": "14.227.3",
32
- "@genesislcap/rollup-builder": "14.227.3",
33
- "@genesislcap/ts-builder": "14.227.3",
34
- "@genesislcap/uvu-playwright-builder": "14.227.3",
35
- "@genesislcap/vite-builder": "14.227.3",
36
- "@genesislcap/webpack-builder": "14.227.3",
30
+ "@genesislcap/foundation-testing": "14.227.4",
31
+ "@genesislcap/genx": "14.227.4",
32
+ "@genesislcap/rollup-builder": "14.227.4",
33
+ "@genesislcap/ts-builder": "14.227.4",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.4",
35
+ "@genesislcap/vite-builder": "14.227.4",
36
+ "@genesislcap/webpack-builder": "14.227.4",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.3",
40
+ "@genesislcap/foundation-logger": "14.227.4",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "ec53c11dc44bf5b131ea255d03a5da599c806cd7"
58
+ "gitHead": "8589a5b1f5a9d2b720c3dc2f9ee6217d1abd9313"
59
59
  }