Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
753b08eb
Unverified
Commit
753b08eb
authored
8 months ago
by
Guilherme Gazzo
Committed by
GitHub
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: Bump apps engine 1.44-alpha (#32774)
parent
99524f27
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
apps/meteor/app/apps/server/bridges/rooms.ts
+4
-0
4 additions, 0 deletions
apps/meteor/app/apps/server/bridges/rooms.ts
apps/meteor/package.json
+1
-1
1 addition, 1 deletion
apps/meteor/package.json
yarn.lock
+23
-1
23 additions, 1 deletion
yarn.lock
with
28 additions
and
2 deletions
apps/meteor/app/apps/server/bridges/rooms.ts
+
4
−
0
View file @
753b08eb
...
...
@@ -217,4 +217,8 @@ export class AppRoomBridge extends RoomBridge {
):
Promise
<
IMessage
[]
>
{
throw
new
Error
(
'
Method not implemented.
'
);
}
protected
removeUsers
(
_roomId
:
string
,
_usernames
:
Array
<
string
>
,
_appId
:
string
):
Promise
<
void
>
{
throw
new
Error
(
'
Method not implemented.
'
);
}
}
This diff is collapsed.
Click to expand it.
apps/meteor/package.json
+
1
−
1
View file @
753b08eb
...
...
@@ -231,7 +231,7 @@
"@rocket.chat/agenda"
:
"workspace:^"
,
"@rocket.chat/api-client"
:
"workspace:^"
,
"@rocket.chat/apps"
:
"workspace:^"
,
"@rocket.chat/apps-engine"
:
"1.4
3
.0"
,
"@rocket.chat/apps-engine"
:
"1.4
4
.0
-alpha.818
"
,
"@rocket.chat/base64"
:
"workspace:^"
,
"@rocket.chat/cas-validate"
:
"workspace:^"
,
"@rocket.chat/core-services"
:
"workspace:^"
,
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
23
−
1
View file @
753b08eb
...
...
@@ -8530,6 +8530,28 @@ __metadata:
languageName: node
linkType: hard
"@rocket.chat/apps-engine@npm:1.44.0-alpha.818":
version: 1.44.0-alpha.818
resolution: "@rocket.chat/apps-engine@npm:1.44.0-alpha.818"
dependencies:
"@msgpack/msgpack": 3.0.0-beta2
adm-zip: ^0.5.9
cryptiles: ^4.1.3
debug: ^4.3.4
deno-bin: 1.37.1
esbuild: ^0.20.2
jose: ^4.11.1
jsonrpc-lite: ^2.2.0
lodash.clonedeep: ^4.5.0
semver: ^5.7.1
stack-trace: 0.0.10
uuid: ~8.3.2
peerDependencies:
"@rocket.chat/ui-kit": "*"
checksum: acef47bc7f13e0682d018531638b5168c3acd59beae37b013e881ea6fadfe12670fe10545f4a89487f7bedbe9166028833cba7ed3fc401d4283327e47e00e61c
languageName: node
linkType: hard
"@rocket.chat/apps@workspace:^, @rocket.chat/apps@workspace:packages/apps":
version: 0.0.0-use.local
resolution: "@rocket.chat/apps@workspace:packages/apps"
...
...
@@ -9357,7 +9379,7 @@ __metadata:
"@rocket.chat/agenda": "workspace:^"
"@rocket.chat/api-client": "workspace:^"
"@rocket.chat/apps": "workspace:^"
"@rocket.chat/apps-engine": 1.4
3
.0
"@rocket.chat/apps-engine": 1.4
4
.0
-alpha.818
"@rocket.chat/base64": "workspace:^"
"@rocket.chat/cas-validate": "workspace:^"
"@rocket.chat/core-services": "workspace:^"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment