Comparing version 0.7.0 to 0.7.3
{ | ||
"name": "unpartial", | ||
"version": "0.7.0", | ||
"version": "0.7.3", | ||
"description": "Unpartial a partialed object", | ||
@@ -37,3 +37,2 @@ "homepage": "https://github.com/unional/unpartial", | ||
"coverage": "jest --coverage", | ||
"cs": "changeset", | ||
"depcheck": "depcheck", | ||
@@ -47,4 +46,2 @@ "lint": "eslint --ext=ts,js .", | ||
"verify": "npm-run-all clean -p build depcheck lint -p coverage size", | ||
"version": "changeset version", | ||
"publish": "changeset publish", | ||
"watch": "jest --watch", | ||
@@ -54,5 +51,8 @@ "watch:type": "tsc --watch" | ||
"devDependencies": { | ||
"@changesets/cli": "^2.22.0", | ||
"@commitlint/cli": "^17.0.1", | ||
"@commitlint/config-conventional": "^17.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.4", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
@@ -73,2 +73,3 @@ "@types/jest": "^27.5.1", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^19.0.2", | ||
"size-limit": "^7.0.8", | ||
@@ -79,2 +80,3 @@ "ts-jest": "^28.0.3", | ||
}, | ||
"packageManager": "yarn@3.2.1", | ||
"engines": { | ||
@@ -85,7 +87,10 @@ "node": ">=6" | ||
{ | ||
"path": "./esm/**/*.js", | ||
"path": "./cjs/index.js", | ||
"limit": "5 KB" | ||
}, | ||
{ | ||
"path": "./esm/index.js", | ||
"limit": "5 KB" | ||
} | ||
], | ||
"packageManager": "yarn@3.2.1" | ||
] | ||
} |
@@ -6,9 +6,6 @@ # unpartial | ||
[![Github NodeJS][github-nodejs]][github-action-url] | ||
[![GitHub NodeJS][github-nodejs]][github-action-url] | ||
[![Codecov][codecov-image]][codecov-url] | ||
[![Semantic Release][semantic-release-image]][semantic-release-url] | ||
[![Visual Studio Code][vscode-image]][vscode-url] | ||
[![Wallaby.js][wallaby-image]][wallaby-url] | ||
@@ -92,7 +89,3 @@ Unpartial a type. | ||
[npm-url]: https://npmjs.org/package/unpartial | ||
[semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg | ||
[semantic-release-url]: https://github.com/semantic-release/semantic-release | ||
[vscode-image]: https://img.shields.io/badge/vscode-ready-green.svg | ||
[vscode-url]: https://code.visualstudio.com/ | ||
[wallaby-image]: https://img.shields.io/badge/wallaby.js-configured-green.svg | ||
[wallaby-url]: https://wallabyjs.com |
export * from './required.js' | ||
export * from './unpartial.js' |
@@ -0,0 +0,0 @@ import { required, requiredDeep } from './required.js' |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27446
30
230
0
26
90