diff --git a/package.json b/package.json index 4ddd663..f54792d 100644 --- a/package.json +++ b/package.json @@ -1,69 +1,69 @@ -{ - "name": "scarlett", - "type": "module", - "version": "2.0.4", - "description": "A rest client library that actually covers high complexity scenarios...for real!", - "browser": "lib/index.umd.js", - "module": "lib/index.js", - "types": "lib/index.d.ts", - "scripts": { - "test": "vitest run", - "test-watch": "vitest watch", - "coverage": "vitest run --coverage", - "build": "rollup --config", - "build-es3": "rollup --config --es3", - "build-es6": "rollup --config --es6", - "docs-build": "vitepress build docs", - "docs-dev": "vitepress dev docs", - "docs-preview": "vitepress preview docs", - "bump": "bumpp" - }, - "files": [ - "lib", - "readme.md", - "license" - ], - "engines": { - "node": ">= 16.15" - }, - "exports": { - ".": "./lib/index.js" - }, - "author": "Micene09 ", - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/Micene09/scarlett.git" - }, - "devDependencies": { - "@rollup/plugin-node-resolve": "^15.2.3", - "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.25", - "@vitest/coverage-c8": "^0.33.0", - "bumpp": "^9.4.0", - "msw": "^2.2.3", - "rollup": "^4.12.1", - "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.36.0", - "tslib": "^2.6.2", - "typescript": "^5.4.2", - "vitepress": "^1.0.0-rc.45", - "vitest": "^1.3.1" - }, - "keywords": [ - "rest", - "typed", - "client", - "xhr", - "http", - "ajax", - "promise", - "node", - "fetch", - "typescript", - "class", - "library", - "zero dependencies" - ], - "packageManager": "yarn@4.1.1" +{ + "name": "scarlett", + "type": "module", + "version": "2.0.5", + "description": "A rest client library that actually covers high complexity scenarios...for real!", + "browser": "lib/index.umd.js", + "module": "lib/index.js", + "types": "lib/index.d.ts", + "scripts": { + "test": "vitest run", + "test-watch": "vitest watch", + "coverage": "vitest run --coverage", + "build": "rollup --config", + "build-es3": "rollup --config --es3", + "build-es6": "rollup --config --es6", + "docs-build": "vitepress build docs", + "docs-dev": "vitepress dev docs", + "docs-preview": "vitepress preview docs", + "bump": "bumpp" + }, + "files": [ + "lib", + "readme.md", + "license" + ], + "engines": { + "node": ">= 16.15" + }, + "exports": { + ".": "./lib/index.js" + }, + "author": "Micene09 ", + "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/Micene09/scarlett.git" + }, + "devDependencies": { + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-typescript": "^11.1.6", + "@types/node": "^20.11.25", + "@vitest/coverage-c8": "^0.33.0", + "bumpp": "^9.4.0", + "msw": "^2.2.3", + "rollup": "^4.12.1", + "rollup-plugin-terser": "^7.0.2", + "rollup-plugin-typescript2": "^0.36.0", + "tslib": "^2.6.2", + "typescript": "^5.4.2", + "vitepress": "^1.0.0-rc.45", + "vitest": "^1.3.1" + }, + "keywords": [ + "rest", + "typed", + "client", + "xhr", + "http", + "ajax", + "promise", + "node", + "fetch", + "typescript", + "class", + "library", + "zero dependencies" + ], + "packageManager": "yarn@4.1.1" }