@ossy/workspaces 3.0.9 → 3.1.0

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -49,3 +49,7 @@ Workspace pages are exercised in **`@ossy/app-test`** on the production build pa
49
49
  | `@ossy/router-react` | `>=1.0.0` |
50
50
  | `@ossy/sdk-react` | `>=1.0.0` |
51
51
  | `react` | `>=19.0.0 <20.0.0` |
52
+
53
+ ## Future: workspace integration secrets
54
+
55
+ Per-workspace third-party credentials (Secrets Manager paths, admin write vs task read, cache rules) are specified in [WORKSPACE-INTEGRATION-SECRETS.md](../../docs/concepts/WORKSPACE-INTEGRATION-SECRETS.md). **SPEC only** — not implemented in this package yet.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ossy/workspaces",
3
3
  "description": "Workspaces feature package - create, select, and manage workspaces, users, and invitations",
4
- "version": "3.0.9",
4
+ "version": "3.1.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "module": "./src/index.js",
@@ -45,5 +45,5 @@
45
45
  "/src",
46
46
  "README.md"
47
47
  ],
48
- "gitHead": "908fae28675f6c3c179d4c2eecb451e8a1af886e"
48
+ "gitHead": "9b146fb6fd9769f800863806c5bd16016508b218"
49
49
  }