@rosoftlab/statemachine 1.0.0-alpha-12 → 1.0.0-alpha-14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rosoftlab/statemachine",
|
3
|
-
"version": "1.0.0-alpha-
|
3
|
+
"version": "1.0.0-alpha-14",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@angular/common": "^
|
6
|
-
"@angular/core": "^
|
7
|
-
"@rosoftlab/core": "1.0.0-alpha-
|
5
|
+
"@angular/common": "^17.1.3",
|
6
|
+
"@angular/core": "^17.1.3",
|
7
|
+
"@rosoftlab/core": "1.0.0-alpha-14"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
|
-
"tslib": "^2.
|
10
|
+
"tslib": "^2.6.2"
|
11
11
|
},
|
12
12
|
"sideEffects": false,
|
13
13
|
"author": "rosoftlab",
|