@genesislcap/foundation-user 14.184.0 → 14.186.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +21 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-user",
3
3
  "description": "Genesis User",
4
- "version": "14.184.0",
4
+ "version": "14.186.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "scripts": {
20
20
  "build": "genx build -b ts",
21
+ "circular": "npx -y madge --extensions ts --circular ./src",
21
22
  "clean": "rimraf dist tsconfig.tsbuildinfo",
22
23
  "dev": "npm run dev:tsc",
23
24
  "dev:tsc": "genx dev -b ts",
@@ -25,20 +26,27 @@
25
26
  "build:webpack:stats": "genx analyze",
26
27
  "test": "genx test"
27
28
  },
29
+ "madge": {
30
+ "detectiveOptions": {
31
+ "ts": {
32
+ "skipTypeImports": true
33
+ }
34
+ }
35
+ },
28
36
  "devDependencies": {
29
- "@genesislcap/foundation-testing": "14.184.0",
30
- "@genesislcap/genx": "14.184.0",
31
- "@genesislcap/rollup-builder": "14.184.0",
32
- "@genesislcap/ts-builder": "14.184.0",
33
- "@genesislcap/uvu-playwright-builder": "14.184.0",
34
- "@genesislcap/vite-builder": "14.184.0",
35
- "@genesislcap/webpack-builder": "14.184.0",
36
- "rimraf": "^3.0.2"
37
+ "@genesislcap/foundation-testing": "14.186.0",
38
+ "@genesislcap/genx": "14.186.0",
39
+ "@genesislcap/rollup-builder": "14.186.0",
40
+ "@genesislcap/ts-builder": "14.186.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.186.0",
42
+ "@genesislcap/vite-builder": "14.186.0",
43
+ "@genesislcap/webpack-builder": "14.186.0",
44
+ "rimraf": "^5.0.0"
37
45
  },
38
46
  "dependencies": {
39
- "@genesislcap/foundation-broadcast-channel": "14.184.0",
40
- "@genesislcap/foundation-logger": "14.184.0",
41
- "@genesislcap/foundation-utils": "14.184.0",
47
+ "@genesislcap/foundation-broadcast-channel": "14.186.0",
48
+ "@genesislcap/foundation-logger": "14.186.0",
49
+ "@genesislcap/foundation-utils": "14.186.0",
42
50
  "@microsoft/fast-element": "^1.12.0",
43
51
  "@microsoft/fast-foundation": "^2.49.4"
44
52
  },
@@ -50,5 +58,5 @@
50
58
  "publishConfig": {
51
59
  "access": "public"
52
60
  },
53
- "gitHead": "8aef45b63f3c8b0336b3f8cc97ad79a36e9b5381"
61
+ "gitHead": "1ebc5549ab49ef3a3e6c08c8aab0886dbebb3400"
54
62
  }