Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micene09 committed May 14, 2023
1 parent 3760f29 commit 0843d72
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "scarlett",
"type": "module",
"version": "1.4.1",
"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 <19"
},
"exports": {
".": "./lib/index.js"
},
"author": "Micene09 <giovanni.contino09@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Micene09/scarlett.git"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@types/node": "^20.1.1",
"@types/node-fetch": "^2.6.3",
"abort-controller": "^3.0.0",
"bumpp": "^9.1.0",
"fastify": "^4.17.0",
"node-fetch": "^2.6.11",
"rollup": "^3.21.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
},
"keywords": [
"rest",
"typed",
"client",
"xhr",
"http",
"ajax",
"promise",
"node",
"fetch",
"typescript",
"class",
"library",
"zero dependencies"
],
"packageManager": "yarn@3.5.1"
{
"name": "scarlett",
"type": "module",
"version": "1.5.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 <19"
},
"exports": {
".": "./lib/index.js"
},
"author": "Micene09 <giovanni.contino09@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Micene09/scarlett.git"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@types/node": "^20.1.1",
"@types/node-fetch": "^2.6.3",
"abort-controller": "^3.0.0",
"bumpp": "^9.1.0",
"fastify": "^4.17.0",
"node-fetch": "^2.6.11",
"rollup": "^3.21.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
},
"keywords": [
"rest",
"typed",
"client",
"xhr",
"http",
"ajax",
"promise",
"node",
"fetch",
"typescript",
"class",
"library",
"zero dependencies"
],
"packageManager": "yarn@3.5.1"
}

0 comments on commit 0843d72

Please sign in to comment.