Skip to content

Commit e36daf2

Browse files
committed
chore: release v2.0.5
1 parent 8b6166a commit e36daf2

File tree

1 file changed

+68
-68
lines changed

1 file changed

+68
-68
lines changed

package.json

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
1-
{
2-
"name": "scarlett",
3-
"type": "module",
4-
"version": "2.0.4",
5-
"description": "A rest client library that actually covers high complexity scenarios...for real!",
6-
"browser": "lib/index.umd.js",
7-
"module": "lib/index.js",
8-
"types": "lib/index.d.ts",
9-
"scripts": {
10-
"test": "vitest run",
11-
"test-watch": "vitest watch",
12-
"coverage": "vitest run --coverage",
13-
"build": "rollup --config",
14-
"build-es3": "rollup --config --es3",
15-
"build-es6": "rollup --config --es6",
16-
"docs-build": "vitepress build docs",
17-
"docs-dev": "vitepress dev docs",
18-
"docs-preview": "vitepress preview docs",
19-
"bump": "bumpp"
20-
},
21-
"files": [
22-
"lib",
23-
"readme.md",
24-
"license"
25-
],
26-
"engines": {
27-
"node": ">= 16.15"
28-
},
29-
"exports": {
30-
".": "./lib/index.js"
31-
},
32-
"author": "Micene09 <giovanni.contino09@gmail.com>",
33-
"license": "MIT",
34-
"repository": {
35-
"type": "git",
36-
"url": "git://github.com/Micene09/scarlett.git"
37-
},
38-
"devDependencies": {
39-
"@rollup/plugin-node-resolve": "^15.2.3",
40-
"@rollup/plugin-typescript": "^11.1.6",
41-
"@types/node": "^20.11.25",
42-
"@vitest/coverage-c8": "^0.33.0",
43-
"bumpp": "^9.4.0",
44-
"msw": "^2.2.3",
45-
"rollup": "^4.12.1",
46-
"rollup-plugin-terser": "^7.0.2",
47-
"rollup-plugin-typescript2": "^0.36.0",
48-
"tslib": "^2.6.2",
49-
"typescript": "^5.4.2",
50-
"vitepress": "^1.0.0-rc.45",
51-
"vitest": "^1.3.1"
52-
},
53-
"keywords": [
54-
"rest",
55-
"typed",
56-
"client",
57-
"xhr",
58-
"http",
59-
"ajax",
60-
"promise",
61-
"node",
62-
"fetch",
63-
"typescript",
64-
"class",
65-
"library",
66-
"zero dependencies"
67-
],
68-
"packageManager": "yarn@4.1.1"
1+
{
2+
"name": "scarlett",
3+
"type": "module",
4+
"version": "2.0.5",
5+
"description": "A rest client library that actually covers high complexity scenarios...for real!",
6+
"browser": "lib/index.umd.js",
7+
"module": "lib/index.js",
8+
"types": "lib/index.d.ts",
9+
"scripts": {
10+
"test": "vitest run",
11+
"test-watch": "vitest watch",
12+
"coverage": "vitest run --coverage",
13+
"build": "rollup --config",
14+
"build-es3": "rollup --config --es3",
15+
"build-es6": "rollup --config --es6",
16+
"docs-build": "vitepress build docs",
17+
"docs-dev": "vitepress dev docs",
18+
"docs-preview": "vitepress preview docs",
19+
"bump": "bumpp"
20+
},
21+
"files": [
22+
"lib",
23+
"readme.md",
24+
"license"
25+
],
26+
"engines": {
27+
"node": ">= 16.15"
28+
},
29+
"exports": {
30+
".": "./lib/index.js"
31+
},
32+
"author": "Micene09 <giovanni.contino09@gmail.com>",
33+
"license": "MIT",
34+
"repository": {
35+
"type": "git",
36+
"url": "git://github.com/Micene09/scarlett.git"
37+
},
38+
"devDependencies": {
39+
"@rollup/plugin-node-resolve": "^15.2.3",
40+
"@rollup/plugin-typescript": "^11.1.6",
41+
"@types/node": "^20.11.25",
42+
"@vitest/coverage-c8": "^0.33.0",
43+
"bumpp": "^9.4.0",
44+
"msw": "^2.2.3",
45+
"rollup": "^4.12.1",
46+
"rollup-plugin-terser": "^7.0.2",
47+
"rollup-plugin-typescript2": "^0.36.0",
48+
"tslib": "^2.6.2",
49+
"typescript": "^5.4.2",
50+
"vitepress": "^1.0.0-rc.45",
51+
"vitest": "^1.3.1"
52+
},
53+
"keywords": [
54+
"rest",
55+
"typed",
56+
"client",
57+
"xhr",
58+
"http",
59+
"ajax",
60+
"promise",
61+
"node",
62+
"fetch",
63+
"typescript",
64+
"class",
65+
"library",
66+
"zero dependencies"
67+
],
68+
"packageManager": "yarn@4.1.1"
6969
}

0 commit comments

Comments
 (0)