@sapphire/shapeshift
Advanced tools
Comparing version 4.0.1-next.56f2dc4.0 to 4.0.1-next.5ae29ff
{ | ||
"name": "@sapphire/shapeshift", | ||
"version": "4.0.1-next.56f2dc4.0", | ||
"version": "4.0.1-next.5ae29ff", | ||
"description": "Blazing fast input validation and transformation ⚡", | ||
@@ -29,7 +29,7 @@ "author": "@sapphire", | ||
"docs": "typedoc-json-parser", | ||
"test": "vitest run", | ||
"test": "yarn playwright install && vitest run", | ||
"build": "tsup && yarn build:rename-cjs-index", | ||
"build:rename-cjs-index": "node scripts/rename-cjs-index.mjs", | ||
"clean": "rimraf dist", | ||
"typecheck": "tsc -p tsconfig.eslint.json", | ||
"typecheck": "tsc -p tsconfig.typecheck.json", | ||
"bump": "cliff-jumper", | ||
@@ -44,5 +44,5 @@ "check-update": "cliff-jumper --dry-run", | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@favware/cliff-jumper": "^3.0.3", | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-conventional": "^19.4.1", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
@@ -52,22 +52,27 @@ "@sapphire/eslint-config": "^5.0.5", | ||
"@sapphire/ts-config": "^5.0.1", | ||
"@types/jsdom": "^21.1.7", | ||
"@types/lodash": "^4.17.5", | ||
"@types/node": "^20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^7.12.0", | ||
"@typescript-eslint/parser": "^7.12.0", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"@testing-library/jest-dom": "^6.5.0", | ||
"@testing-library/vue": "^8.1.0", | ||
"@types/lodash": "^4.17.7", | ||
"@types/node": "^20.14.8", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"@vitejs/plugin-vue": "^5.1.3", | ||
"@vitest/browser": "^2.0.5", | ||
"@vitest/coverage-istanbul": "^2.0.5", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild-plugins-node-modules-polyfill": "^1.6.4", | ||
"esbuild-plugins-node-modules-polyfill": "^1.6.6", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"jsdom": "^24.1.0", | ||
"lint-staged": "^15.2.5", | ||
"prettier": "^3.3.1", | ||
"rimraf": "^5.0.7", | ||
"tsup": "^8.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"lint-staged": "^15.2.10", | ||
"playwright": "^1.47.0", | ||
"prettier": "^3.3.3", | ||
"rimraf": "^6.0.1", | ||
"tsup": "^8.2.4", | ||
"typedoc": "^0.25.13", | ||
"typedoc-json-parser": "^10.0.0", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0" | ||
"typescript": "~5.4.5", | ||
"vite-plugin-node-polyfills": "^0.22.0", | ||
"vitest": "^2.0.5", | ||
"vue": "^3.5.3" | ||
}, | ||
@@ -124,6 +129,7 @@ "repository": { | ||
"resolutions": { | ||
"@types/node": "20.13.0", | ||
"ansi-regex": "^5.0.1", | ||
"minimist": "^1.2.8" | ||
}, | ||
"packageManager": "yarn@4.2.2" | ||
"packageManager": "yarn@4.4.1" | ||
} |
@@ -12,3 +12,2 @@ <div align="center"> | ||
[![GitHub](https://img.shields.io/github/license/sapphiredev/shapeshift)](https://github.com/sapphiredev/shapeshift/blob/main/LICENSE.md) | ||
[![codecov](https://codecov.io/gh/sapphiredev/shapeshift/branch/main/graph/badge.svg?token=RF4mMKx6lL)](https://codecov.io/gh/sapphiredev/shapeshift) | ||
[![npm](https://img.shields.io/npm/v/@sapphire/shapeshift?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/shapeshift) | ||
@@ -15,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1562951
32
934