@genesislcap/foundation-utils 14.421.0 → 14.421.1-FUI-2511.2

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.
@@ -591,21 +591,6 @@
591
591
  }
592
592
  ]
593
593
  },
594
- {
595
- "kind": "javascript-module",
596
- "path": "src/encoding/index.ts",
597
- "declarations": [],
598
- "exports": [
599
- {
600
- "kind": "js",
601
- "name": "*",
602
- "declaration": {
603
- "name": "*",
604
- "package": "./base64"
605
- }
606
- }
607
- ]
608
- },
609
594
  {
610
595
  "kind": "javascript-module",
611
596
  "path": "src/decorators/index.ts",
@@ -659,6 +644,21 @@
659
644
  }
660
645
  ]
661
646
  },
647
+ {
648
+ "kind": "javascript-module",
649
+ "path": "src/encoding/index.ts",
650
+ "declarations": [],
651
+ "exports": [
652
+ {
653
+ "kind": "js",
654
+ "name": "*",
655
+ "declaration": {
656
+ "name": "*",
657
+ "package": "./base64"
658
+ }
659
+ }
660
+ ]
661
+ },
662
662
  {
663
663
  "kind": "javascript-module",
664
664
  "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.421.0",
4
+ "version": "14.421.1-FUI-2511.2",
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.421.0",
33
- "@genesislcap/genx": "14.421.0",
34
- "@genesislcap/rollup-builder": "14.421.0",
35
- "@genesislcap/ts-builder": "14.421.0",
36
- "@genesislcap/uvu-playwright-builder": "14.421.0",
37
- "@genesislcap/vite-builder": "14.421.0",
38
- "@genesislcap/webpack-builder": "14.421.0",
32
+ "@genesislcap/foundation-testing": "14.421.1-FUI-2511.2",
33
+ "@genesislcap/genx": "14.421.1-FUI-2511.2",
34
+ "@genesislcap/rollup-builder": "14.421.1-FUI-2511.2",
35
+ "@genesislcap/ts-builder": "14.421.1-FUI-2511.2",
36
+ "@genesislcap/uvu-playwright-builder": "14.421.1-FUI-2511.2",
37
+ "@genesislcap/vite-builder": "14.421.1-FUI-2511.2",
38
+ "@genesislcap/webpack-builder": "14.421.1-FUI-2511.2",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.421.0",
43
- "@genesislcap/foundation-logger": "14.421.0",
42
+ "@genesislcap/expression-builder": "14.421.1-FUI-2511.2",
43
+ "@genesislcap/foundation-logger": "14.421.1-FUI-2511.2",
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": "d109b70edbd07af351ed8bf393ace74b42bb5356"
61
+ "gitHead": "18458029bcdb96e7528aed7813ae3f986ca810f5"
62
62
  }