mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
v310.251016.0
This commit is contained in:
parent
62d4ff96b8
commit
9753a3ae9c
18 changed files with 71 additions and 71 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -561,7 +561,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crypto-primitives"
|
name = "crypto-primitives"
|
||||||
version = "310.251008.0"
|
version = "310.251016.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"console_error_panic_hook",
|
"console_error_panic_hook",
|
||||||
|
@ -2639,7 +2639,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tuta-sdk"
|
name = "tuta-sdk"
|
||||||
version = "310.251008.0"
|
version = "310.251016.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"android_log",
|
"android_log",
|
||||||
|
@ -2689,7 +2689,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tutao_node-mimimi"
|
name = "tutao_node-mimimi"
|
||||||
version = "310.251008.0"
|
version = "310.251016.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"crypto-primitives",
|
"crypto-primitives",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "310.251008.0"
|
version = "310.251016.0"
|
||||||
rust-version = "1.84.0"
|
rust-version = "1.84.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://tutao.de"
|
homepage = "https://tutao.de"
|
||||||
|
|
|
@ -13,8 +13,8 @@ android {
|
||||||
applicationId "de.tutao.tutanota"
|
applicationId "de.tutao.tutanota"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 35
|
targetSdkVersion 35
|
||||||
versionCode 396545
|
versionCode 396546
|
||||||
versionName "310.251008.0"
|
versionName "310.251016.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
// https://issuetracker.google.com/issues/181593646
|
// https://issuetracker.google.com/issues/181593646
|
||||||
|
|
|
@ -19,8 +19,8 @@ android {
|
||||||
applicationId = "de.tutao.calendar"
|
applicationId = "de.tutao.calendar"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 185
|
versionCode = 186
|
||||||
versionName = "310.251008.0"
|
versionName = "310.251016.0"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>310.251008.0</string>
|
<string>310.251016.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>310.251008.0</string>
|
<string>310.251016.0</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionPointIdentifier</key>
|
<key>NSExtensionPointIdentifier</key>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>310.251008.0</string>
|
<string>310.251016.0</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>310.251008.0</string>
|
<string>310.251016.0</string>
|
||||||
<key>INIntentsSupported</key>
|
<key>INIntentsSupported</key>
|
||||||
<array>
|
<array>
|
||||||
<string>WidgetActionIntent</string>
|
<string>WidgetActionIntent</string>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>310.251008.0</string>
|
<string>310.251016.0</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>310.251008.0</string>
|
<string>310.251016.0</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSApplicationQueriesSchemes</key>
|
<key>LSApplicationQueriesSchemes</key>
|
||||||
|
|
58
package-lock.json
generated
58
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "tutanota",
|
"name": "tutanota",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "tutanota",
|
"name": "tutanota",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
@ -17,13 +17,13 @@
|
||||||
"@indutny/simple-windows-notifications": "git+https://github.com/tutao/simple-windows-notifications.git#536bc9bd736986828d5125e0278ba271ebc6006c",
|
"@indutny/simple-windows-notifications": "git+https://github.com/tutao/simple-windows-notifications.git#536bc9bd736986828d5125e0278ba271ebc6006c",
|
||||||
"@material/material-color-utilities": "git+https://github.com/tutao/material-color-utilities#064dcc2768cb0c8106c150a819eedb6233bb1d0a",
|
"@material/material-color-utilities": "git+https://github.com/tutao/material-color-utilities#064dcc2768cb0c8106c150a819eedb6233bb1d0a",
|
||||||
"@signalapp/sqlcipher": "git+https://github.com/tutao/node-sqlcipher#8d7eaa36321d7147faa3583231635855d8a991e7",
|
"@signalapp/sqlcipher": "git+https://github.com/tutao/node-sqlcipher#8d7eaa36321d7147faa3583231635855d8a991e7",
|
||||||
"@tutao/node-mimimi": "310.251008.0",
|
"@tutao/node-mimimi": "310.251016.0",
|
||||||
"@tutao/oxmsg": "0.0.9-beta.0",
|
"@tutao/oxmsg": "0.0.9-beta.0",
|
||||||
"@tutao/tuta-wasm-loader": "310.251008.0",
|
"@tutao/tuta-wasm-loader": "310.251016.0",
|
||||||
"@tutao/tutanota-crypto": "310.251008.0",
|
"@tutao/tutanota-crypto": "310.251016.0",
|
||||||
"@tutao/tutanota-error": "310.251008.0",
|
"@tutao/tutanota-error": "310.251016.0",
|
||||||
"@tutao/tutanota-usagetests": "310.251008.0",
|
"@tutao/tutanota-usagetests": "310.251016.0",
|
||||||
"@tutao/tutanota-utils": "310.251008.0",
|
"@tutao/tutanota-utils": "310.251016.0",
|
||||||
"@types/better-sqlite3": "7.4.2",
|
"@types/better-sqlite3": "7.4.2",
|
||||||
"@types/luxon": "3.6.2",
|
"@types/luxon": "3.6.2",
|
||||||
"@types/mithril": "2.0.11",
|
"@types/mithril": "2.0.11",
|
||||||
|
@ -54,9 +54,9 @@
|
||||||
"@rollup/plugin-replace": "^6.0.2",
|
"@rollup/plugin-replace": "^6.0.2",
|
||||||
"@rollup/plugin-terser": "0.4.4",
|
"@rollup/plugin-terser": "0.4.4",
|
||||||
"@rollup/plugin-typescript": "12.1.2",
|
"@rollup/plugin-typescript": "12.1.2",
|
||||||
"@tutao/licc": "310.251008.0",
|
"@tutao/licc": "310.251016.0",
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"@tutao/tutanota-test-utils": "310.251008.0",
|
"@tutao/tutanota-test-utils": "310.251016.0",
|
||||||
"@types/express": "5.0.3",
|
"@types/express": "5.0.3",
|
||||||
"@types/pako": "^2.0.3",
|
"@types/pako": "^2.0.3",
|
||||||
"body-parser": "2.2.0",
|
"body-parser": "2.2.0",
|
||||||
|
@ -12050,7 +12050,7 @@
|
||||||
},
|
},
|
||||||
"packages/licc": {
|
"packages/licc": {
|
||||||
"name": "@tutao/licc",
|
"name": "@tutao/licc",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -12062,18 +12062,18 @@
|
||||||
"licc": "dist/cli.js"
|
"licc": "dist/cli.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"@tutao/tutanota-test-utils": "310.251008.0",
|
"@tutao/tutanota-test-utils": "310.251016.0",
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.8.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/node-mimimi": {
|
"packages/node-mimimi": {
|
||||||
"name": "@tutao/node-mimimi",
|
"name": "@tutao/node-mimimi",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@napi-rs/cli": "3.0.0-alpha.68",
|
"@napi-rs/cli": "3.0.0-alpha.68",
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"zx": "8.6.1"
|
"zx": "8.6.1"
|
||||||
},
|
},
|
||||||
|
@ -12096,7 +12096,7 @@
|
||||||
},
|
},
|
||||||
"packages/otest": {
|
"packages/otest": {
|
||||||
"name": "@tutao/otest",
|
"name": "@tutao/otest",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.8.3"
|
||||||
|
@ -12104,7 +12104,7 @@
|
||||||
},
|
},
|
||||||
"packages/tuta-wasm-loader": {
|
"packages/tuta-wasm-loader": {
|
||||||
"name": "@tutao/tuta-wasm-loader",
|
"name": "@tutao/tuta-wasm-loader",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.8.3"
|
||||||
|
@ -12112,14 +12112,14 @@
|
||||||
},
|
},
|
||||||
"packages/tutanota-crypto": {
|
"packages/tutanota-crypto": {
|
||||||
"name": "@tutao/tutanota-crypto",
|
"name": "@tutao/tutanota-crypto",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tutao/tutanota-error": "310.251008.0",
|
"@tutao/tutanota-error": "310.251016.0",
|
||||||
"@tutao/tutanota-utils": "310.251008.0"
|
"@tutao/tutanota-utils": "310.251016.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"fs-extra": "11.3.0",
|
"fs-extra": "11.3.0",
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"zx": "8.1.5"
|
"zx": "8.1.5"
|
||||||
|
@ -12156,7 +12156,7 @@
|
||||||
},
|
},
|
||||||
"packages/tutanota-error": {
|
"packages/tutanota-error": {
|
||||||
"name": "@tutao/tutanota-error",
|
"name": "@tutao/tutanota-error",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.8.3"
|
||||||
|
@ -12164,10 +12164,10 @@
|
||||||
},
|
},
|
||||||
"packages/tutanota-test-utils": {
|
"packages/tutanota-test-utils": {
|
||||||
"name": "@tutao/tutanota-test-utils",
|
"name": "@tutao/tutanota-test-utils",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"testdouble": "3.20.2"
|
"testdouble": "3.20.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -12176,20 +12176,20 @@
|
||||||
},
|
},
|
||||||
"packages/tutanota-usagetests": {
|
"packages/tutanota-usagetests": {
|
||||||
"name": "@tutao/tutanota-usagetests",
|
"name": "@tutao/tutanota-usagetests",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GLP-3.0",
|
"license": "GLP-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"@types/node-forge": "1.0.0",
|
"@types/node-forge": "1.0.0",
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.8.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/tutanota-utils": {
|
"packages/tutanota-utils": {
|
||||||
"name": "@tutao/tutanota-utils",
|
"name": "@tutao/tutanota-utils",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
20
package.json
20
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tutanota",
|
"name": "tutanota",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -38,13 +38,13 @@
|
||||||
"@fingerprintjs/botd": "1.9.1",
|
"@fingerprintjs/botd": "1.9.1",
|
||||||
"@material/material-color-utilities": "git+https://github.com/tutao/material-color-utilities#064dcc2768cb0c8106c150a819eedb6233bb1d0a",
|
"@material/material-color-utilities": "git+https://github.com/tutao/material-color-utilities#064dcc2768cb0c8106c150a819eedb6233bb1d0a",
|
||||||
"@signalapp/sqlcipher": "git+https://github.com/tutao/node-sqlcipher#8d7eaa36321d7147faa3583231635855d8a991e7",
|
"@signalapp/sqlcipher": "git+https://github.com/tutao/node-sqlcipher#8d7eaa36321d7147faa3583231635855d8a991e7",
|
||||||
"@tutao/node-mimimi": "310.251008.0",
|
"@tutao/node-mimimi": "310.251016.0",
|
||||||
"@tutao/oxmsg": "0.0.9-beta.0",
|
"@tutao/oxmsg": "0.0.9-beta.0",
|
||||||
"@tutao/tuta-wasm-loader": "310.251008.0",
|
"@tutao/tuta-wasm-loader": "310.251016.0",
|
||||||
"@tutao/tutanota-crypto": "310.251008.0",
|
"@tutao/tutanota-crypto": "310.251016.0",
|
||||||
"@tutao/tutanota-error": "310.251008.0",
|
"@tutao/tutanota-error": "310.251016.0",
|
||||||
"@tutao/tutanota-usagetests": "310.251008.0",
|
"@tutao/tutanota-usagetests": "310.251016.0",
|
||||||
"@tutao/tutanota-utils": "310.251008.0",
|
"@tutao/tutanota-utils": "310.251016.0",
|
||||||
"@types/better-sqlite3": "7.4.2",
|
"@types/better-sqlite3": "7.4.2",
|
||||||
"@types/luxon": "3.6.2",
|
"@types/luxon": "3.6.2",
|
||||||
"@types/mithril": "2.0.11",
|
"@types/mithril": "2.0.11",
|
||||||
|
@ -78,9 +78,9 @@
|
||||||
"@rollup/plugin-replace": "^6.0.2",
|
"@rollup/plugin-replace": "^6.0.2",
|
||||||
"@rollup/plugin-terser": "0.4.4",
|
"@rollup/plugin-terser": "0.4.4",
|
||||||
"@rollup/plugin-typescript": "12.1.2",
|
"@rollup/plugin-typescript": "12.1.2",
|
||||||
"@tutao/licc": "310.251008.0",
|
"@tutao/licc": "310.251016.0",
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"@tutao/tutanota-test-utils": "310.251008.0",
|
"@tutao/tutanota-test-utils": "310.251016.0",
|
||||||
"@types/express": "5.0.3",
|
"@types/express": "5.0.3",
|
||||||
"@types/pako": "^2.0.3",
|
"@types/pako": "^2.0.3",
|
||||||
"body-parser": "2.2.0",
|
"body-parser": "2.2.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/licc",
|
"name": "@tutao/licc",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"licc": "dist/cli.js"
|
"licc": "dist/cli.js"
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"@tutao/tutanota-test-utils": "310.251008.0",
|
"@tutao/tutanota-test-utils": "310.251016.0",
|
||||||
"@tutao/otest": "310.251008.0"
|
"@tutao/otest": "310.251016.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/node-mimimi",
|
"name": "@tutao/node-mimimi",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"main": "./dist/binding.js",
|
"main": "./dist/binding.js",
|
||||||
"types": "./dist/binding.d.ts",
|
"types": "./dist/binding.d.ts",
|
||||||
"napi": {
|
"napi": {
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"@napi-rs/cli": "3.0.0-alpha.68",
|
"@napi-rs/cli": "3.0.0-alpha.68",
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"zx": "8.6.1"
|
"zx": "8.6.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/otest",
|
"name": "@tutao/otest",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"description": "little test runner",
|
"description": "little test runner",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/tuta-wasm-loader",
|
"name": "@tutao/tuta-wasm-loader",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/tutanota-crypto",
|
"name": "@tutao/tutanota-crypto",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -25,12 +25,12 @@
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tutao/tutanota-error": "310.251008.0",
|
"@tutao/tutanota-error": "310.251016.0",
|
||||||
"@tutao/tutanota-utils": "310.251008.0"
|
"@tutao/tutanota-utils": "310.251016.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"fs-extra": "11.3.0",
|
"fs-extra": "11.3.0",
|
||||||
"zx": "8.1.5"
|
"zx": "8.1.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/tutanota-error",
|
"name": "@tutao/tutanota-error",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/tutanota-test-utils",
|
"name": "@tutao/tutanota-test-utils",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tutao/otest": "310.251008.0",
|
"@tutao/otest": "310.251016.0",
|
||||||
"testdouble": "3.20.2"
|
"testdouble": "3.20.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/tutanota-usagetests",
|
"name": "@tutao/tutanota-usagetests",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GLP-3.0",
|
"license": "GLP-3.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
@ -26,6 +26,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node-forge": "1.0.0",
|
"@types/node-forge": "1.0.0",
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"@tutao/otest": "310.251008.0"
|
"@tutao/otest": "310.251016.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tutao/tutanota-utils",
|
"name": "@tutao/tutanota-utils",
|
||||||
"version": "310.251008.0",
|
"version": "310.251016.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -23,6 +23,6 @@
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"@tutao/otest": "310.251008.0"
|
"@tutao/otest": "310.251016.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue