@genesislcap/foundation-login 14.23.1-alpha-bf28a25.0 → 14.24.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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-login",
3
3
  "description": "Genesis Foundation Login",
4
- "version": "14.23.1-alpha-bf28a25.0",
4
+ "version": "14.24.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-login.d.ts",
@@ -48,11 +48,8 @@
48
48
  "test:unit:watch": "watchlist src test -- npm run test:unit"
49
49
  },
50
50
  "devDependencies": {
51
- "@custom-elements-manifest/analyzer": "^0.8.2",
52
- "@genesislcap/foundation-testing": "14.23.1-alpha-bf28a25.0",
53
- "@genesislcap/genx": "14.23.1-alpha-bf28a25.0",
54
- "@microsoft/api-documenter": "^7.19.13",
55
- "@microsoft/api-extractor": "^7.31.1",
51
+ "@genesislcap/foundation-testing": "^14.24.0",
52
+ "@genesislcap/genx": "^14.24.0",
56
53
  "@module-federation/dashboard-plugin": "2.3.0",
57
54
  "@pixability-ui/federated-types": "^0.2.0",
58
55
  "@playwright/test": "^1.18.1",
@@ -92,10 +89,10 @@
92
89
  "webpack-merge": "^5.7.3"
93
90
  },
94
91
  "dependencies": {
95
- "@genesislcap/foundation-comms": "14.23.1-alpha-bf28a25.0",
96
- "@genesislcap/foundation-ui": "14.23.1-alpha-bf28a25.0",
97
- "@genesislcap/foundation-utils": "14.23.1-alpha-bf28a25.0",
98
- "@genesislcap/foundation-zero": "14.23.1-alpha-bf28a25.0",
92
+ "@genesislcap/foundation-comms": "^14.24.0",
93
+ "@genesislcap/foundation-ui": "^14.24.0",
94
+ "@genesislcap/foundation-utils": "^14.24.0",
95
+ "@genesislcap/foundation-zero": "^14.24.0",
99
96
  "@microsoft/fast-components": "^2.21.3",
100
97
  "@microsoft/fast-element": "^1.7.0",
101
98
  "@microsoft/fast-foundation": "^2.33.2",
@@ -103,10 +100,14 @@
103
100
  "@microsoft/fast-web-utilities": "^5.0.2",
104
101
  "tslib": "^2.3.1"
105
102
  },
106
- "repository": "https://github.com/genesislcap/foundation-ui.git",
103
+ "repository": {
104
+ "type": "git",
105
+ "url": "git+https://github.com/genesislcap/foundation-ui.git",
106
+ "directory": "packages/foundation/foundation-mf/foundation-login"
107
+ },
107
108
  "publishConfig": {
108
109
  "access": "public"
109
110
  },
110
111
  "customElements": "dist/custom-elements.json",
111
- "gitHead": "549ee6b1bd5ad5ba19da94c04a41c58543a71bd2"
112
+ "gitHead": "94a3b388d39d65f0376bb347238a4151b3cfdd09"
112
113
  }