Skip to content

Commit

Permalink
chore: release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micene09 committed Mar 12, 2024
1 parent 8b6166a commit e36daf2
Showing 1 changed file with 68 additions and 68 deletions.
136 changes: 68 additions & 68 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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": "[email protected]"
{
"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 <[email protected]>",
"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": "[email protected]"
}

0 comments on commit e36daf2

Please sign in to comment.