@plone/client
Advanced tools
Comparing version 1.0.0-alpha.12 to 1.0.0-alpha.13
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.0-alpha.12", | ||
"version": "1.0.0-alpha.13", | ||
"repository": { | ||
@@ -69,3 +69,3 @@ "type": "git", | ||
"@vitejs/plugin-react": "^4.1.0", | ||
"@vitest/coverage-c8": "0.28.5", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"glob": "7.1.6", | ||
@@ -75,11 +75,11 @@ "jsdom": "^21.1.1", | ||
"react-dom": "^18.2.0", | ||
"release-it": "16.2.1", | ||
"tsup": "^8.0.1", | ||
"release-it": "17.1.1", | ||
"tsup": "^8.0.2", | ||
"typescript": "5.2.2", | ||
"uuid": "^9.0.0", | ||
"vite": "^4.5.1", | ||
"vite-plugin-dts": "^3.6.0", | ||
"vitest": "^0.34.6", | ||
"wait-on": "^7.0.1", | ||
"@plone/types": "1.0.0-alpha.1" | ||
"uuid": "^9.0.1", | ||
"vite": "^5.1.4", | ||
"vite-plugin-dts": "^3.7.3", | ||
"vitest": "^1.3.1", | ||
"wait-on": "^7.2.0", | ||
"@plone/types": "1.0.0-alpha.5" | ||
}, | ||
@@ -109,6 +109,2 @@ "dependencies": { | ||
"coverage": "vitest run --coverage --no-threads", | ||
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet", | ||
"lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix", | ||
"prettier": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'", | ||
"prettier:fix": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'", | ||
"dry-release": "release-it --dry-run", | ||
@@ -115,0 +111,0 @@ "release": "release-it", |
@@ -12,3 +12,3 @@ # @plone/client | ||
This client can be used as an alternative to directly interacting with the Plone REST API. | ||
It is based on the foundations that [@tanstack/query](https://tanstack.com/query) lays off. | ||
It is based on the foundations that [@tanstack/query](https://tanstack.com/query/latest) lays off. | ||
It should be possible to use it in React/Vue/Solid/Svelte projects. | ||
@@ -15,0 +15,0 @@ It provides the artifacts that TanStack Query requires to work: |
1067631