@genesislcap/foundation-state-machine 14.146.1 → 14.147.1-alpha-3a79940.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 +12 -7
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.146.1",
4
+ "version": "14.147.1-alpha-3a79940.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -44,14 +44,19 @@
44
44
  "test": "genx test"
45
45
  },
46
46
  "devDependencies": {
47
- "@genesislcap/foundation-testing": "14.146.1",
48
- "@genesislcap/genx": "14.146.1",
47
+ "@genesislcap/foundation-testing": "14.147.1-alpha-3a79940.0",
48
+ "@genesislcap/genx": "14.147.1-alpha-3a79940.0",
49
+ "@genesislcap/rollup-builder": "14.147.1-alpha-3a79940.0",
50
+ "@genesislcap/ts-builder": "14.147.1-alpha-3a79940.0",
51
+ "@genesislcap/uvu-playwright-builder": "14.147.1-alpha-3a79940.0",
52
+ "@genesislcap/vite-builder": "14.147.1-alpha-3a79940.0",
53
+ "@genesislcap/webpack-builder": "14.147.1-alpha-3a79940.0",
49
54
  "rimraf": "^3.0.2"
50
55
  },
51
56
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.146.1",
53
- "@genesislcap/foundation-logger": "14.146.1",
54
- "@genesislcap/foundation-utils": "14.146.1",
57
+ "@genesislcap/foundation-comms": "14.147.1-alpha-3a79940.0",
58
+ "@genesislcap/foundation-logger": "14.147.1-alpha-3a79940.0",
59
+ "@genesislcap/foundation-utils": "14.147.1-alpha-3a79940.0",
55
60
  "@microsoft/fast-element": "^1.12.0",
56
61
  "@microsoft/fast-foundation": "^2.49.4",
57
62
  "cockatiel": "^3.1.1",
@@ -67,5 +72,5 @@
67
72
  "publishConfig": {
68
73
  "access": "public"
69
74
  },
70
- "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
75
+ "gitHead": "43208d8fbb5fd57c054620ddebe46c949342c54b"
71
76
  }