@genesislcap/foundation-login 14.12.2 → 14.12.3-alpha-7113f36.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.
- package/package.json +8 -8
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.12.
|
|
4
|
+
"version": "14.12.3-alpha-7113f36.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD webpack serve",
|
|
39
39
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
40
40
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
41
|
-
"
|
|
41
|
+
"test": "npm run test:unit",
|
|
42
42
|
"test:coverage": "c8 --include=src npm run test:unit",
|
|
43
43
|
"test:coverage:report": "npm run test:coverage && c8 report --reporter=text-lcov > coverage.lcov",
|
|
44
44
|
"test:coverage:report:nyc": "npm run test:unit:browser -- --cov && npx nyc report --reporter=html",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "
|
|
57
|
+
"@genesislcap/foundation-testing": "14.12.3-alpha-7113f36.0",
|
|
58
58
|
"@microsoft/api-documenter": "^7.19.13",
|
|
59
59
|
"@microsoft/api-extractor": "^7.31.1",
|
|
60
60
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"webpack-merge": "^5.7.3"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@genesislcap/foundation-comms": "
|
|
101
|
-
"@genesislcap/foundation-ui": "
|
|
102
|
-
"@genesislcap/foundation-utils": "
|
|
103
|
-
"@genesislcap/foundation-zero": "
|
|
100
|
+
"@genesislcap/foundation-comms": "14.12.3-alpha-7113f36.0",
|
|
101
|
+
"@genesislcap/foundation-ui": "14.12.3-alpha-7113f36.0",
|
|
102
|
+
"@genesislcap/foundation-utils": "14.12.3-alpha-7113f36.0",
|
|
103
|
+
"@genesislcap/foundation-zero": "14.12.3-alpha-7113f36.0",
|
|
104
104
|
"@microsoft/fast-components": "^2.21.3",
|
|
105
105
|
"@microsoft/fast-element": "^1.7.0",
|
|
106
106
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"publishConfig": {
|
|
113
113
|
"access": "public"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "7bac91321b050e405b58609e778d88bd641ee02f"
|
|
116
116
|
}
|