@transformation/process
Advanced tools
Comparing version 6.1.0 to 7.0.0
{ | ||
"name": "@transformation/process", | ||
"version": "6.1.0", | ||
"version": "7.0.0", | ||
"description": "Transformations for working with processes", | ||
@@ -21,4 +21,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@transformation/core": "^6.0.0", | ||
"@transformation/stream": "^6.0.0", | ||
"@transformation/core": "^7.0.0", | ||
"@transformation/stream": "^7.0.0", | ||
"medium": "1.2.0" | ||
@@ -29,8 +29,8 @@ }, | ||
"unexpected": "12.0.4", | ||
"unexpected-steps": "^6.0.0" | ||
"unexpected-steps": "^7.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
"gitHead": "0eb8ddb2f77b77a2e5401c5621ea56dee502afb0" | ||
"gitHead": "34a73231826c5e51c5c33debfb9aa66082e28cc5" | ||
} |
+ Added@transformation/core@7.0.2(transitive)
+ Added@transformation/stream@7.0.2(transitive)
- Removed@transformation/core@6.0.0(transitive)
- Removed@transformation/stream@6.0.0(transitive)
Updated@transformation/core@^7.0.0