clay-server 2.27.0-beta.1 → 2.27.0-beta.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/lib/project.js +2 -0
- 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,
|
|
@@ -893,6 +894,7 @@ function createProjectContext(opts) {
|
|
|
893
894
|
_loop: _loop,
|
|
894
895
|
browserState: { _browserTabList: _browserTabList, _extensionWs: _extensionWs, pendingExtensionRequests: pendingExtensionRequests },
|
|
895
896
|
sendExtensionCommandAny: sendExtensionCommandAny,
|
|
897
|
+
requestTabContext: requestTabContext,
|
|
896
898
|
scheduleMessage: scheduleMessage,
|
|
897
899
|
cancelScheduledMessage: cancelScheduledMessage,
|
|
898
900
|
loadContextSources: loadContextSources,
|