Skip to content

Commit

Permalink
chore: release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
micene09 committed Sep 6, 2023
1 parent 07097a3 commit 4daf77b
Showing 1 changed file with 69 additions and 69 deletions.
138 changes: 69 additions & 69 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
{
"name": "scarlett",
"type": "module",
"version": "2.0.2",
"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 <19"
},
"exports": {
".": "./lib/index.js"
},
"author": "Micene09 <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Micene09/scarlett.git"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/node": "^20.5.9",
"@types/node-fetch": "^2.6.4",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.2.0",
"fastify": "^4.22.2",
"rollup": "^3.29.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.4",
"vitest": "^0.34.3"
},
"keywords": [
"rest",
"typed",
"client",
"xhr",
"http",
"ajax",
"promise",
"node",
"fetch",
"typescript",
"class",
"library",
"zero dependencies"
],
"packageManager": "[email protected]"
{
"name": "scarlett",
"type": "module",
"version": "2.0.3",
"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 <19"
},
"exports": {
".": "./lib/index.js"
},
"author": "Micene09 <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Micene09/scarlett.git"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/node": "^20.5.9",
"@types/node-fetch": "^2.6.4",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "^9.2.0",
"fastify": "^4.22.2",
"rollup": "^3.29.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.4",
"vitest": "^0.34.3"
},
"keywords": [
"rest",
"typed",
"client",
"xhr",
"http",
"ajax",
"promise",
"node",
"fetch",
"typescript",
"class",
"library",
"zero dependencies"
],
"packageManager": "[email protected]"
}

0 comments on commit 4daf77b

Please sign in to comment.