@synstack/pipe
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,3 +8,3 @@ { | ||
"packageManager": "yarn@4.4.0", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple typesafe pipe utility for Functional Programming", | ||
@@ -31,4 +31,2 @@ "keywords": [ | ||
"scripts": { | ||
"publish": "yarn npm publish --access public", | ||
"prepublish": "yarn test && yarn build", | ||
"build": "tsup", | ||
@@ -39,3 +37,4 @@ "build:watch": "tsup --watch", | ||
"test:unit:watch": "node --import tsx --watch --test src/**/*.test.ts", | ||
"test": "yarn test:types && yarn test:unit" | ||
"test": "yarn test:types && yarn test:unit", | ||
"prepare": "yarn test && yarn build" | ||
}, | ||
@@ -55,3 +54,3 @@ "exports": { | ||
"dependencies": { | ||
"@synstack/enhance": "1.0.0" | ||
"@synstack/enhance": "^1.0.1" | ||
}, | ||
@@ -69,3 +68,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "c3857f4b9ec3129c478b62ddf9dbd039b5b133dd" | ||
"gitHead": "c743297f6665c317dca929c1ab9dc7e756076321" | ||
} |
@@ -53,3 +53,3 @@ export type PipeFn<V, R> = (value: V) => R; | ||
// Todo: add promise support | ||
// Todo: merge with resolved pipe | ||
@@ -56,0 +56,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13726
+ Added@synstack/enhance@1.1.5(transitive)
- Removed@synstack/enhance@1.0.0(transitive)
Updated@synstack/enhance@^1.0.1