@preact-signals/query
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @preact-signals/query | ||
## 1.0.2 | ||
### Patch Changes | ||
- be69f42: Added more installation info to readme | ||
- 0ba2b3a: Added correct git repository info | ||
- Updated dependencies [460100f] | ||
- Updated dependencies [4b713b3] | ||
- Updated dependencies [0ba2b3a] | ||
- @preact-signals/unified-signals@0.2.0 | ||
- @preact-signals/utils@0.3.0 | ||
## 1.0.1 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@preact-signals/query", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"private": false, | ||
@@ -11,3 +11,4 @@ "publishConfig": { | ||
"repository": { | ||
"url": "https://github.com/XantreGodlike/preact-signals/tree/main/packages/query", | ||
"directory": "packages/query", | ||
"url": "https://github.com/XantreGodlike/preact-signals", | ||
"type": "git" | ||
@@ -34,7 +35,4 @@ }, | ||
"peerDependencies": { | ||
"@preact/signals-react": ">=1.2.0", | ||
"react": "17.*.* || 18.*.*", | ||
"react-dom": "^18.2.0", | ||
"@preact-signals/utils": "0.2.0", | ||
"@preact-signals/unified-signals": "0.1.0" | ||
"react-dom": "^18.2.0" | ||
}, | ||
@@ -66,9 +64,9 @@ "peerDependenciesMeta": { | ||
"vitest": "^0.33.0", | ||
"webdriverio": "^8.13.1", | ||
"@preact-signals/utils": "0.2.0", | ||
"@preact-signals/unified-signals": "0.1.0" | ||
"webdriverio": "^8.13.1" | ||
}, | ||
"dependencies": { | ||
"@tanstack/query-core": "4.29.23", | ||
"use-sync-external-store": "^1.2.0" | ||
"use-sync-external-store": "^1.2.0", | ||
"@preact-signals/utils": "0.3.0", | ||
"@preact-signals/unified-signals": "0.2.0" | ||
}, | ||
@@ -75,0 +73,0 @@ "keywords": [ |
@@ -7,2 +7,7 @@ # `@preact-signals/query` | ||
You should be sure that [one of preact signals runtimes](https://github.com/preactjs/signals) installed: | ||
- `@preact/signals` for `preact`, it requires [additional step](#preactsignals-additional-step) | ||
- `@preact/signals-react` for `react` | ||
Fetch `@preact-signals/query` via your preferred package manager: | ||
@@ -20,9 +25,8 @@ | ||
``` | ||
### `@preact/signals` additional step: | ||
### Preact additional step: | ||
You should resolve `@preact/signals-react` as `@preact/signals` | ||
To do it take a look at how to [resolve `react` as `preact`](https://preactjs.com/guide/v10/getting-started#aliasing-react-to-preact) and do it with signals | ||
[Vite example](../../apps/preact-test/vite.config.ts): | ||
#### [Vite example](../../apps/preact-test/vite.config.ts): | ||
@@ -29,0 +33,0 @@ ```ts |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
17
184
704552
16332
+ Added@preact-signals/utils@0.3.0
+ Added@preact-signals/unified-signals@0.2.0(transitive)
+ Added@preact-signals/utils@0.3.0(transitive)
- Removed@preact-signals/unified-signals@0.1.0(transitive)
- Removed@preact-signals/utils@0.2.0(transitive)