@genesislcap/foundation-utils 14.227.3 → 14.227.4-FUI-2256.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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-FUI-2256.2",
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-FUI-2256.2",
31
+ "@genesislcap/genx": "14.227.4-FUI-2256.2",
32
+ "@genesislcap/rollup-builder": "14.227.4-FUI-2256.2",
33
+ "@genesislcap/ts-builder": "14.227.4-FUI-2256.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.4-FUI-2256.2",
35
+ "@genesislcap/vite-builder": "14.227.4-FUI-2256.2",
36
+ "@genesislcap/webpack-builder": "14.227.4-FUI-2256.2",
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-FUI-2256.2",
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": "a1c0cc59a8cf53e44f131f9251be45c785771248"
59
59
  }