@nano_kit/react 1.0.0-alpha.3 → 1.0.0-alpha.5

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
  [npm-url]: https://npmjs.com/package/@nano_kit/react
15
15
 
16
16
  [deps]: https://img.shields.io/librariesio/release/npm/%40nano_kit%2Freact
17
- [deps-url]: https://libraries.io/npm/%40nano_kit%2Freact/tree
17
+ [deps-url]: https://libraries.io/npm/%40nano_kit%2Freact
18
18
 
19
19
  [size]: https://deno.bundlejs.com/badge?q=%40nano_kit%2Freact
20
20
  [size-url]: https://bundlejs.com/?q=%40nano_kit%2Freact
@@ -60,4 +60,4 @@ export function Counter() {
60
60
 
61
61
  ## Documentation
62
62
 
63
- For comprehensive guides, API reference, and integration patterns, visit the [documentation website](https://nano_kit.js.org/integrations/react).
63
+ For comprehensive guides, API reference, and integration patterns, visit the [documentation website](https://nano-kit.js.org/integrations/react).
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@nano_kit/react",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.3",
4
+ "version": "1.0.0-alpha.5",
5
5
  "description": "Seamless integration between @nano_kit/store signals, dependency injection and React components.",
6
6
  "author": "dangreen",
7
7
  "license": "MIT",
8
- "homepage": "https://nano_kit.js.org/integrations/react",
8
+ "homepage": "https://nano-kit.js.org/integrations/react",
9
9
  "funding": "https://ko-fi.com/dangreen",
10
10
  "repository": {
11
11
  "type": "git",
@@ -41,6 +41,6 @@
41
41
  ],
42
42
  "peerDependencies": {
43
43
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
44
- "@nano_kit/store": "^1.0.0-alpha.0"
44
+ "@nano_kit/store": "^1.0.0-alpha.1"
45
45
  }
46
46
  }