Skip to content

Commit 0843d72

Browse files
committed
chore: release v1.5.0
1 parent 3760f29 commit 0843d72

File tree

1 file changed

+63
-63
lines changed

1 file changed

+63
-63
lines changed

package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
{
2-
"name": "scarlett",
3-
"type": "module",
4-
"version": "1.4.1",
5-
"description": "A strongly typed, Typescript powered, rest client library based on Fetch API.",
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-
"build": "rollup --config",
13-
"build-es3": "rollup --config --es3",
14-
"build-es6": "rollup --config --es6",
15-
"bump": "bumpp"
16-
},
17-
"files": [
18-
"lib/*.*"
19-
],
20-
"engines": {
21-
"node": ">= 16.15 <19"
22-
},
23-
"exports": {
24-
".": "./lib/index.js"
25-
},
26-
"author": "Micene09 <giovanni.contino09@gmail.com>",
27-
"license": "MIT",
28-
"repository": {
29-
"type": "git",
30-
"url": "git://github.com/Micene09/scarlett.git"
31-
},
32-
"devDependencies": {
33-
"@rollup/plugin-node-resolve": "^15.0.2",
34-
"@rollup/plugin-typescript": "^11.1.0",
35-
"@types/node": "^20.1.1",
36-
"@types/node-fetch": "^2.6.3",
37-
"abort-controller": "^3.0.0",
38-
"bumpp": "^9.1.0",
39-
"fastify": "^4.17.0",
40-
"node-fetch": "^2.6.11",
41-
"rollup": "^3.21.5",
42-
"rollup-plugin-terser": "^7.0.2",
43-
"rollup-plugin-typescript2": "^0.34.1",
44-
"tslib": "^2.5.0",
45-
"typescript": "^5.0.4",
46-
"vitest": "^0.31.0"
47-
},
48-
"keywords": [
49-
"rest",
50-
"typed",
51-
"client",
52-
"xhr",
53-
"http",
54-
"ajax",
55-
"promise",
56-
"node",
57-
"fetch",
58-
"typescript",
59-
"class",
60-
"library",
61-
"zero dependencies"
62-
],
63-
"packageManager": "yarn@3.5.1"
1+
{
2+
"name": "scarlett",
3+
"type": "module",
4+
"version": "1.5.0",
5+
"description": "A strongly typed, Typescript powered, rest client library based on Fetch API.",
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+
"build": "rollup --config",
13+
"build-es3": "rollup --config --es3",
14+
"build-es6": "rollup --config --es6",
15+
"bump": "bumpp"
16+
},
17+
"files": [
18+
"lib/*.*"
19+
],
20+
"engines": {
21+
"node": ">= 16.15 <19"
22+
},
23+
"exports": {
24+
".": "./lib/index.js"
25+
},
26+
"author": "Micene09 <giovanni.contino09@gmail.com>",
27+
"license": "MIT",
28+
"repository": {
29+
"type": "git",
30+
"url": "git://github.com/Micene09/scarlett.git"
31+
},
32+
"devDependencies": {
33+
"@rollup/plugin-node-resolve": "^15.0.2",
34+
"@rollup/plugin-typescript": "^11.1.0",
35+
"@types/node": "^20.1.1",
36+
"@types/node-fetch": "^2.6.3",
37+
"abort-controller": "^3.0.0",
38+
"bumpp": "^9.1.0",
39+
"fastify": "^4.17.0",
40+
"node-fetch": "^2.6.11",
41+
"rollup": "^3.21.5",
42+
"rollup-plugin-terser": "^7.0.2",
43+
"rollup-plugin-typescript2": "^0.34.1",
44+
"tslib": "^2.5.0",
45+
"typescript": "^5.0.4",
46+
"vitest": "^0.31.0"
47+
},
48+
"keywords": [
49+
"rest",
50+
"typed",
51+
"client",
52+
"xhr",
53+
"http",
54+
"ajax",
55+
"promise",
56+
"node",
57+
"fetch",
58+
"typescript",
59+
"class",
60+
"library",
61+
"zero dependencies"
62+
],
63+
"packageManager": "yarn@3.5.1"
6464
}

0 commit comments

Comments
 (0)