@genesislcap/foundation-state-machine 14.184.0 → 14.185.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-state-machine",
3
3
  "description": "Genesis Foundation State Machine",
4
- "version": "14.184.0",
4
+ "version": "14.185.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,24 +39,32 @@
39
39
  },
40
40
  "scripts": {
41
41
  "build": "genx build -b ts",
42
+ "circular": "npx -y madge --extensions ts --circular ./src",
42
43
  "clean": "rimraf dist tsconfig.tsbuildinfo",
43
44
  "dev": "genx dev -b ts",
44
45
  "test": "genx test"
45
46
  },
47
+ "madge": {
48
+ "detectiveOptions": {
49
+ "ts": {
50
+ "skipTypeImports": true
51
+ }
52
+ }
53
+ },
46
54
  "devDependencies": {
47
- "@genesislcap/foundation-testing": "14.184.0",
48
- "@genesislcap/genx": "14.184.0",
49
- "@genesislcap/rollup-builder": "14.184.0",
50
- "@genesislcap/ts-builder": "14.184.0",
51
- "@genesislcap/uvu-playwright-builder": "14.184.0",
52
- "@genesislcap/vite-builder": "14.184.0",
53
- "@genesislcap/webpack-builder": "14.184.0",
54
- "rimraf": "^3.0.2"
55
+ "@genesislcap/foundation-testing": "14.185.0",
56
+ "@genesislcap/genx": "14.185.0",
57
+ "@genesislcap/rollup-builder": "14.185.0",
58
+ "@genesislcap/ts-builder": "14.185.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.185.0",
60
+ "@genesislcap/vite-builder": "14.185.0",
61
+ "@genesislcap/webpack-builder": "14.185.0",
62
+ "rimraf": "^5.0.0"
55
63
  },
56
64
  "dependencies": {
57
- "@genesislcap/foundation-comms": "14.184.0",
58
- "@genesislcap/foundation-logger": "14.184.0",
59
- "@genesislcap/foundation-utils": "14.184.0",
65
+ "@genesislcap/foundation-comms": "14.185.0",
66
+ "@genesislcap/foundation-logger": "14.185.0",
67
+ "@genesislcap/foundation-utils": "14.185.0",
60
68
  "@microsoft/fast-element": "^1.12.0",
61
69
  "@microsoft/fast-foundation": "^2.49.4",
62
70
  "cockatiel": "^3.1.1",
@@ -72,5 +80,5 @@
72
80
  "publishConfig": {
73
81
  "access": "public"
74
82
  },
75
- "gitHead": "8aef45b63f3c8b0336b3f8cc97ad79a36e9b5381"
83
+ "gitHead": "839487e6a0b1168d0ad6bf32c9e3a50504c775a0"
76
84
  }