chrono-forge
Advanced tools
Comparing version 0.7.23 to 0.7.24
{ | ||
"name": "chrono-forge", | ||
"version": "0.7.23", | ||
"version": "0.7.24", | ||
"description": "A comprehensive framework for building resilient Temporal workflows, advanced state management, and real-time streaming activities in TypeScript. Designed for a seamless developer experience with powerful abstractions, dynamic orchestration, and full control over distributed systems.", | ||
@@ -80,4 +80,2 @@ "main": "dist/index.js", | ||
"@temporalio/workflow": "^1.11.1", | ||
"@types/lodash.isempty": "^4.4.9", | ||
"@types/lodash.isequal": "^4.5.8", | ||
"deep-object-diff": "^1.1.9", | ||
@@ -88,8 +86,4 @@ "dottie": "^2.0.6", | ||
"lodash": "^4.17.21", | ||
"lodash.isempty": "^4.4.0", | ||
"lodash.isequal": "^4.5.0", | ||
"lodash.isobject": "^3.0.2", | ||
"normalizr": "^3.6.2", | ||
"reflect-metadata": "^0.2.2", | ||
"ws": "^8.18.0" | ||
"reflect-metadata": "^0.2.2" | ||
}, | ||
@@ -96,0 +90,0 @@ "devDependencies": { |
10
286185
- Removed@types/lodash.isempty@^4.4.9
- Removed@types/lodash.isequal@^4.5.8
- Removedlodash.isempty@^4.4.0
- Removedlodash.isequal@^4.5.0
- Removedlodash.isobject@^3.0.2
- Removedws@^8.18.0
- Removed@types/lodash@4.17.15(transitive)
- Removed@types/lodash.isempty@4.4.9(transitive)
- Removed@types/lodash.isequal@4.5.8(transitive)
- Removedlodash.isempty@4.4.0(transitive)
- Removedlodash.isequal@4.5.0(transitive)
- Removedlodash.isobject@3.0.2(transitive)
- Removedws@8.18.1(transitive)