@genesislcap/foundation-utils 14.217.4 → 14.217.6-FUI-2233-rebase.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1647,43 +1647,6 @@
1647
1647
  }
1648
1648
  ]
1649
1649
  },
1650
- {
1651
- "kind": "javascript-module",
1652
- "path": "src/utils/index.ts",
1653
- "declarations": [],
1654
- "exports": [
1655
- {
1656
- "kind": "js",
1657
- "name": "*",
1658
- "declaration": {
1659
- "name": "*",
1660
- "package": "./logger"
1661
- }
1662
- }
1663
- ]
1664
- },
1665
- {
1666
- "kind": "javascript-module",
1667
- "path": "src/utils/logger.ts",
1668
- "declarations": [
1669
- {
1670
- "kind": "variable",
1671
- "name": "logger",
1672
- "description": "Logger for the foundation-utils package",
1673
- "privacy": "public"
1674
- }
1675
- ],
1676
- "exports": [
1677
- {
1678
- "kind": "js",
1679
- "name": "logger",
1680
- "declaration": {
1681
- "name": "logger",
1682
- "module": "src/utils/logger.ts"
1683
- }
1684
- }
1685
- ]
1686
- },
1687
1650
  {
1688
1651
  "kind": "javascript-module",
1689
1652
  "path": "src/styles/color.ts",
@@ -2031,6 +1994,43 @@
2031
1994
  }
2032
1995
  ]
2033
1996
  },
1997
+ {
1998
+ "kind": "javascript-module",
1999
+ "path": "src/utils/index.ts",
2000
+ "declarations": [],
2001
+ "exports": [
2002
+ {
2003
+ "kind": "js",
2004
+ "name": "*",
2005
+ "declaration": {
2006
+ "name": "*",
2007
+ "package": "./logger"
2008
+ }
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "kind": "javascript-module",
2014
+ "path": "src/utils/logger.ts",
2015
+ "declarations": [
2016
+ {
2017
+ "kind": "variable",
2018
+ "name": "logger",
2019
+ "description": "Logger for the foundation-utils package",
2020
+ "privacy": "public"
2021
+ }
2022
+ ],
2023
+ "exports": [
2024
+ {
2025
+ "kind": "js",
2026
+ "name": "logger",
2027
+ "declaration": {
2028
+ "name": "logger",
2029
+ "module": "src/utils/logger.ts"
2030
+ }
2031
+ }
2032
+ ]
2033
+ },
2034
2034
  {
2035
2035
  "kind": "javascript-module",
2036
2036
  "path": "src/uuid/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.217.4",
4
+ "version": "14.217.6-FUI-2233-rebase.5",
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.217.4",
31
- "@genesislcap/genx": "14.217.4",
32
- "@genesislcap/rollup-builder": "14.217.4",
33
- "@genesislcap/ts-builder": "14.217.4",
34
- "@genesislcap/uvu-playwright-builder": "14.217.4",
35
- "@genesislcap/vite-builder": "14.217.4",
36
- "@genesislcap/webpack-builder": "14.217.4",
30
+ "@genesislcap/foundation-testing": "14.217.6-FUI-2233-rebase.5",
31
+ "@genesislcap/genx": "14.217.6-FUI-2233-rebase.5",
32
+ "@genesislcap/rollup-builder": "14.217.6-FUI-2233-rebase.5",
33
+ "@genesislcap/ts-builder": "14.217.6-FUI-2233-rebase.5",
34
+ "@genesislcap/uvu-playwright-builder": "14.217.6-FUI-2233-rebase.5",
35
+ "@genesislcap/vite-builder": "14.217.6-FUI-2233-rebase.5",
36
+ "@genesislcap/webpack-builder": "14.217.6-FUI-2233-rebase.5",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.217.4",
40
+ "@genesislcap/foundation-logger": "14.217.6-FUI-2233-rebase.5",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.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": "d7e7d4b855806613641fe36056b06efebc70a5a3"
58
+ "gitHead": "504447fbe5f30ddf3acc362221468856820be011"
59
59
  }