@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 +2 -2
- package/lib/components/StackProvider/index.d.ts +0 -0
- package/lib/components/StackProvider/index.js +0 -0
- package/lib/components/index.d.ts +0 -0
- package/lib/components/index.js +0 -0
- package/lib/hooks/class.d.ts +0 -0
- package/lib/hooks/class.js +0 -0
- package/lib/hooks/domain.d.ts +0 -0
- package/lib/hooks/domain.js +0 -0
- package/lib/hooks/index.d.ts +0 -0
- package/lib/hooks/index.js +0 -0
- package/lib/hooks/sync.d.ts +0 -0
- package/lib/hooks/sync.js +0 -0
- package/lib/index.d.ts +0 -0
- package/lib/index.js +0 -0
- package/package.json +3 -3
- package/src/components/StackProvider/index.tsx +0 -0
- package/src/components/index.ts +0 -0
- package/src/hooks/class.ts +0 -0
- package/src/hooks/domain.ts +0 -0
- package/src/hooks/index.ts +0 -0
- package/src/hooks/sync.ts +0 -0
- package/src/index.ts +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/@docstack/react)
|
|
2
|
-
[](https://onyx.ac/products/docstack/docs)
|
|
3
3
|
[](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
|
|
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
|
package/lib/components/index.js
CHANGED
|
File without changes
|
package/lib/hooks/class.d.ts
CHANGED
|
File without changes
|
package/lib/hooks/class.js
CHANGED
|
File without changes
|
package/lib/hooks/domain.d.ts
CHANGED
|
File without changes
|
package/lib/hooks/domain.js
CHANGED
|
File without changes
|
package/lib/hooks/index.d.ts
CHANGED
|
File without changes
|
package/lib/hooks/index.js
CHANGED
|
File without changes
|
package/lib/hooks/sync.d.ts
CHANGED
|
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.
|
|
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.
|
|
42
|
+
"@docstack/client": "^0.3.2",
|
|
43
43
|
"react": "^19.2.3",
|
|
44
44
|
"react-dom": "^19.2.3"
|
|
45
45
|
},
|
|
File without changes
|
package/src/components/index.ts
CHANGED
|
File without changes
|
package/src/hooks/class.ts
CHANGED
|
File without changes
|
package/src/hooks/domain.ts
CHANGED
|
File without changes
|
package/src/hooks/index.ts
CHANGED
|
File without changes
|
package/src/hooks/sync.ts
CHANGED
|
File without changes
|
package/src/index.ts
CHANGED
|
File without changes
|