@genesislcap/foundation-state-machine 14.146.1-alpha-0d80785.0 → 14.147.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-alpha-0d80785.0",
4
+ "version": "14.147.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-alpha-0d80785.0",
48
- "@genesislcap/genx": "14.146.1-alpha-0d80785.0",
47
+ "@genesislcap/foundation-testing": "14.147.0",
48
+ "@genesislcap/genx": "14.147.0",
49
+ "@genesislcap/rollup-builder": "14.147.0",
50
+ "@genesislcap/ts-builder": "14.147.0",
51
+ "@genesislcap/uvu-playwright-builder": "14.147.0",
52
+ "@genesislcap/vite-builder": "14.147.0",
53
+ "@genesislcap/webpack-builder": "14.147.0",
49
54
  "rimraf": "^3.0.2"
50
55
  },
51
56
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.146.1-alpha-0d80785.0",
53
- "@genesislcap/foundation-logger": "14.146.1-alpha-0d80785.0",
54
- "@genesislcap/foundation-utils": "14.146.1-alpha-0d80785.0",
57
+ "@genesislcap/foundation-comms": "14.147.0",
58
+ "@genesislcap/foundation-logger": "14.147.0",
59
+ "@genesislcap/foundation-utils": "14.147.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": "b760ba8b18511c09ecbf85ed241be59c7d8fd8d4"
75
+ "gitHead": "b0d8376acf8f71736cfcedb43fba7311e5d77331"
71
76
  }