@docstack/react 0.1.2 → 0.1.3

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  [![npm](https://img.shields.io/npm/v/@docstack/react)](https://www.npmjs.com/package/@docstack/react)
2
- [![Docs](https://img.shields.io/badge/docs-onyx--og.github.io-blue)](https://onyx-og.github.io/docstack/)
2
+ [![Docs](https://img.shields.io/badge/docs-onyx.ac-blue)](https://onyx.ac/products/docstack/docs)
3
3
  [![License](https://img.shields.io/badge/license-CC--BY--SA--4.0-lightgrey)](https://github.com/onyx-og/docstack/blob/main/LICENSE.md)
4
4
 
5
5
  # @docstack/react
@@ -220,7 +220,7 @@ What differs is what sits underneath the hook. A `useQuerySQL` call resolves aga
220
220
 
221
221
  ## 📖 Documentation
222
222
 
223
- * [Full documentation](https://onyx-og.github.io/docstack/)
223
+ * [Full documentation](https://onyx.ac/products/docstack/docs)
224
224
  * [@docstack/client](https://github.com/onyx-og/docstack/blob/main/packages/client/README.md) — the engine these hooks wrap
225
225
  * [Architecture decisions](https://github.com/onyx-og/docstack/tree/main/specs/adr) — including [ADR-0025](https://github.com/onyx-og/docstack/blob/main/specs/adr/0025-live-usequerysql.md) on live `useQuerySQL` and [ADR-0035](https://github.com/onyx-og/docstack/blob/main/specs/adr/0035-react-usefind-never-applies-an-empty-result.md) on `useFind` result ordering
226
226
  * [Contributing](https://github.com/onyx-og/docstack/blob/main/CONTRIBUTING.md)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/lib/hooks/sync.js CHANGED
File without changes
package/lib/index.d.ts CHANGED
File without changes
package/lib/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docstack/react",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "One does not simply stack documents.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
@@ -33,13 +33,13 @@
33
33
  "bugs": {
34
34
  "url": "https://github.com/onyx-og/docstack/issues"
35
35
  },
36
- "homepage": "https://onyx.ac/docstack",
36
+ "homepage": "https://onyx.ac/products/docstack",
37
37
  "peerDependencies": {
38
38
  "react": "^19.2.3",
39
39
  "react-dom": "^19.2.3"
40
40
  },
41
41
  "dependencies": {
42
- "@docstack/client": "^0.3.0",
42
+ "@docstack/client": "^0.3.2",
43
43
  "react": "^19.2.3",
44
44
  "react-dom": "^19.2.3"
45
45
  },
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/hooks/sync.ts CHANGED
File without changes
package/src/index.ts CHANGED
File without changes