@nano_kit/query 1.0.0-alpha.0 → 1.0.0-alpha.1
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/README.md +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/query
|
|
15
15
|
|
|
16
16
|
[deps]: https://img.shields.io/librariesio/release/npm/@nano_kit/query
|
|
17
|
-
[deps-url]: https://libraries.io/npm/@nano_kit/query
|
|
17
|
+
[deps-url]: https://libraries.io/npm/@nano_kit/query
|
|
18
18
|
|
|
19
19
|
[size]: https://deno.bundlejs.com/badge?q=@nano_kit/query
|
|
20
20
|
[size-url]: https://bundlejs.com/?q=@nano_kit/query
|
|
@@ -92,4 +92,4 @@ unsub()
|
|
|
92
92
|
|
|
93
93
|
## Documentation
|
|
94
94
|
|
|
95
|
-
For comprehensive guides, advanced patterns, and API reference, visit the [documentation website](https://
|
|
95
|
+
For comprehensive guides, advanced patterns, and API reference, visit the [documentation website](https://nano-kit.js.org/query).
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nano_kit/query",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.1",
|
|
5
5
|
"description": "A small and powerful remote data manager for @nano_kit/store state manager.",
|
|
6
6
|
"author": "dangreen",
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"homepage": "https://
|
|
8
|
+
"homepage": "https://nano-kit.js.org/query",
|
|
9
9
|
"funding": "https://ko-fi.com/dangreen",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@nano_kit/store": "^1.0.0-alpha.
|
|
43
|
+
"@nano_kit/store": "^1.0.0-alpha.1"
|
|
44
44
|
}
|
|
45
45
|
}
|