@genesislcap/foundation-login 12.0.2 → 13.0.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 +17 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-login",
3
3
  "description": "Genesis Foundation Login",
4
- "version": "12.0.2",
4
+ "version": "13.0.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-login.d.ts",
@@ -11,6 +11,16 @@
11
11
  "DEFAULT_PASSWORD": "Password11*",
12
12
  "PORT": 5030
13
13
  },
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/foundation-login.d.ts",
17
+ "default": "./dist/esm/index.js"
18
+ },
19
+ "./e2e": {
20
+ "default": "./test/e2e/index.ts"
21
+ },
22
+ "./package.json": "./package.json"
23
+ },
14
24
  "scripts": {
15
25
  "api": "npm run api:extract && npm run api:document",
16
26
  "api:extract": "api-extractor run",
@@ -42,6 +52,7 @@
42
52
  "test:unit:watch": "watchlist src test -- npm run test:unit"
43
53
  },
44
54
  "devDependencies": {
55
+ "@genesislcap/foundation-testing": "^13.0.0",
45
56
  "@microsoft/api-documenter": "^7.19.13",
46
57
  "@microsoft/api-extractor": "^7.31.1",
47
58
  "@module-federation/dashboard-plugin": "2.3.0",
@@ -84,11 +95,10 @@
84
95
  "webpack-merge": "^5.7.3"
85
96
  },
86
97
  "dependencies": {
87
- "@genesislcap/foundation-comms": "^12.0.2",
88
- "@genesislcap/foundation-testing": "^12.0.2",
89
- "@genesislcap/foundation-ui": "^12.0.2",
90
- "@genesislcap/foundation-utils": "^12.0.2",
91
- "@genesislcap/foundation-zero": "^12.0.2",
98
+ "@genesislcap/foundation-comms": "^13.0.0",
99
+ "@genesislcap/foundation-ui": "^13.0.0",
100
+ "@genesislcap/foundation-utils": "^13.0.0",
101
+ "@genesislcap/foundation-zero": "^13.0.0",
92
102
  "@microsoft/fast-components": "^2.21.3",
93
103
  "@microsoft/fast-element": "^1.7.0",
94
104
  "@microsoft/fast-foundation": "^2.33.2",
@@ -101,5 +111,5 @@
101
111
  "publishConfig": {
102
112
  "access": "public"
103
113
  },
104
- "gitHead": "28d849c72fd4385074cf195d7d33680dd81bff04"
114
+ "gitHead": "71d64612efd2827cb02ef308a22f3637bacb0bf2"
105
115
  }