@pinia/colada-plugin-retry
Version:
Retry failed requests with Pinia Colada
71 lines • 1.54 kB
JSON
{
"name": "@pinia/colada-plugin-retry",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "0.0.5",
"description": "Retry failed requests with Pinia Colada",
"author": {
"name": "Eduardo San Martin Morote",
"email": "posva13@gmail.com"
},
"license": "MIT",
"funding": "https://github.com/sponsors/posva",
"homepage": "https://github.com/posva/pinia-colada/plugins/retry#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/posva/pinia-colada.git"
},
"bugs": {
"url": "https://github.com/posva/pinia-colada/issues"
},
"keywords": [
"pinia",
"plugin",
"data",
"fetching",
"query",
"mutation",
"cache",
"layer"
],
"sideEffects": false,
"exports": {
".": {
"types": {
"import": "./dist/index.d.ts",
"require": "./dist/index.d.cts"
},
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"LICENSE",
"README.md",
"dist"
],
"peerDependencies": {
"@pinia/colada": "^0.14.2"
},
"devDependencies": {
"@pinia/colada": "^0.14.2"
},
"scripts": {
"build": "tsup",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/colada-plugin-retry -r 1",
"test": "vitest --ui"
}
}