@marianmeres/ownsuite 1.0.1 → 1.0.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.
Files changed (3) hide show
  1. package/API.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +1 -1
package/API.md CHANGED
@@ -420,4 +420,4 @@ export function createRestAdapter(stack: string, entity: string): OwnedCollectio
420
420
  }
421
421
  ```
422
422
 
423
- The [`@marianmeres/joy`](https://github.com/marianmeres/full-stack-app-template) admin SPA ships a reusable factory — `createOwnedCollectionAdapter()` in `src/routes/me/owned-collection-adapter.ts` — that implements exactly this shape.
423
+ The `@marianmeres/joy` admin SPA ships a reusable factory — `createOwnedCollectionAdapter()` in `src/routes/me/owned-collection-adapter.ts` — that implements exactly this shape.
package/README.md CHANGED
@@ -10,8 +10,8 @@ Client-side helper library for owner-scoped UIs. Generic domain managers with op
10
10
 
11
11
  Ownsuite gives front-end applications a uniform way to read, create, update and delete records from owner-scoped REST endpoints (typically `/me/*`). Each row is implicitly scoped to the authenticated subject by the server — the client never sets `owner_id`. The library pairs with:
12
12
 
13
- - **[`@marianmeres/collection`](https://jsr.io/@marianmeres/collection)** — the `ownerIdScope` route hook enforces owner-based filtering on the server.
14
- - **[`@marianmeres/stack-common`](https://jsr.io/@marianmeres/stack-common)** — the `ownsuiteOptions()` helper wires the server mount.
13
+ - **@marianmeres/collection** — the `ownerIdScope` route hook enforces owner-based filtering on the server.
14
+ - **@marianmeres/stack-common** — the `ownsuiteOptions()` helper wires the server mount.
15
15
 
16
16
  ## Features
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/ownsuite",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "dist/mod.js",
6
6
  "types": "dist/mod.d.ts",