v315.251204.0

This commit is contained in:
jenkins build server 2025-12-04 14:37:55 +01:00
parent 0cb4cb4795
commit c5ee61ee78
19 changed files with 73 additions and 73 deletions

6
Cargo.lock generated
View file

@ -561,7 +561,7 @@ dependencies = [
[[package]]
name = "crypto-primitives"
version = "315.251202.0"
version = "315.251204.0"
dependencies = [
"base64",
"console_error_panic_hook",
@ -2639,7 +2639,7 @@ dependencies = [
[[package]]
name = "tuta-sdk"
version = "315.251202.0"
version = "315.251204.0"
dependencies = [
"aes",
"android_log",
@ -2689,7 +2689,7 @@ dependencies = [
[[package]]
name = "tutao_node-mimimi"
version = "315.251202.0"
version = "315.251204.0"
dependencies = [
"base64",
"crypto-primitives",

View file

@ -1,5 +1,5 @@
[workspace.package]
version = "315.251202.0"
version = "315.251204.0"
rust-version = "1.84.0"
edition = "2021"
homepage = "https://tutao.de"

View file

@ -13,8 +13,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 26
targetSdkVersion 35
versionCode 396569
versionName "315.251202.0"
versionCode 396570
versionName "315.251204.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// https://issuetracker.google.com/issues/181593646

View file

@ -19,8 +19,8 @@ android {
applicationId = "de.tutao.calendar"
minSdk = 26
targetSdk = 35
versionCode = 209
versionName = "315.251202.0"
versionCode = 210
versionName = "315.251204.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View file

@ -11,9 +11,9 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleShortVersionString</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
<key>CFBundleVersion</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
<key>INIntentsSupported</key>
<array>
<string>WidgetActionIntent</string>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>

View file

@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
<key>CFBundleVersion</key>
<string>315.251202.0</string>
<string>315.251204.0</string>
</dict>
</plist>

58
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "tutanota",
"version": "315.251202.0",
"version": "315.251204.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tutanota",
"version": "315.251202.0",
"version": "315.251204.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"workspaces": [
@ -21,13 +21,13 @@
"@tensorflow/tfjs-backend-webgl": "4.22.0",
"@tensorflow/tfjs-core": "4.22.0",
"@tensorflow/tfjs-layers": "4.22.0",
"@tutao/node-mimimi": "315.251202.0",
"@tutao/node-mimimi": "315.251204.0",
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tuta-wasm-loader": "315.251202.0",
"@tutao/tutanota-crypto": "315.251202.0",
"@tutao/tutanota-error": "315.251202.0",
"@tutao/tutanota-usagetests": "315.251202.0",
"@tutao/tutanota-utils": "315.251202.0",
"@tutao/tuta-wasm-loader": "315.251204.0",
"@tutao/tutanota-crypto": "315.251204.0",
"@tutao/tutanota-error": "315.251204.0",
"@tutao/tutanota-usagetests": "315.251204.0",
"@tutao/tutanota-utils": "315.251204.0",
"@types/better-sqlite3": "7.4.2",
"@types/luxon": "3.6.2",
"@types/mithril": "2.0.11",
@ -59,9 +59,9 @@
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.2",
"@tutao/licc": "315.251202.0",
"@tutao/otest": "315.251202.0",
"@tutao/tutanota-test-utils": "315.251202.0",
"@tutao/licc": "315.251204.0",
"@tutao/otest": "315.251204.0",
"@tutao/tutanota-test-utils": "315.251204.0",
"@types/express": "5.0.3",
"@types/pako": "^2.0.3",
"body-parser": "2.2.0",
@ -12189,7 +12189,7 @@
},
"packages/licc": {
"name": "@tutao/licc",
"version": "315.251202.0",
"version": "315.251204.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
@ -12201,18 +12201,18 @@
"licc": "dist/cli.js"
},
"devDependencies": {
"@tutao/otest": "315.251202.0",
"@tutao/tutanota-test-utils": "315.251202.0",
"@tutao/otest": "315.251204.0",
"@tutao/tutanota-test-utils": "315.251204.0",
"typescript": "5.8.3"
}
},
"packages/node-mimimi": {
"name": "@tutao/node-mimimi",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.68",
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"typescript": "5.8.3",
"zx": "8.6.1"
},
@ -12235,7 +12235,7 @@
},
"packages/otest": {
"name": "@tutao/otest",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"devDependencies": {
"typescript": "5.8.3"
@ -12243,7 +12243,7 @@
},
"packages/tuta-wasm-loader": {
"name": "@tutao/tuta-wasm-loader",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"devDependencies": {
"typescript": "5.8.3"
@ -12251,14 +12251,14 @@
},
"packages/tutanota-crypto": {
"name": "@tutao/tutanota-crypto",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"dependencies": {
"@tutao/tutanota-error": "315.251202.0",
"@tutao/tutanota-utils": "315.251202.0"
"@tutao/tutanota-error": "315.251204.0",
"@tutao/tutanota-utils": "315.251204.0"
},
"devDependencies": {
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"fs-extra": "11.3.0",
"typescript": "5.8.3",
"zx": "8.1.5"
@ -12295,7 +12295,7 @@
},
"packages/tutanota-error": {
"name": "@tutao/tutanota-error",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"devDependencies": {
"typescript": "5.8.3"
@ -12303,10 +12303,10 @@
},
"packages/tutanota-test-utils": {
"name": "@tutao/tutanota-test-utils",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"dependencies": {
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"testdouble": "3.20.2"
},
"devDependencies": {
@ -12315,20 +12315,20 @@
},
"packages/tutanota-usagetests": {
"name": "@tutao/tutanota-usagetests",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GLP-3.0",
"devDependencies": {
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"@types/node-forge": "1.0.0",
"typescript": "5.8.3"
}
},
"packages/tutanota-utils": {
"name": "@tutao/tutanota-utils",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"devDependencies": {
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"typescript": "5.8.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
@ -38,17 +38,17 @@
"@fingerprintjs/botd": "1.9.1",
"@material/material-color-utilities": "git+https://github.com/tutao/material-color-utilities#064dcc2768cb0c8106c150a819eedb6233bb1d0a",
"@signalapp/sqlcipher": "git+https://github.com/tutao/node-sqlcipher#8d7eaa36321d7147faa3583231635855d8a991e7",
"@tutao/node-mimimi": "315.251202.0",
"@tutao/node-mimimi": "315.251204.0",
"@tensorflow/tfjs-core": "4.22.0",
"@tensorflow/tfjs-layers": "4.22.0",
"@tensorflow/tfjs-backend-webgl": "4.22.0",
"@tensorflow/tfjs-backend-cpu": "4.22.0",
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tuta-wasm-loader": "315.251202.0",
"@tutao/tutanota-crypto": "315.251202.0",
"@tutao/tutanota-error": "315.251202.0",
"@tutao/tutanota-usagetests": "315.251202.0",
"@tutao/tutanota-utils": "315.251202.0",
"@tutao/tuta-wasm-loader": "315.251204.0",
"@tutao/tutanota-crypto": "315.251204.0",
"@tutao/tutanota-error": "315.251204.0",
"@tutao/tutanota-usagetests": "315.251204.0",
"@tutao/tutanota-utils": "315.251204.0",
"@types/better-sqlite3": "7.4.2",
"@types/luxon": "3.6.2",
"@types/mithril": "2.0.11",
@ -83,9 +83,9 @@
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.2",
"@tutao/licc": "315.251202.0",
"@tutao/otest": "315.251202.0",
"@tutao/tutanota-test-utils": "315.251202.0",
"@tutao/licc": "315.251204.0",
"@tutao/otest": "315.251204.0",
"@tutao/tutanota-test-utils": "315.251204.0",
"@types/express": "5.0.3",
"@types/pako": "^2.0.3",
"body-parser": "2.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/licc",
"version": "315.251202.0",
"version": "315.251204.0",
"bin": {
"licc": "dist/cli.js"
},
@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "5.8.3",
"@tutao/tutanota-test-utils": "315.251202.0",
"@tutao/otest": "315.251202.0"
"@tutao/tutanota-test-utils": "315.251204.0",
"@tutao/otest": "315.251204.0"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/node-mimimi",
"version": "315.251202.0",
"version": "315.251204.0",
"main": "./dist/binding.js",
"types": "./dist/binding.d.ts",
"napi": {
@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"@napi-rs/cli": "3.0.0-alpha.68",
"typescript": "5.8.3",
"zx": "8.6.1"

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/otest",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"description": "little test runner",
"main": "./dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/tuta-wasm-loader",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-crypto",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"exports": {
@ -25,12 +25,12 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/tutanota-error": "315.251202.0",
"@tutao/tutanota-utils": "315.251202.0"
"@tutao/tutanota-error": "315.251204.0",
"@tutao/tutanota-utils": "315.251204.0"
},
"devDependencies": {
"typescript": "5.8.3",
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"fs-extra": "11.3.0",
"zx": "8.1.5"
}

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-error",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-test-utils",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
@ -21,7 +21,7 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/otest": "315.251202.0",
"@tutao/otest": "315.251204.0",
"testdouble": "3.20.2"
},
"devDependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-usagetests",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GLP-3.0",
"description": "",
"main": "./dist/index.js",
@ -26,6 +26,6 @@
"devDependencies": {
"@types/node-forge": "1.0.0",
"typescript": "5.8.3",
"@tutao/otest": "315.251202.0"
"@tutao/otest": "315.251204.0"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-utils",
"version": "315.251202.0",
"version": "315.251204.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -23,6 +23,6 @@
],
"devDependencies": {
"typescript": "5.8.3",
"@tutao/otest": "315.251202.0"
"@tutao/otest": "315.251204.0"
}
}