Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micene09 committed Jun 30, 2022
1 parent c637ca4 commit 4be6fef
Showing 1 changed file with 61 additions and 59 deletions.
120 changes: 61 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,62 @@
{
"name": "scarlett",
"version": "1.3.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"
},
"files": [
"lib/*.*"
],
"engines": {
"node": ">= 16.15 <17"
},
"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": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/node": "^17.0.45",
"@types/node-fetch": "^2.6.2",
"abort-controller": "^3.0.0",
"fastify": "^3.29.0",
"node-fetch": "^2.6.7",
"rollup": "^2.75.7",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vitest": "^0.16.0"
},
"keywords": [
"rest",
"typed",
"client",
"xhr",
"http",
"ajax",
"promise",
"node",
"fetch",
"typescript",
"class",
"library",
"zero dependencies"
]
{
"name": "scarlett",
"version": "1.4.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 <17"
},
"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": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/node": "^17.0.45",
"@types/node-fetch": "^2.6.2",
"abort-controller": "^3.0.0",
"bumpp": "^8.2.1",
"fastify": "^3.29.0",
"node-fetch": "^2.6.7",
"rollup": "^2.75.7",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vitest": "^0.16.0"
},
"keywords": [
"rest",
"typed",
"client",
"xhr",
"http",
"ajax",
"promise",
"node",
"fetch",
"typescript",
"class",
"library",
"zero dependencies"
]
}

0 comments on commit 4be6fef

Please sign in to comment.