@genesislcap/foundation-state-machine 14.183.2 → 14.183.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
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.183.
|
4
|
+
"version": "14.183.4",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -44,19 +44,19 @@
|
|
44
44
|
"test": "genx test"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@genesislcap/foundation-testing": "14.183.
|
48
|
-
"@genesislcap/genx": "14.183.
|
49
|
-
"@genesislcap/rollup-builder": "14.183.
|
50
|
-
"@genesislcap/ts-builder": "14.183.
|
51
|
-
"@genesislcap/uvu-playwright-builder": "14.183.
|
52
|
-
"@genesislcap/vite-builder": "14.183.
|
53
|
-
"@genesislcap/webpack-builder": "14.183.
|
47
|
+
"@genesislcap/foundation-testing": "14.183.4",
|
48
|
+
"@genesislcap/genx": "14.183.4",
|
49
|
+
"@genesislcap/rollup-builder": "14.183.4",
|
50
|
+
"@genesislcap/ts-builder": "14.183.4",
|
51
|
+
"@genesislcap/uvu-playwright-builder": "14.183.4",
|
52
|
+
"@genesislcap/vite-builder": "14.183.4",
|
53
|
+
"@genesislcap/webpack-builder": "14.183.4",
|
54
54
|
"rimraf": "^3.0.2"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@genesislcap/foundation-comms": "14.183.
|
58
|
-
"@genesislcap/foundation-logger": "14.183.
|
59
|
-
"@genesislcap/foundation-utils": "14.183.
|
57
|
+
"@genesislcap/foundation-comms": "14.183.4",
|
58
|
+
"@genesislcap/foundation-logger": "14.183.4",
|
59
|
+
"@genesislcap/foundation-utils": "14.183.4",
|
60
60
|
"@microsoft/fast-element": "^1.12.0",
|
61
61
|
"@microsoft/fast-foundation": "^2.49.4",
|
62
62
|
"cockatiel": "^3.1.1",
|
@@ -72,5 +72,5 @@
|
|
72
72
|
"publishConfig": {
|
73
73
|
"access": "public"
|
74
74
|
},
|
75
|
-
"gitHead": "
|
75
|
+
"gitHead": "ba6d12c3196029a1d6d68335fd6da494139a6afc"
|
76
76
|
}
|