clay-server 2.27.0-beta.1 → 2.27.0-beta.2

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/lib/project.js +1 -0
  2. package/package.json +1 -1
package/lib/project.js CHANGED
@@ -886,6 +886,7 @@ function createProjectContext(opts) {
886
886
  matesModule: matesModule,
887
887
  getSessionForWs: getSessionForWs,
888
888
  getLinuxUserForSession: getLinuxUserForSession,
889
+ getOsUserInfoForWs: getOsUserInfoForWs,
889
890
  hydrateImageRefs: hydrateImageRefs,
890
891
  saveImageFile: saveImageFile,
891
892
  imagesDir: imagesDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.27.0-beta.1",
3
+ "version": "2.27.0-beta.2",
4
4
  "description": "Self-hosted Claude Code in your browser. Multi-session, multi-user, push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",