diff --git a/package.json b/package.json index a1b52be..5eba340 100644 --- a/package.json +++ b/package.json @@ -1,64 +1,64 @@ -{ - "name": "scarlett", - "type": "module", - "version": "1.4.1", - "description": "A strongly typed, Typescript powered, rest client library based on Fetch API.", - "browser": "lib/index.umd.js", - "module": "lib/index.js", - "types": "lib/index.d.ts", - "scripts": { - "test": "vitest run", - "test-watch": "vitest watch", - "build": "rollup --config", - "build-es3": "rollup --config --es3", - "build-es6": "rollup --config --es6", - "bump": "bumpp" - }, - "files": [ - "lib/*.*" - ], - "engines": { - "node": ">= 16.15 <19" - }, - "exports": { - ".": "./lib/index.js" - }, - "author": "Micene09 ", - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/Micene09/scarlett.git" - }, - "devDependencies": { - "@rollup/plugin-node-resolve": "^15.0.2", - "@rollup/plugin-typescript": "^11.1.0", - "@types/node": "^20.1.1", - "@types/node-fetch": "^2.6.3", - "abort-controller": "^3.0.0", - "bumpp": "^9.1.0", - "fastify": "^4.17.0", - "node-fetch": "^2.6.11", - "rollup": "^3.21.5", - "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.34.1", - "tslib": "^2.5.0", - "typescript": "^5.0.4", - "vitest": "^0.31.0" - }, - "keywords": [ - "rest", - "typed", - "client", - "xhr", - "http", - "ajax", - "promise", - "node", - "fetch", - "typescript", - "class", - "library", - "zero dependencies" - ], - "packageManager": "yarn@3.5.1" +{ + "name": "scarlett", + "type": "module", + "version": "1.5.0", + "description": "A strongly typed, Typescript powered, rest client library based on Fetch API.", + "browser": "lib/index.umd.js", + "module": "lib/index.js", + "types": "lib/index.d.ts", + "scripts": { + "test": "vitest run", + "test-watch": "vitest watch", + "build": "rollup --config", + "build-es3": "rollup --config --es3", + "build-es6": "rollup --config --es6", + "bump": "bumpp" + }, + "files": [ + "lib/*.*" + ], + "engines": { + "node": ">= 16.15 <19" + }, + "exports": { + ".": "./lib/index.js" + }, + "author": "Micene09 ", + "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/Micene09/scarlett.git" + }, + "devDependencies": { + "@rollup/plugin-node-resolve": "^15.0.2", + "@rollup/plugin-typescript": "^11.1.0", + "@types/node": "^20.1.1", + "@types/node-fetch": "^2.6.3", + "abort-controller": "^3.0.0", + "bumpp": "^9.1.0", + "fastify": "^4.17.0", + "node-fetch": "^2.6.11", + "rollup": "^3.21.5", + "rollup-plugin-terser": "^7.0.2", + "rollup-plugin-typescript2": "^0.34.1", + "tslib": "^2.5.0", + "typescript": "^5.0.4", + "vitest": "^0.31.0" + }, + "keywords": [ + "rest", + "typed", + "client", + "xhr", + "http", + "ajax", + "promise", + "node", + "fetch", + "typescript", + "class", + "library", + "zero dependencies" + ], + "packageManager": "yarn@3.5.1" }