Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/actions/build-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,13 @@ runs:
swc_arch='arm64'
fi

find /tmp/build/bundle/programs/server/npm/node_modules/meteor/babel-compiler/node_modules/@meteorjs/swc-core/.swc/node_modules/@swc -type d -name 'core-*' -not -name "*linux-${swc_arch}-gnu*" -exec rm -rf {} +
# find /tmp/build/bundle/programs/server/npm/node_modules/@img -type d -name 'sharp-*' -not -name "*-linuxmusl-${swc_arch}" -exec rm -rf {} +

find /tmp/build/bundle/programs/server/npm/node_modules/@img -type d -name 'sharp-*' -not -name "*-linuxmusl-${swc_arch}" -exec rm -rf {} +
# find /tmp/build/bundle/programs/server/npm/node_modules/@napi-rs -type d -name 'pinyin-linux-*' -not -name "*-linux-${swc_arch}-*" -exec rm -rf {} +

find /tmp/build/bundle/programs/server/npm/node_modules/@napi-rs -type d -name 'pinyin-linux-*' -not -name "*-linux-${swc_arch}-*" -exec rm -rf {} +
# find /tmp/build/bundle/programs/server/npm/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +

find /tmp/build/bundle/programs/server/npm/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +

find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
# find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
fi

if [[ "${{ inputs.publish-image }}" == 'true' ]]; then
Expand Down
20 changes: 10 additions & 10 deletions apps/meteor/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@ rocketchat:livechat
rocketchat:streamer
rocketchat:version

accounts-base@3.1.2
accounts-base@3.2.0
accounts-facebook@1.3.4
accounts-google@1.4.1
accounts-meteor-developer@1.5.1
accounts-oauth@1.4.6
accounts-password@3.2.1
accounts-password@3.2.2
accounts-twitter@1.5.2

google-oauth@1.4.5
oauth@3.0.2
oauth2@1.3.3

check@1.4.4
check@1.5.0
ddp-rate-limiter@1.2.2
rate-limit@1.1.2
email@3.1.2

meteor-base@1.5.2
ddp-common@1.4.4
webapp@2.0.7
webapp@2.1.0

mongo@2.1.4
mongo@2.2.0

reload@1.3.2
service-configuration@1.3.5
session@1.2.2
shell-server@0.6.2
shell-server@0.7.0

dispatch:run-as-user
ostrio:cookies
Expand All @@ -51,11 +51,11 @@ tracker@1.3.4
reactive-dict@1.3.2
reactive-var@1.0.13

babel-compiler@7.12.2
standard-minifier-css@1.9.3
babel-compiler@7.13.0
standard-minifier-css@1.10.0
dynamic-import@0.7.4
ecmascript@0.16.13
typescript@5.6.6
ecmascript@0.17.0
typescript@5.9.3

autoupdate@2.0.1

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@3.3.2
METEOR@3.4
28 changes: 14 additions & 14 deletions apps/meteor/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
accounts-base@3.1.2
accounts-base@3.2.0
accounts-facebook@1.3.4
accounts-google@1.4.1
accounts-meteor-developer@1.5.1
accounts-oauth@1.4.6
accounts-password@3.2.1
accounts-password@3.2.2
accounts-twitter@1.5.2
allow-deny@2.1.0
autoupdate@2.0.1
babel-compiler@7.12.2
babel-compiler@7.13.0
babel-runtime@1.5.2
base64@1.0.13
binary-heap@1.0.12
boilerplate-generator@2.0.2
boilerplate-generator@2.1.0
callback-hook@1.6.1
check@1.4.4
check@1.5.0
core-runtime@1.0.0
ddp@1.4.2
ddp-client@3.1.1
Expand All @@ -23,7 +23,7 @@ ddp-server@3.1.2
diff-sequence@1.1.3
dispatch:run-as-user@1.1.1
dynamic-import@0.7.4
ecmascript@0.16.13
ecmascript@0.17.0
ecmascript-runtime@0.8.3
ecmascript-runtime-client@0.12.3
ecmascript-runtime-server@0.11.1
Expand All @@ -41,16 +41,16 @@ id-map@1.2.0
inter-process-messaging@0.1.2
localstorage@1.2.1
logging@1.3.6
meteor@2.1.1
meteor@2.2.0
meteor-base@1.5.2
meteor-developer-oauth@1.3.3
meteorhacks:inject-initial@1.0.5
minifier-css@2.0.1
minimongo@2.0.4
minimongo@2.0.5
modern-browsers@0.2.3
modules@0.20.3
modules-runtime@0.13.2
mongo@2.1.4
mongo@2.2.0
mongo-decimal@0.2.0
mongo-dev-server@1.1.1
mongo-id@1.0.9
Expand All @@ -63,7 +63,7 @@ ostrio:cookies@2.7.2
promise@1.0.0
random@1.2.2
rate-limit@1.1.2
react-fast-refresh@0.2.9
react-fast-refresh@0.3.0
reactive-dict@1.3.2
reactive-var@1.0.13
reload@1.3.2
Expand All @@ -76,15 +76,15 @@ routepolicy@1.1.2
service-configuration@1.3.5
session@1.2.2
sha@1.0.10
shell-server@0.6.2
shell-server@0.7.0
socket-stream-client@0.6.1
standard-minifier-css@1.9.3
standard-minifier-css@1.10.0
tracker@1.3.4
twitter-oauth@1.3.4
typescript@5.6.6
typescript@5.9.3
underscore@1.6.4
url@1.3.5
webapp@2.0.7
webapp@2.1.0
webapp-hashing@1.1.2
zodern:caching-minifier@0.5.0
zodern:standard-minifier-js@5.3.1
Expand Down
Loading