@genesislcap/foundation-login 14.31.0 → 14.32.1
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 +12 -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.
|
|
4
|
+
"version": "14.32.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
|
-
"build": "genx build",
|
|
36
|
-
"build:webpack": "genx build
|
|
37
|
-
"build:webpack:stats": "genx analyze
|
|
35
|
+
"build": "genx build -b ts",
|
|
36
|
+
"build:webpack": "genx build",
|
|
37
|
+
"build:webpack:stats": "genx analyze",
|
|
38
38
|
"clean": "genx clean",
|
|
39
39
|
"dev": "npm run dev:webpack",
|
|
40
40
|
"dev:no-open": "npm run dev:webpack -- --no-open",
|
|
41
|
-
"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 genx dev
|
|
41
|
+
"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 genx dev",
|
|
42
42
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
43
43
|
"serve": "genx serve",
|
|
44
44
|
"test": "genx test",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"test:debug": "genx test --debug"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@genesislcap/foundation-testing": "^14.
|
|
57
|
-
"@genesislcap/genx": "^14.
|
|
56
|
+
"@genesislcap/foundation-testing": "^14.32.1",
|
|
57
|
+
"@genesislcap/genx": "^14.32.1",
|
|
58
58
|
"cross-env": "^7.0.3"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@genesislcap/foundation-comms": "^14.
|
|
62
|
-
"@genesislcap/foundation-ui": "^14.
|
|
63
|
-
"@genesislcap/foundation-utils": "^14.
|
|
64
|
-
"@genesislcap/foundation-zero": "^14.
|
|
61
|
+
"@genesislcap/foundation-comms": "^14.32.1",
|
|
62
|
+
"@genesislcap/foundation-ui": "^14.32.1",
|
|
63
|
+
"@genesislcap/foundation-utils": "^14.32.1",
|
|
64
|
+
"@genesislcap/foundation-zero": "^14.32.1",
|
|
65
65
|
"@microsoft/fast-components": "^2.21.3",
|
|
66
66
|
"@microsoft/fast-element": "^1.7.0",
|
|
67
67
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
80
|
"customElements": "dist/custom-elements.json",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "dfa265faf20864c8fbed12b504afc0fa91a45f5b"
|
|
82
82
|
}
|