@genesislcap/foundation-login 14.184.0 → 14.185.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 +24 -16
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.185.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"build": "genx build -b ts",
|
|
43
43
|
"build:webpack": "genx build",
|
|
44
44
|
"build:webpack:stats": "genx analyze",
|
|
45
|
+
"circular": "npx -y madge --extensions ts --circular ./src",
|
|
45
46
|
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
46
47
|
"dev": "genx dev -b webpack",
|
|
47
48
|
"dev:no-open": "genx dev --no-open -b webpack",
|
|
@@ -58,23 +59,30 @@
|
|
|
58
59
|
"test:unit:watch": "genx test --watch",
|
|
59
60
|
"test:debug": "genx test --debug"
|
|
60
61
|
},
|
|
62
|
+
"madge": {
|
|
63
|
+
"detectiveOptions": {
|
|
64
|
+
"ts": {
|
|
65
|
+
"skipTypeImports": true
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
61
69
|
"devDependencies": {
|
|
62
|
-
"@genesislcap/foundation-testing": "14.
|
|
63
|
-
"@genesislcap/genx": "14.
|
|
64
|
-
"@genesislcap/rollup-builder": "14.
|
|
65
|
-
"@genesislcap/ts-builder": "14.
|
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
67
|
-
"@genesislcap/vite-builder": "14.
|
|
68
|
-
"@genesislcap/webpack-builder": "14.
|
|
69
|
-
"rimraf": "^
|
|
70
|
+
"@genesislcap/foundation-testing": "14.185.0",
|
|
71
|
+
"@genesislcap/genx": "14.185.0",
|
|
72
|
+
"@genesislcap/rollup-builder": "14.185.0",
|
|
73
|
+
"@genesislcap/ts-builder": "14.185.0",
|
|
74
|
+
"@genesislcap/uvu-playwright-builder": "14.185.0",
|
|
75
|
+
"@genesislcap/vite-builder": "14.185.0",
|
|
76
|
+
"@genesislcap/webpack-builder": "14.185.0",
|
|
77
|
+
"rimraf": "^5.0.0"
|
|
70
78
|
},
|
|
71
79
|
"dependencies": {
|
|
72
|
-
"@genesislcap/foundation-comms": "14.
|
|
73
|
-
"@genesislcap/foundation-i18n": "14.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
|
75
|
-
"@genesislcap/foundation-ui": "14.
|
|
76
|
-
"@genesislcap/foundation-utils": "14.
|
|
77
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
+
"@genesislcap/foundation-comms": "14.185.0",
|
|
81
|
+
"@genesislcap/foundation-i18n": "14.185.0",
|
|
82
|
+
"@genesislcap/foundation-logger": "14.185.0",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.185.0",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.185.0",
|
|
85
|
+
"@genesislcap/foundation-zero": "14.185.0",
|
|
78
86
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
87
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
88
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -92,5 +100,5 @@
|
|
|
92
100
|
"access": "public"
|
|
93
101
|
},
|
|
94
102
|
"customElements": "dist/custom-elements.json",
|
|
95
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "839487e6a0b1168d0ad6bf32c9e3a50504c775a0"
|
|
96
104
|
}
|