keep-func-props
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "keep-func-props", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"type": "module", | ||
"exports": "./build/src/main.js", | ||
"main": "./build/src/main.js", | ||
"types": "./build/src/main.d.ts", | ||
"files": [ | ||
"build/src/**/*.{js,ts,map,json,sh,md}", | ||
"examples/**/*.{js,ts,map,json,sh,md}" | ||
"build/src/**/*.{js,d.ts,map,json,sh,md}", | ||
"examples/**/*.{js,d.ts,map,json,sh,md}" | ||
], | ||
@@ -18,2 +19,3 @@ "scripts": { | ||
"functional", | ||
"functional-programming", | ||
"wrapper", | ||
@@ -25,3 +27,4 @@ "name", | ||
"mimic", | ||
"call" | ||
"call", | ||
"typescript" | ||
], | ||
@@ -43,4 +46,5 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.72", | ||
"sinon": "^13.0.1" | ||
"@ehmicky/dev-tasks": "^1.0.79", | ||
"sinon": "^14.0.0", | ||
"tsd": "^0.22.0" | ||
}, | ||
@@ -47,0 +51,0 @@ "engines": { |
<img src="https://raw.githubusercontent.com/ehmicky/design/main/keep-func-props/keep-func-props.svg?sanitize=true" width="700"/> | ||
[![Codecov](https://img.shields.io/codecov/c/github/ehmicky/keep-func-props.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/keep-func-props) | ||
[![Build](https://github.com/ehmicky/keep-func-props/workflows/Build/badge.svg)](https://github.com/ehmicky/keep-func-props/actions) | ||
[![Node](https://img.shields.io/node/v/keep-func-props.svg?logo=node.js)](https://www.npmjs.com/package/keep-func-props) | ||
[![Twitter](https://img.shields.io/badge/%E2%80%8B-twitter-4cc61e.svg?logo=twitter)](https://twitter.com/intent/follow?screen_name=ehmicky) | ||
[![Medium](https://img.shields.io/badge/%E2%80%8B-medium-4cc61e.svg?logo=medium)](https://medium.com/@ehmicky) | ||
[![TypeScript](https://img.shields.io/badge/-typed-brightgreen?logo=typescript&colorA=gray)](/src/main.d.ts) | ||
[![Twitter](https://img.shields.io/badge/%E2%80%8B-twitter-brightgreen.svg?logo=twitter)](https://twitter.com/intent/follow?screen_name=ehmicky) | ||
[![Medium](https://img.shields.io/badge/%E2%80%8B-medium-brightgreen.svg?logo=medium)](https://medium.com/@ehmicky) | ||
@@ -9,0 +9,0 @@ Wrap a function without changing its name and other properties. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21621
8
74
3