@effectify/react-query 1.0.0-alpha.1 → 1.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effectify/react-query",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.2",
4
4
  "description": "Integration of Effect with TanStack Query for React",
5
5
  "repository": {
6
6
  "type": "git",
package/dist/src/index.js CHANGED
@@ -9,3 +9,4 @@ export * from "./lib/types.js";
9
9
  // test change for release workflow
10
10
  // release test v2
11
11
  // test multi-package release
12
+ // test v3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effectify/react-query",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.2",
4
4
  "description": "Integration of Effect with TanStack Query for React",
5
5
  "repository": {
6
6
  "type": "git",