@genesislcap/foundation-login 14.16.0 → 14.18.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 +9 -10
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.
|
|
4
|
+
"version": "14.18.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dev:no-open": "npm run dev:webpack -- --no-open",
|
|
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
|
-
"serve": "serve
|
|
40
|
+
"serve": "genx serve",
|
|
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",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
58
|
-
"@genesislcap/foundation-testing": "^14.
|
|
59
|
-
"@genesislcap/genx": "^14.
|
|
58
|
+
"@genesislcap/foundation-testing": "^14.18.0",
|
|
59
|
+
"@genesislcap/genx": "^14.18.0",
|
|
60
60
|
"@microsoft/api-documenter": "^7.19.13",
|
|
61
61
|
"@microsoft/api-extractor": "^7.31.1",
|
|
62
62
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"postcss-import": "^14.0.0",
|
|
84
84
|
"postcss-loader": "^6.2.1",
|
|
85
85
|
"postcss-preset-env": "^7.0.1",
|
|
86
|
-
"serve": "^14.1.2",
|
|
87
86
|
"terser-webpack-plugin": "^5.3.1",
|
|
88
87
|
"to-string-loader": "^1.2.0",
|
|
89
88
|
"ts-loader": "9.3.1",
|
|
@@ -99,10 +98,10 @@
|
|
|
99
98
|
"webpack-merge": "^5.7.3"
|
|
100
99
|
},
|
|
101
100
|
"dependencies": {
|
|
102
|
-
"@genesislcap/foundation-comms": "^14.
|
|
103
|
-
"@genesislcap/foundation-ui": "^14.
|
|
104
|
-
"@genesislcap/foundation-utils": "^14.
|
|
105
|
-
"@genesislcap/foundation-zero": "^14.
|
|
101
|
+
"@genesislcap/foundation-comms": "^14.18.0",
|
|
102
|
+
"@genesislcap/foundation-ui": "^14.18.0",
|
|
103
|
+
"@genesislcap/foundation-utils": "^14.18.0",
|
|
104
|
+
"@genesislcap/foundation-zero": "^14.18.0",
|
|
106
105
|
"@microsoft/fast-components": "^2.21.3",
|
|
107
106
|
"@microsoft/fast-element": "^1.7.0",
|
|
108
107
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -115,5 +114,5 @@
|
|
|
115
114
|
"access": "public"
|
|
116
115
|
},
|
|
117
116
|
"customElements": "dist/custom-elements.json",
|
|
118
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "35c1a42bdf004f0eb61b721bec7f1e871145186d"
|
|
119
118
|
}
|