@pylonsync/next 0.8.1 → 0.8.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 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Next.js 16 helpers for Pylon. Cookie-based auth, server-side data
|
|
|
4
4
|
loading, edge proxy gate, OAuth provider rendering — all designed
|
|
5
5
|
around App Router conventions.
|
|
6
6
|
|
|
7
|
+
Pylon is the open-source application framework from [Stack0](https://stack0.dev).
|
|
8
|
+
|
|
7
9
|
## Install
|
|
8
10
|
|
|
9
11
|
```sh
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.8.
|
|
6
|
+
"version": "0.8.3",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"description": "Next.js helpers for Pylon — cookie-based auth gate, server-side session helpers, and reusable client hooks.",
|
|
9
9
|
"exports": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"check": "tsc -p tsconfig.json --noEmit"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@pylonsync/sdk": "0.8.
|
|
22
|
-
"@pylonsync/react": "0.8.
|
|
21
|
+
"@pylonsync/sdk": "0.8.3",
|
|
22
|
+
"@pylonsync/react": "0.8.3"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"next": ">=16.0.0",
|