@genesislcap/foundation-login 11.4.3 → 12.0.1-alpha-d05147f.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 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-login",
|
|
3
3
|
"description": "Genesis Foundation Login",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "12.0.1-alpha-d05147f.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"api": "npm run api:extract && npm run api:document",
|
|
16
16
|
"api:extract": "api-extractor run",
|
|
17
17
|
"api:document": "api-documenter markdown -i dist -o docs/api",
|
|
18
|
-
"build": "npm run build:tsc && npm run
|
|
18
|
+
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
|
19
19
|
"build:tsc": "tsc -b ./tsconfig.build.json",
|
|
20
20
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
21
21
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"dev": "npm run dev:webpack",
|
|
27
27
|
"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 --open",
|
|
28
28
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
29
|
-
"prepare": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
|
30
29
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
31
30
|
"test": "npm run test:unit && npm run test:e2e",
|
|
32
31
|
"test:coverage": "c8 --include=src npm run test:unit",
|
|
@@ -85,11 +84,11 @@
|
|
|
85
84
|
"webpack-merge": "^5.7.3"
|
|
86
85
|
},
|
|
87
86
|
"dependencies": {
|
|
88
|
-
"@genesislcap/foundation-comms": "
|
|
89
|
-
"@genesislcap/foundation-testing": "
|
|
90
|
-
"@genesislcap/foundation-ui": "
|
|
91
|
-
"@genesislcap/foundation-utils": "
|
|
92
|
-
"@genesislcap/foundation-zero": "
|
|
87
|
+
"@genesislcap/foundation-comms": "12.0.1-alpha-d05147f.0",
|
|
88
|
+
"@genesislcap/foundation-testing": "12.0.1-alpha-d05147f.0",
|
|
89
|
+
"@genesislcap/foundation-ui": "12.0.1-alpha-d05147f.0",
|
|
90
|
+
"@genesislcap/foundation-utils": "12.0.1-alpha-d05147f.0",
|
|
91
|
+
"@genesislcap/foundation-zero": "12.0.1-alpha-d05147f.0",
|
|
93
92
|
"@microsoft/fast-components": "^2.21.3",
|
|
94
93
|
"@microsoft/fast-element": "^1.7.0",
|
|
95
94
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -102,5 +101,5 @@
|
|
|
102
101
|
"publishConfig": {
|
|
103
102
|
"access": "public"
|
|
104
103
|
},
|
|
105
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "2e0a38e819734841bbd916b0ddc112022961696c"
|
|
106
105
|
}
|