@transformation/process
Advanced tools
Comparing version 4.3.0 to 5.0.0
{ | ||
"name": "@transformation/process", | ||
"version": "4.3.0", | ||
"version": "5.0.0", | ||
"description": "Transformations for working with processes", | ||
@@ -21,10 +21,10 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@transformation/core": "^4.3.0", | ||
"@transformation/stream": "^4.3.0", | ||
"@transformation/core": "^5.0.0", | ||
"@transformation/stream": "^5.0.0", | ||
"medium": "1.2.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "9.2.0", | ||
"unexpected": "12.0.3", | ||
"unexpected-steps": "^4.2.0" | ||
"mocha": "9.2.1", | ||
"unexpected": "12.0.4", | ||
"unexpected-steps": "^5.0.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "engines": { | ||
}, | ||
"gitHead": "cc0a5f8ae54b5643e1ea964ef1d369703d47dc4d" | ||
"gitHead": "0a7428952298365873eef145f6a1f6963eb4d9f1" | ||
} |
+ Added@transformation/core@5.1.1(transitive)
+ Added@transformation/stream@5.1.1(transitive)
- Removed@transformation/core@4.3.0(transitive)
- Removed@transformation/stream@4.3.0(transitive)
Updated@transformation/core@^5.0.0