diff --git a/Android/CameraSample/app/build.gradle b/Android/CameraSample/app/build.gradle index 23fab56a..9b37359d 100644 --- a/Android/CameraSample/app/build.gradle +++ b/Android/CameraSample/app/build.gradle @@ -49,7 +49,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.10' + implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.11' } preBuild.dependsOn(":itmsamplesshared:genITMAppConfig", ":itmsamplesshared:copyITMAssets") diff --git a/Android/Shared/build.gradle b/Android/Shared/build.gradle index c6fc3d6d..4524c42d 100644 --- a/Android/Shared/build.gradle +++ b/Android/Shared/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" implementation 'com.google.android.material:material:1.6.1' - implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.10' + implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.11' } apply from: 'ITMAppConfig.gradle' diff --git a/Android/ThirdPartyAuth/app/build.gradle b/Android/ThirdPartyAuth/app/build.gradle index ca14952d..a3a5d726 100644 --- a/Android/ThirdPartyAuth/app/build.gradle +++ b/Android/ThirdPartyAuth/app/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation 'com.auth0.android:auth0:2.8.0' implementation 'com.auth0.android:jwtdecode:2.0.1' - implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.10' + implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.11' } apply from: "$rootDir/../Shared/ITMAppConfig.gradle" diff --git a/Android/iTwinStarter/app/build.gradle b/Android/iTwinStarter/app/build.gradle index ef700943..23036a11 100644 --- a/Android/iTwinStarter/app/build.gradle +++ b/Android/iTwinStarter/app/build.gradle @@ -49,7 +49,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.10' + implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.11' } preBuild.dependsOn(":itmsamplesshared:genITMAppConfig", ":itmsamplesshared:copyITMAssets") diff --git a/ReactNative/iTwinRNStarter/android/app/build.gradle b/ReactNative/iTwinRNStarter/android/app/build.gradle index b2e9ce4d..e8739199 100644 --- a/ReactNative/iTwinRNStarter/android/app/build.gradle +++ b/ReactNative/iTwinRNStarter/android/app/build.gradle @@ -175,7 +175,7 @@ dependencies { } else { implementation jscFlavor } - implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.10' + implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.11' } apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle") diff --git a/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.pbxproj b/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.pbxproj index a78a0d1b..5e75a254 100644 --- a/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.pbxproj +++ b/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.pbxproj @@ -817,7 +817,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; 1F64EF042A12FC3300E2275E /* XCRemoteSwiftPackageReference "ShowTime.git" */ = { diff --git a/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index bbb0a676..b138f31b 100644 --- a/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ReactNative/iTwinRNStarter/ios/iTwinRNStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/iTwin/mobile-sdk-ios.git", "state" : { - "revision" : "788ffba5cf93b6a4d6226c5ae9e68c09799d5ea7", - "version" : "0.22.10" + "revision" : "860a160c3e5b9c041ca1c711672f62ad50447d5f", + "version" : "0.22.11" } }, { diff --git a/cross-platform/react-app/package-lock.json b/cross-platform/react-app/package-lock.json index c0de3888..8c4977ce 100644 --- a/cross-platform/react-app/package-lock.json +++ b/cross-platform/react-app/package-lock.json @@ -1,46 +1,46 @@ { "name": "react-app", - "version": "0.22.10", + "version": "0.22.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-app", - "version": "0.22.10", + "version": "0.22.11", "license": "MIT", "dependencies": { - "@itwin/appui-abstract": "4.7.7", + "@itwin/appui-abstract": "4.7.8", "@itwin/appui-layout-react": "4.8.3", - "@itwin/appui-react": "4.15.4", - "@itwin/components-react": "4.15.4", - "@itwin/core-backend": "4.7.7", - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-frontend": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-markup": "4.7.7", - "@itwin/core-mobile": "4.7.7", - "@itwin/core-orbitgt": "4.7.7", - "@itwin/core-quantity": "4.7.7", - "@itwin/core-react": "4.15.4", - "@itwin/core-telemetry": "4.7.7", - "@itwin/ecschema-metadata": "4.7.7", - "@itwin/imodel-components-react": "4.15.4", + "@itwin/appui-react": "4.15.5", + "@itwin/components-react": "4.15.5", + "@itwin/core-backend": "4.7.8", + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-frontend": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-markup": "4.7.8", + "@itwin/core-mobile": "4.7.8", + "@itwin/core-orbitgt": "4.7.8", + "@itwin/core-quantity": "4.7.8", + "@itwin/core-react": "4.15.5", + "@itwin/core-telemetry": "4.7.8", + "@itwin/ecschema-metadata": "4.7.8", + "@itwin/imodel-components-react": "4.15.5", "@itwin/imodels-access-backend": "4.1.6", "@itwin/imodels-access-frontend": "4.1.6", "@itwin/imodels-client-management": "4.4.0", "@itwin/itwins-client": "1.5.0", - "@itwin/linear-referencing-backend": "4.7.7", - "@itwin/linear-referencing-common": "4.7.7", + "@itwin/linear-referencing-backend": "4.7.8", + "@itwin/linear-referencing-common": "4.7.8", "@itwin/measure-tools-react": "^0.14.2", - "@itwin/mobile-sdk-core": "0.22.10", - "@itwin/mobile-ui-react": "0.22.10", - "@itwin/presentation-backend": "4.7.7", - "@itwin/presentation-common": "4.7.7", + "@itwin/mobile-sdk-core": "0.22.11", + "@itwin/mobile-ui-react": "0.22.11", + "@itwin/presentation-backend": "4.7.8", + "@itwin/presentation-common": "4.7.8", "@itwin/presentation-components": "4.4.1", - "@itwin/presentation-frontend": "4.7.7", - "@itwin/webgl-compatibility": "4.7.7", + "@itwin/presentation-frontend": "4.7.8", + "@itwin/webgl-compatibility": "4.7.8", "@react-hook/resize-observer": "^1.2.6", "axios": "^1.6.0", "base64-js": "^1.5.1", @@ -54,7 +54,7 @@ "devDependencies": { "@babel/core": "^7.15.8", "@bentley/react-scripts": "5.0.4", - "@itwin/build-tools": "4.7.7", + "@itwin/build-tools": "4.7.8", "@itwin/eslint-plugin": "4.0.0-dev.33", "@types/axios": "^0.14.0", "@types/jest": "^26.0.15", @@ -3393,11 +3393,11 @@ } }, "node_modules/@itwin/appui-abstract": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/appui-abstract/-/appui-abstract-4.7.7.tgz", - "integrity": "sha512-SKqGje2VVY/FTQPL5KwpJmhuMjXkdnGnJVLCtM1CQTjUkFFLacW7ODxCZabHakxl/DgMxDlyAsm15CwoCbQRZQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/appui-abstract/-/appui-abstract-4.7.8.tgz", + "integrity": "sha512-ns1uX6Mvg583DndWNGgsvCtWnVS5PB1N/ic6etXihReW8LK07ERybaYsja2hCCPb1mf71jO0Isl3s/Hbs7HD+g==", "peerDependencies": { - "@itwin/core-bentley": "^4.7.7" + "@itwin/core-bentley": "^4.7.8" } }, "node_modules/@itwin/appui-layout-react": { @@ -3428,9 +3428,9 @@ "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, "node_modules/@itwin/appui-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/appui-react/-/appui-react-4.15.4.tgz", - "integrity": "sha512-gTbPQpBmZuN03x0K5Y+aOelE5Dq4gsG9SvkErf6pRjENTNcVPtT/dKNdExWuGhC0PPZGXzKu52cpvCgeduwHYA==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/appui-react/-/appui-react-4.15.5.tgz", + "integrity": "sha512-4vHR19eyl5vhvZ0LI9sMRF+VMChJKBENFrozWIMkfSyXRZYA1MQYDw3WtWtTyzEnvzSaKHOoi9VRPa4dnF02UA==", "dependencies": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -3450,15 +3450,15 @@ }, "peerDependencies": { "@itwin/appui-abstract": "^3.7.0 || ^4.0.0", - "@itwin/components-react": "^4.15.4", + "@itwin/components-react": "^4.15.5", "@itwin/core-bentley": "^3.7.0 || ^4.0.0", "@itwin/core-common": "^3.7.0 || ^4.0.0", "@itwin/core-frontend": "^3.7.0 || ^4.0.0", "@itwin/core-geometry": "^3.7.0 || ^4.0.0", "@itwin/core-quantity": "^3.7.0 || ^4.0.0", - "@itwin/core-react": "^4.15.4", + "@itwin/core-react": "^4.15.5", "@itwin/core-telemetry": "^3.7.0 || ^4.0.0", - "@itwin/imodel-components-react": "^4.15.4", + "@itwin/imodel-components-react": "^4.15.5", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "react-redux": "^7.2.2", @@ -3500,9 +3500,9 @@ "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, "node_modules/@itwin/build-tools": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/build-tools/-/build-tools-4.7.7.tgz", - "integrity": "sha512-IHACkmT5RLLKh+sx/eBZddHUqnR0R4rTA3KCqw2exMlXYQpClOQsUWXoIFpMgmwyHNJpZ92mtC+Ht70maYCmiA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/build-tools/-/build-tools-4.7.8.tgz", + "integrity": "sha512-C/oJNpaTJqWl7/07TXRUoRcInm1DHVSUQWNAr9QQ/3uD1AaSs3in9sg3jI0k+8muaKWOWtfDt2BiIyqZoK8U6Q==", "dev": true, "dependencies": { "@microsoft/api-extractor": "~7.40.0", @@ -3852,9 +3852,9 @@ } }, "node_modules/@itwin/components-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/components-react/-/components-react-4.15.4.tgz", - "integrity": "sha512-Spa0gxK73U/+1nWc755+gHcoDbD4BSOCnoEILr/TgP7AQkNfRi5TjD02O2H2a0Humx06ICagYINoYxub9hp0Tw==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/components-react/-/components-react-4.15.5.tgz", + "integrity": "sha512-GGz8FKY5AqGd/pWaZBt6FhOi7JH2Fak5d4DNmb63ri90P08ulEn9jg8Pi5aT1nRQVdAH9YqNTWWekA1gLCUrDQ==", "dependencies": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -3872,7 +3872,7 @@ "peerDependencies": { "@itwin/appui-abstract": "^3.7.0 || ^4.0.0", "@itwin/core-bentley": "^3.7.0 || ^4.0.0", - "@itwin/core-react": "^4.15.4", + "@itwin/core-react": "^4.15.5", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" } @@ -3912,13 +3912,13 @@ "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, "node_modules/@itwin/core-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.7.tgz", - "integrity": "sha512-bAbWLZKqUUNlK55YKOWKg7Z0wPAVUV84N7mBf+SbLXlWfExR3M4nnXBPFWVS6zQxW2CRwm+fWV6+CIDXy+kFkA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.8.tgz", + "integrity": "sha512-27lBIrHTZUNhjirCzC2nQlPTX218WYt2oWF1A1ggIkO6xcCyPCsHq/ZCj5U89nSqeSIiQ4JYWGyXsBH8n6sMlw==", "dependencies": { "@bentley/imodeljs-native": "4.7.29", "@itwin/cloud-agnostic-core": "^2.1.0", - "@itwin/core-telemetry": "4.7.7", + "@itwin/core-telemetry": "4.7.8", "@itwin/object-storage-azure": "^2.2.2", "@itwin/object-storage-core": "^2.2.2", "form-data": "^2.5.1", @@ -3935,9 +3935,9 @@ "node": "^18.0.0 || ^20.0.0" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-geometry": "^4.7.7", + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-geometry": "^4.7.8", "@opentelemetry/api": "^1.0.4" }, "peerDependenciesMeta": { @@ -4006,33 +4006,33 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@itwin/core-bentley": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.7.tgz", - "integrity": "sha512-iHu64i0r6T3CTrR4ac0xSgetv6kQRFDiExK0T8t47iiTxSOc4xSQkdiTsTfAS31phBnzP//NyOXFvW5Ih7CcKA==" + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.8.tgz", + "integrity": "sha512-xSYeNLETjFF4BU/4n09mX3acwd2I8RzeIfI276VgOXTiJrvX21qVtUHIlm9Fw36B5SoU1G1F3Ja8pV/86ISW0w==" }, "node_modules/@itwin/core-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.7.tgz", - "integrity": "sha512-Gbyrn/eGpOG2z49lU8z7Sa7KlfVCBPiODda+BnLzryKbexCP1EX1JPcatr1/DK0ig7fi1XhsRF78AhuMVTfEvg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.8.tgz", + "integrity": "sha512-I6f5GM9oPbjoYGvSEkXzynY9vn5PxEDZh27KR+eQF8SjVpZY4NK+/Plc8TRfXk+p7LydmrjGeuAOZ9xTFVPkXQ==", "dependencies": { "flatbuffers": "~1.12.0", "js-base64": "^3.6.1" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-geometry": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-geometry": "^4.7.8" } }, "node_modules/@itwin/core-frontend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-frontend/-/core-frontend-4.7.7.tgz", - "integrity": "sha512-NQepd3NksRdHd0bAOfQmfGqQQyY28XBvqOPkGdjP/WH0y68c/6Uyoxt1I4VsYXDjE+l2ShZw1UcguwkL5CjRwQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-frontend/-/core-frontend-4.7.8.tgz", + "integrity": "sha512-nxGm99i8dapDFiF8XGnn0BaA6np4lQCg04SiFhaDPv3Kx+N85YI1NkFQcksOewhORQynvMDhaM6azt0jAWfJsw==", "dependencies": { "@itwin/cloud-agnostic-core": "^2.1.0", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-telemetry": "4.7.7", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-telemetry": "4.7.8", "@itwin/object-storage-core": "^2.2.2", - "@itwin/webgl-compatibility": "4.7.7", + "@itwin/webgl-compatibility": "4.7.8", "@loaders.gl/core": "^3.1.6", "@loaders.gl/draco": "^3.1.6", "fuse.js": "^3.3.0", @@ -4040,54 +4040,54 @@ "wms-capabilities": "0.4.0" }, "peerDependencies": { - "@itwin/appui-abstract": "^4.7.7", - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-geometry": "^4.7.7", - "@itwin/core-orbitgt": "^4.7.7", - "@itwin/core-quantity": "^4.7.7" + "@itwin/appui-abstract": "^4.7.8", + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-geometry": "^4.7.8", + "@itwin/core-orbitgt": "^4.7.8", + "@itwin/core-quantity": "^4.7.8" } }, "node_modules/@itwin/core-geometry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.7.tgz", - "integrity": "sha512-K5hlw0DZpW6YQj80jv8e4eqIwAUCBbu74xaxuHtG7bufKvbAHLNbV18XVP59Pk6mhZG8oGfd3tTWzQYZmpJSOQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.8.tgz", + "integrity": "sha512-oAls8SGcoUkaQ+6QxcsCXvf+kMwqQBKwVXRoZIKSXAJzuaHFXQG2xhT8JKcRF2S1em7HbDWZXcxDJqHK4X36Jw==", "dependencies": { - "@itwin/core-bentley": "4.7.7", + "@itwin/core-bentley": "4.7.8", "flatbuffers": "~1.12.0" } }, "node_modules/@itwin/core-i18n": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-i18n/-/core-i18n-4.7.7.tgz", - "integrity": "sha512-zMJPjKcuXOgOPZZgJKYx70p0+VJx2fIxexyXHbuk0Jh8PZyFJFjMkWG7ybJUqSlde+Mpl+MAB8yXJun7NWvVTA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-i18n/-/core-i18n-4.7.8.tgz", + "integrity": "sha512-gQTdMKPF/kleYwyB1Tkkxxz8iQpyE+0he0Cb7vWkQ49zzmV0bYic6x/7thuzhXAaIGrf4fbRKer6X5cdWtXksw==", "dependencies": { "i18next": "^21.9.1", "i18next-browser-languagedetector": "^6.1.2", "i18next-http-backend": "^1.4.4" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7" + "@itwin/core-bentley": "^4.7.8" } }, "node_modules/@itwin/core-markup": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-markup/-/core-markup-4.7.7.tgz", - "integrity": "sha512-EjloTHiYtPnxfbErnbhm8NucKp4gCfesAHdDTkMP/mpAXSYzjhcY6LL4iftWjDk8kemhL+OZ8YqR6k0E9kh44w==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-markup/-/core-markup-4.7.8.tgz", + "integrity": "sha512-w59FpjpgQ0mDNLY4oBUps9GDIBFa9pCd2wsMByvzjQKZzwAO4SUF9wbbDJjoMThQMr1qy2JpygrJeSjfykENag==", "dependencies": { "@svgdotjs/svg.js": "3.0.13" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-frontend": "^4.7.7", - "@itwin/core-geometry": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-frontend": "^4.7.8", + "@itwin/core-geometry": "^4.7.8" } }, "node_modules/@itwin/core-mobile": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-mobile/-/core-mobile-4.7.7.tgz", - "integrity": "sha512-KbVKGl4icIMGstq0z6N5NQPS3ybJv7JdmDLyKaQRhMzRKj+0KiCUgn3JrVCGzEB07AnsinFMPBXyWl7qf6Pb9A==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-mobile/-/core-mobile-4.7.8.tgz", + "integrity": "sha512-V1ziOwB3J825gh27u16U0xNOGbvBh6k5yGA4T8r8txAegUtDnZgl3U3DElzCUBWOVoDyA944VfhR36BDfZ9phw==", "dependencies": { "lodash": "^4.17.21", "superagent": "^9.0.1", @@ -4097,29 +4097,29 @@ "node": "^18.0.0 || ^20.0.0" }, "peerDependencies": { - "@itwin/core-backend": "^4.7.7", - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-frontend": "^4.7.7" + "@itwin/core-backend": "^4.7.8", + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-frontend": "^4.7.8" } }, "node_modules/@itwin/core-orbitgt": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-orbitgt/-/core-orbitgt-4.7.7.tgz", - "integrity": "sha512-v8LAo3aLC4JwN2Phgq7zRjJOj9w0snCalyi21vVuGrznQtknGRooMV/XEqo5ydLzflyIzk0cd1yuv55ksJGG9A==" + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-orbitgt/-/core-orbitgt-4.7.8.tgz", + "integrity": "sha512-2razPSA3eEwBlUc5UT2zkyOtzVva4b+DzffkY7fFfCR3U7VNWiVJIdnC4T1KGfTIg7RqWJ3nlraY0ZX56tDaHg==" }, "node_modules/@itwin/core-quantity": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.7.tgz", - "integrity": "sha512-gGX9pO1tAkqN+znNNs34QAuy8pUKiGvtO+rU0Zjr+L56mlpb8SBhOpF+zkVv8i7/1BwfeG8Mtopf9UaGDy7Yzg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.8.tgz", + "integrity": "sha512-GltGvTamwB6hd6OGfhw9t6Jd7JEXQGZ+lCQTwIyKhm7ruk76qR9/aRrrkDfRKfTulOGa5+bTXuu0hxHqC/LFXQ==", "peerDependencies": { - "@itwin/core-bentley": "^4.7.7" + "@itwin/core-bentley": "^4.7.8" } }, "node_modules/@itwin/core-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/core-react/-/core-react-4.15.4.tgz", - "integrity": "sha512-LTAAx/qaG3V3hjqqvAkka5jV+wilkHGcZ2WHSQ6rZYNbaESozBDZOQFZkXhZG7WSIXP87sI1ezOHMAie3kUlfA==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/core-react/-/core-react-4.15.5.tgz", + "integrity": "sha512-ffE/Z2ua70n40jyA24LPLny7pUui3RhNddYTsv+Q/2DA3JMUOj9fNGk74hwD0WsJE4ekMjthCMM7g+hGVk4FeA==", "dependencies": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -4174,12 +4174,12 @@ "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, "node_modules/@itwin/core-telemetry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.7.tgz", - "integrity": "sha512-VbxSPL1sHm9WHbexR2yXp5h6gcz92yhpwgA4xHPedMsJtu6sCxcvVjebPf0r1G4W2g8MUWJuoznWSVr27JhJkQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.8.tgz", + "integrity": "sha512-OibQg85ZHrsBdbUMJx7bjMYOzM2OHup/qk+cF5DrUK5nG1U7gpL2TPB2lTjoeDEtoglHvbp4BxTLaDm/Mo5oEA==", "dependencies": { - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7" + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8" } }, "node_modules/@itwin/core-webpack-tools": { @@ -4444,15 +4444,15 @@ } }, "node_modules/@itwin/ecschema-metadata": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.7.tgz", - "integrity": "sha512-6tQqU336HEO7VnPPM9d4kf6A4w4Egsoz8wrHO7fhfrgmGsvq8vJ1dP9lLnqprq8fASVk1TDicn38S4suzwwcxQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.8.tgz", + "integrity": "sha512-uo/8X+FK1gHoP8Mwj0GuQ6gDBvqJa9oPx46jApetUVQv5qV/4ZZDJnBh+8IXAX/nhMxjQ5hoJKd1sWzRAZpP7w==", "dependencies": { "almost-equal": "^1.1.0" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-quantity": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-quantity": "^4.7.8" } }, "node_modules/@itwin/eslint-plugin": { @@ -4484,9 +4484,9 @@ } }, "node_modules/@itwin/imodel-components-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/imodel-components-react/-/imodel-components-react-4.15.4.tgz", - "integrity": "sha512-QTqvn11hNhoawLYU/6m8TyF7lRvu/L8YHFyqFJ+J6sMi279Q8/oG4N0ASjP8trdg89obXfBXr2OioWH0QlobNQ==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/imodel-components-react/-/imodel-components-react-4.15.5.tgz", + "integrity": "sha512-r1YOAXzWlIc0luCQXjCCspO///zqHm9aCon1XKlpZJDoPk8PMYpXo6pWWqYg9xYfuGOcPgJcv0OtubnQbhnIBA==", "dependencies": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -4497,13 +4497,13 @@ }, "peerDependencies": { "@itwin/appui-abstract": "^3.7.0 || ^4.0.0", - "@itwin/components-react": "^4.15.4", + "@itwin/components-react": "^4.15.5", "@itwin/core-bentley": "^3.7.0 || ^4.0.0", "@itwin/core-common": "^3.7.0 || ^4.0.0", "@itwin/core-frontend": "^3.7.0 || ^4.0.0", "@itwin/core-geometry": "^3.7.0 || ^4.0.0", "@itwin/core-quantity": "^3.7.0 || ^4.0.0", - "@itwin/core-react": "^4.15.4", + "@itwin/core-react": "^4.15.5", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" } @@ -4672,26 +4672,26 @@ "integrity": "sha512-bwaoiqJdPvMCEhccXh5jE/uF83IoHaHofURZV62t9BEhKXW0LF+iaAwCPC+G4Sttgs6tUtqEGsPqj5RnbdipsQ==" }, "node_modules/@itwin/linear-referencing-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-backend/-/linear-referencing-backend-4.7.7.tgz", - "integrity": "sha512-OHkV9UhGgjSjhhl8wOMAXqetLk10WnBqtRgIx2J1yOAiF/uwAW9WzS5tQTtY/nocwX3+ZuH+doljX5FKHVxMzA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-backend/-/linear-referencing-backend-4.7.8.tgz", + "integrity": "sha512-EZGliCRYLDcxA7lFUzQ5o1yKXtNPkeYQ9WVCanrGTIxNNDpo1vY0ANPfMAZcU7/tDft7hrFZJmZUx1CW4np7PQ==", "engines": { "node": "^18.0.0 || ^20.0.0" }, "peerDependencies": { - "@itwin/core-backend": "^4.7.7", - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/linear-referencing-common": "^4.7.7" + "@itwin/core-backend": "^4.7.8", + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/linear-referencing-common": "^4.7.8" } }, "node_modules/@itwin/linear-referencing-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-common/-/linear-referencing-common-4.7.7.tgz", - "integrity": "sha512-XxXylwdlVhstHvfFwSIdCc5cEf3tHup0wwFaADhH2EECwEEPuLsVUdky4uqWgfnTiQ7AoMxvpsKL8DiFN+6YlA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-common/-/linear-referencing-common-4.7.8.tgz", + "integrity": "sha512-ymdoQbJ7fxhUpnYZxDS/G5mkX3SQqxXSxC5ZkSogWA3O2bmt+95dlKo/tWJYPh1M+24xNVHlDGjySj6RKBCCCA==", "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8" } }, "node_modules/@itwin/measure-tools-react": { @@ -4718,47 +4718,47 @@ } }, "node_modules/@itwin/mobile-sdk-core": { - "version": "0.22.10", - "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.22.10.tgz", - "integrity": "sha512-+EFzrhkEL8mB/3+2P4v/rP2FTzpu9sTWNyOy44LNYPHe1s5VhrdGW+y6fouY6vIE7SsuNzgHzv68ATkxaa/oow==", - "dependencies": { - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-frontend": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-markup": "4.7.7", - "@itwin/core-orbitgt": "4.7.7", - "@itwin/core-quantity": "4.7.7", - "@itwin/presentation-common": "4.7.7", - "@itwin/presentation-frontend": "4.7.7", - "@itwin/webgl-compatibility": "4.7.7", + "version": "0.22.11", + "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.22.11.tgz", + "integrity": "sha512-h9W29VUghIABWJH13wqCUAokFDyZv9XW05JsqaXF3thHQb63aHOTz4NtfNll3uE0xbHE3WLhtgntHfDv0CTYsg==", + "dependencies": { + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-frontend": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-markup": "4.7.8", + "@itwin/core-orbitgt": "4.7.8", + "@itwin/core-quantity": "4.7.8", + "@itwin/presentation-common": "4.7.8", + "@itwin/presentation-frontend": "4.7.8", + "@itwin/webgl-compatibility": "4.7.8", "base64-js": "^1.5.1" } }, "node_modules/@itwin/mobile-ui-react": { - "version": "0.22.10", - "resolved": "https://registry.npmjs.org/@itwin/mobile-ui-react/-/mobile-ui-react-0.22.10.tgz", - "integrity": "sha512-1hmpFfYhyU0CwvwqtQH5VfJlXzMZxu8cgBRl9E4S3rLvxG6IwVAkWJH9SYLqJT0kC9MsusUx+l3TtJozUWsk3A==", + "version": "0.22.11", + "resolved": "https://registry.npmjs.org/@itwin/mobile-ui-react/-/mobile-ui-react-0.22.11.tgz", + "integrity": "sha512-08lHEu4XZ7LyitWLxnXXZcqPWe4xyrn8p1N9zv+6qeqbrsbfULkX7LASxFons2/Qge7VKnTYEHYrKsSppXk5SA==", "dependencies": { "@bentley/icons-generic-webfont": "1.0.34", - "@itwin/appui-abstract": "4.7.7", - "@itwin/appui-react": "4.15.4", - "@itwin/components-react": "4.15.4", - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-frontend": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-markup": "4.7.7", - "@itwin/core-orbitgt": "4.7.7", - "@itwin/core-quantity": "4.7.7", - "@itwin/core-react": "4.15.4", - "@itwin/imodel-components-react": "4.15.4", - "@itwin/mobile-sdk-core": "0.22.10", - "@itwin/presentation-common": "4.7.7", - "@itwin/presentation-frontend": "4.7.7", - "@itwin/webgl-compatibility": "4.7.7", + "@itwin/appui-abstract": "4.7.8", + "@itwin/appui-react": "4.15.5", + "@itwin/components-react": "4.15.5", + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-frontend": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-markup": "4.7.8", + "@itwin/core-orbitgt": "4.7.8", + "@itwin/core-quantity": "4.7.8", + "@itwin/core-react": "4.15.5", + "@itwin/imodel-components-react": "4.15.5", + "@itwin/mobile-sdk-core": "0.22.11", + "@itwin/presentation-common": "4.7.8", + "@itwin/presentation-frontend": "4.7.8", + "@itwin/webgl-compatibility": "4.7.8", "classnames": "^2.2.6", "react": "^17.0.0", "react-dom": "^17.0.0", @@ -4819,9 +4819,9 @@ } }, "node_modules/@itwin/presentation-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/presentation-backend/-/presentation-backend-4.7.7.tgz", - "integrity": "sha512-FHpjjQZKbpMPXJ54CUX6coivqBMmk8Vyp60rTmEpZ959OF1vz9hPFeJq9Ok+yj9bgJ07tXm8dr276soF+a1f1w==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/presentation-backend/-/presentation-backend-4.7.8.tgz", + "integrity": "sha512-AzIVNaecxyVSX0ajptKO4hngvWeJkC2Eo2r8cNenutZlT0pqFL/J+3xlYsob/FE+F+HUT9AR1DCRDZASrDpW8w==", "dependencies": { "object-hash": "^1.3.1", "rxjs": "^7.8.1", @@ -4829,12 +4829,12 @@ "semver": "^7.3.5" }, "peerDependencies": { - "@itwin/core-backend": "^4.7.7", - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-quantity": "^4.7.7", - "@itwin/ecschema-metadata": "^4.7.7", - "@itwin/presentation-common": "^4.7.7" + "@itwin/core-backend": "^4.7.8", + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-quantity": "^4.7.8", + "@itwin/ecschema-metadata": "^4.7.8", + "@itwin/presentation-common": "^4.7.8" } }, "node_modules/@itwin/presentation-backend/node_modules/lru-cache": { @@ -4868,14 +4868,14 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@itwin/presentation-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/presentation-common/-/presentation-common-4.7.7.tgz", - "integrity": "sha512-ScV7RgGVYL/2nksOZdjNwxmXlIA+UuLw8QwAMvP0bosqurU9TljZBzOvmdB78beqmbIAff2Lr8aQDoADIlFZEQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/presentation-common/-/presentation-common-4.7.8.tgz", + "integrity": "sha512-mgoPJXJLWukt0zCRUh+EiK5m1JU5ik0QEYfY8KDixNyT8emYFMel4310KiGUZstiVkM8h2Mdk0Q6efunauKyUA==", "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-quantity": "^4.7.7", - "@itwin/ecschema-metadata": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-quantity": "^4.7.8", + "@itwin/ecschema-metadata": "^4.7.8" } }, "node_modules/@itwin/presentation-components": { @@ -4981,21 +4981,21 @@ } }, "node_modules/@itwin/presentation-frontend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/presentation-frontend/-/presentation-frontend-4.7.7.tgz", - "integrity": "sha512-T5t5wfNrlvshFqOyN/Ehyoarx1F2dFnkBoAvJ71ShT/w86XMW51d4uyftWHaqlklrsQ7FOOylXXRiUVC56iv/Q==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/presentation-frontend/-/presentation-frontend-4.7.8.tgz", + "integrity": "sha512-MDXhL1XFu2t1SjmZlx/HPmXxfBwq4pd5EVl1vTT7aMhGqP3GaveuUa/uA7eTBxsA04Q3gk8ibE0Xg2+/CYq7RQ==", "dependencies": { "@itwin/unified-selection": "^0.1.0", "rxjs": "^7.8.1", "rxjs-for-await": "^1.0.0" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-frontend": "^4.7.7", - "@itwin/core-quantity": "^4.7.7", - "@itwin/ecschema-metadata": "^4.7.7", - "@itwin/presentation-common": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-frontend": "^4.7.8", + "@itwin/core-quantity": "^4.7.8", + "@itwin/ecschema-metadata": "^4.7.8", + "@itwin/presentation-common": "^4.7.8" } }, "node_modules/@itwin/unified-selection": { @@ -5004,11 +5004,11 @@ "integrity": "sha512-1Pe2i3sw5dK4h394uC5wTRWvnXxeBZGv+t9LcG7tQr2L+l0Hv+Ryo5+yTN34kABEhMe2UwSHnBRU8jOGsiorIQ==" }, "node_modules/@itwin/webgl-compatibility": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/webgl-compatibility/-/webgl-compatibility-4.7.7.tgz", - "integrity": "sha512-TpZDBos3SQyCJeHHlQimEBRFYilPvBNq8/98gVJxF4dBtxDF2A4YPWtdyUUx3fT1Ls3WQOp3GWdXDfViAZh0DA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/webgl-compatibility/-/webgl-compatibility-4.7.8.tgz", + "integrity": "sha512-z4zYmIG7hG9zL6tg5+BUvtqiV00aOlOyrRoHX0v6JTUrZgOBJ2yvnCr8oI4YxZmxsjdfcyJ6n9n0tp7/NJ/Amw==", "dependencies": { - "@itwin/core-bentley": "4.7.7" + "@itwin/core-bentley": "4.7.8" } }, "node_modules/@jest/console": { @@ -29143,9 +29143,9 @@ "dev": true }, "@itwin/appui-abstract": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/appui-abstract/-/appui-abstract-4.7.7.tgz", - "integrity": "sha512-SKqGje2VVY/FTQPL5KwpJmhuMjXkdnGnJVLCtM1CQTjUkFFLacW7ODxCZabHakxl/DgMxDlyAsm15CwoCbQRZQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/appui-abstract/-/appui-abstract-4.7.8.tgz", + "integrity": "sha512-ns1uX6Mvg583DndWNGgsvCtWnVS5PB1N/ic6etXihReW8LK07ERybaYsja2hCCPb1mf71jO0Isl3s/Hbs7HD+g==", "requires": {} }, "@itwin/appui-layout-react": { @@ -29171,9 +29171,9 @@ } }, "@itwin/appui-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/appui-react/-/appui-react-4.15.4.tgz", - "integrity": "sha512-gTbPQpBmZuN03x0K5Y+aOelE5Dq4gsG9SvkErf6pRjENTNcVPtT/dKNdExWuGhC0PPZGXzKu52cpvCgeduwHYA==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/appui-react/-/appui-react-4.15.5.tgz", + "integrity": "sha512-4vHR19eyl5vhvZ0LI9sMRF+VMChJKBENFrozWIMkfSyXRZYA1MQYDw3WtWtTyzEnvzSaKHOoi9VRPa4dnF02UA==", "requires": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -29227,9 +29227,9 @@ } }, "@itwin/build-tools": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/build-tools/-/build-tools-4.7.7.tgz", - "integrity": "sha512-IHACkmT5RLLKh+sx/eBZddHUqnR0R4rTA3KCqw2exMlXYQpClOQsUWXoIFpMgmwyHNJpZ92mtC+Ht70maYCmiA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/build-tools/-/build-tools-4.7.8.tgz", + "integrity": "sha512-C/oJNpaTJqWl7/07TXRUoRcInm1DHVSUQWNAr9QQ/3uD1AaSs3in9sg3jI0k+8muaKWOWtfDt2BiIyqZoK8U6Q==", "dev": true, "requires": { "@microsoft/api-extractor": "~7.40.0", @@ -29498,9 +29498,9 @@ "requires": {} }, "@itwin/components-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/components-react/-/components-react-4.15.4.tgz", - "integrity": "sha512-Spa0gxK73U/+1nWc755+gHcoDbD4BSOCnoEILr/TgP7AQkNfRi5TjD02O2H2a0Humx06ICagYINoYxub9hp0Tw==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/components-react/-/components-react-4.15.5.tgz", + "integrity": "sha512-GGz8FKY5AqGd/pWaZBt6FhOi7JH2Fak5d4DNmb63ri90P08ulEn9jg8Pi5aT1nRQVdAH9YqNTWWekA1gLCUrDQ==", "requires": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -29551,13 +29551,13 @@ } }, "@itwin/core-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.7.tgz", - "integrity": "sha512-bAbWLZKqUUNlK55YKOWKg7Z0wPAVUV84N7mBf+SbLXlWfExR3M4nnXBPFWVS6zQxW2CRwm+fWV6+CIDXy+kFkA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.8.tgz", + "integrity": "sha512-27lBIrHTZUNhjirCzC2nQlPTX218WYt2oWF1A1ggIkO6xcCyPCsHq/ZCj5U89nSqeSIiQ4JYWGyXsBH8n6sMlw==", "requires": { "@bentley/imodeljs-native": "4.7.29", "@itwin/cloud-agnostic-core": "^2.1.0", - "@itwin/core-telemetry": "4.7.7", + "@itwin/core-telemetry": "4.7.8", "@itwin/object-storage-azure": "^2.2.2", "@itwin/object-storage-core": "^2.2.2", "form-data": "^2.5.1", @@ -29618,29 +29618,29 @@ } }, "@itwin/core-bentley": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.7.tgz", - "integrity": "sha512-iHu64i0r6T3CTrR4ac0xSgetv6kQRFDiExK0T8t47iiTxSOc4xSQkdiTsTfAS31phBnzP//NyOXFvW5Ih7CcKA==" + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.8.tgz", + "integrity": "sha512-xSYeNLETjFF4BU/4n09mX3acwd2I8RzeIfI276VgOXTiJrvX21qVtUHIlm9Fw36B5SoU1G1F3Ja8pV/86ISW0w==" }, "@itwin/core-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.7.tgz", - "integrity": "sha512-Gbyrn/eGpOG2z49lU8z7Sa7KlfVCBPiODda+BnLzryKbexCP1EX1JPcatr1/DK0ig7fi1XhsRF78AhuMVTfEvg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.8.tgz", + "integrity": "sha512-I6f5GM9oPbjoYGvSEkXzynY9vn5PxEDZh27KR+eQF8SjVpZY4NK+/Plc8TRfXk+p7LydmrjGeuAOZ9xTFVPkXQ==", "requires": { "flatbuffers": "~1.12.0", "js-base64": "^3.6.1" } }, "@itwin/core-frontend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-frontend/-/core-frontend-4.7.7.tgz", - "integrity": "sha512-NQepd3NksRdHd0bAOfQmfGqQQyY28XBvqOPkGdjP/WH0y68c/6Uyoxt1I4VsYXDjE+l2ShZw1UcguwkL5CjRwQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-frontend/-/core-frontend-4.7.8.tgz", + "integrity": "sha512-nxGm99i8dapDFiF8XGnn0BaA6np4lQCg04SiFhaDPv3Kx+N85YI1NkFQcksOewhORQynvMDhaM6azt0jAWfJsw==", "requires": { "@itwin/cloud-agnostic-core": "^2.1.0", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-telemetry": "4.7.7", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-telemetry": "4.7.8", "@itwin/object-storage-core": "^2.2.2", - "@itwin/webgl-compatibility": "4.7.7", + "@itwin/webgl-compatibility": "4.7.8", "@loaders.gl/core": "^3.1.6", "@loaders.gl/draco": "^3.1.6", "fuse.js": "^3.3.0", @@ -29649,18 +29649,18 @@ } }, "@itwin/core-geometry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.7.tgz", - "integrity": "sha512-K5hlw0DZpW6YQj80jv8e4eqIwAUCBbu74xaxuHtG7bufKvbAHLNbV18XVP59Pk6mhZG8oGfd3tTWzQYZmpJSOQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.8.tgz", + "integrity": "sha512-oAls8SGcoUkaQ+6QxcsCXvf+kMwqQBKwVXRoZIKSXAJzuaHFXQG2xhT8JKcRF2S1em7HbDWZXcxDJqHK4X36Jw==", "requires": { - "@itwin/core-bentley": "4.7.7", + "@itwin/core-bentley": "4.7.8", "flatbuffers": "~1.12.0" } }, "@itwin/core-i18n": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-i18n/-/core-i18n-4.7.7.tgz", - "integrity": "sha512-zMJPjKcuXOgOPZZgJKYx70p0+VJx2fIxexyXHbuk0Jh8PZyFJFjMkWG7ybJUqSlde+Mpl+MAB8yXJun7NWvVTA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-i18n/-/core-i18n-4.7.8.tgz", + "integrity": "sha512-gQTdMKPF/kleYwyB1Tkkxxz8iQpyE+0he0Cb7vWkQ49zzmV0bYic6x/7thuzhXAaIGrf4fbRKer6X5cdWtXksw==", "requires": { "i18next": "^21.9.1", "i18next-browser-languagedetector": "^6.1.2", @@ -29668,17 +29668,17 @@ } }, "@itwin/core-markup": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-markup/-/core-markup-4.7.7.tgz", - "integrity": "sha512-EjloTHiYtPnxfbErnbhm8NucKp4gCfesAHdDTkMP/mpAXSYzjhcY6LL4iftWjDk8kemhL+OZ8YqR6k0E9kh44w==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-markup/-/core-markup-4.7.8.tgz", + "integrity": "sha512-w59FpjpgQ0mDNLY4oBUps9GDIBFa9pCd2wsMByvzjQKZzwAO4SUF9wbbDJjoMThQMr1qy2JpygrJeSjfykENag==", "requires": { "@svgdotjs/svg.js": "3.0.13" } }, "@itwin/core-mobile": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-mobile/-/core-mobile-4.7.7.tgz", - "integrity": "sha512-KbVKGl4icIMGstq0z6N5NQPS3ybJv7JdmDLyKaQRhMzRKj+0KiCUgn3JrVCGzEB07AnsinFMPBXyWl7qf6Pb9A==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-mobile/-/core-mobile-4.7.8.tgz", + "integrity": "sha512-V1ziOwB3J825gh27u16U0xNOGbvBh6k5yGA4T8r8txAegUtDnZgl3U3DElzCUBWOVoDyA944VfhR36BDfZ9phw==", "requires": { "lodash": "^4.17.21", "superagent": "^9.0.1", @@ -29686,20 +29686,20 @@ } }, "@itwin/core-orbitgt": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-orbitgt/-/core-orbitgt-4.7.7.tgz", - "integrity": "sha512-v8LAo3aLC4JwN2Phgq7zRjJOj9w0snCalyi21vVuGrznQtknGRooMV/XEqo5ydLzflyIzk0cd1yuv55ksJGG9A==" + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-orbitgt/-/core-orbitgt-4.7.8.tgz", + "integrity": "sha512-2razPSA3eEwBlUc5UT2zkyOtzVva4b+DzffkY7fFfCR3U7VNWiVJIdnC4T1KGfTIg7RqWJ3nlraY0ZX56tDaHg==" }, "@itwin/core-quantity": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.7.tgz", - "integrity": "sha512-gGX9pO1tAkqN+znNNs34QAuy8pUKiGvtO+rU0Zjr+L56mlpb8SBhOpF+zkVv8i7/1BwfeG8Mtopf9UaGDy7Yzg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.8.tgz", + "integrity": "sha512-GltGvTamwB6hd6OGfhw9t6Jd7JEXQGZ+lCQTwIyKhm7ruk76qR9/aRrrkDfRKfTulOGa5+bTXuu0hxHqC/LFXQ==", "requires": {} }, "@itwin/core-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/core-react/-/core-react-4.15.4.tgz", - "integrity": "sha512-LTAAx/qaG3V3hjqqvAkka5jV+wilkHGcZ2WHSQ6rZYNbaESozBDZOQFZkXhZG7WSIXP87sI1ezOHMAie3kUlfA==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/core-react/-/core-react-4.15.5.tgz", + "integrity": "sha512-ffE/Z2ua70n40jyA24LPLny7pUui3RhNddYTsv+Q/2DA3JMUOj9fNGk74hwD0WsJE4ekMjthCMM7g+hGVk4FeA==", "requires": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -29748,12 +29748,12 @@ } }, "@itwin/core-telemetry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.7.tgz", - "integrity": "sha512-VbxSPL1sHm9WHbexR2yXp5h6gcz92yhpwgA4xHPedMsJtu6sCxcvVjebPf0r1G4W2g8MUWJuoznWSVr27JhJkQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.8.tgz", + "integrity": "sha512-OibQg85ZHrsBdbUMJx7bjMYOzM2OHup/qk+cF5DrUK5nG1U7gpL2TPB2lTjoeDEtoglHvbp4BxTLaDm/Mo5oEA==", "requires": { - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7" + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8" } }, "@itwin/core-webpack-tools": { @@ -29944,9 +29944,9 @@ } }, "@itwin/ecschema-metadata": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.7.tgz", - "integrity": "sha512-6tQqU336HEO7VnPPM9d4kf6A4w4Egsoz8wrHO7fhfrgmGsvq8vJ1dP9lLnqprq8fASVk1TDicn38S4suzwwcxQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.8.tgz", + "integrity": "sha512-uo/8X+FK1gHoP8Mwj0GuQ6gDBvqJa9oPx46jApetUVQv5qV/4ZZDJnBh+8IXAX/nhMxjQ5hoJKd1sWzRAZpP7w==", "requires": { "almost-equal": "^1.1.0" } @@ -29973,9 +29973,9 @@ } }, "@itwin/imodel-components-react": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/@itwin/imodel-components-react/-/imodel-components-react-4.15.4.tgz", - "integrity": "sha512-QTqvn11hNhoawLYU/6m8TyF7lRvu/L8YHFyqFJ+J6sMi279Q8/oG4N0ASjP8trdg89obXfBXr2OioWH0QlobNQ==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/@itwin/imodel-components-react/-/imodel-components-react-4.15.5.tgz", + "integrity": "sha512-r1YOAXzWlIc0luCQXjCCspO///zqHm9aCon1XKlpZJDoPk8PMYpXo6pWWqYg9xYfuGOcPgJcv0OtubnQbhnIBA==", "requires": { "@bentley/icons-generic": "^1.0.34", "@itwin/itwinui-icons-react": "^2.8.0", @@ -30120,15 +30120,15 @@ "integrity": "sha512-bwaoiqJdPvMCEhccXh5jE/uF83IoHaHofURZV62t9BEhKXW0LF+iaAwCPC+G4Sttgs6tUtqEGsPqj5RnbdipsQ==" }, "@itwin/linear-referencing-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-backend/-/linear-referencing-backend-4.7.7.tgz", - "integrity": "sha512-OHkV9UhGgjSjhhl8wOMAXqetLk10WnBqtRgIx2J1yOAiF/uwAW9WzS5tQTtY/nocwX3+ZuH+doljX5FKHVxMzA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-backend/-/linear-referencing-backend-4.7.8.tgz", + "integrity": "sha512-EZGliCRYLDcxA7lFUzQ5o1yKXtNPkeYQ9WVCanrGTIxNNDpo1vY0ANPfMAZcU7/tDft7hrFZJmZUx1CW4np7PQ==", "requires": {} }, "@itwin/linear-referencing-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-common/-/linear-referencing-common-4.7.7.tgz", - "integrity": "sha512-XxXylwdlVhstHvfFwSIdCc5cEf3tHup0wwFaADhH2EECwEEPuLsVUdky4uqWgfnTiQ7AoMxvpsKL8DiFN+6YlA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/linear-referencing-common/-/linear-referencing-common-4.7.8.tgz", + "integrity": "sha512-ymdoQbJ7fxhUpnYZxDS/G5mkX3SQqxXSxC5ZkSogWA3O2bmt+95dlKo/tWJYPh1M+24xNVHlDGjySj6RKBCCCA==", "requires": {} }, "@itwin/measure-tools-react": { @@ -30141,47 +30141,47 @@ } }, "@itwin/mobile-sdk-core": { - "version": "0.22.10", - "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.22.10.tgz", - "integrity": "sha512-+EFzrhkEL8mB/3+2P4v/rP2FTzpu9sTWNyOy44LNYPHe1s5VhrdGW+y6fouY6vIE7SsuNzgHzv68ATkxaa/oow==", - "requires": { - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-frontend": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-markup": "4.7.7", - "@itwin/core-orbitgt": "4.7.7", - "@itwin/core-quantity": "4.7.7", - "@itwin/presentation-common": "4.7.7", - "@itwin/presentation-frontend": "4.7.7", - "@itwin/webgl-compatibility": "4.7.7", + "version": "0.22.11", + "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.22.11.tgz", + "integrity": "sha512-h9W29VUghIABWJH13wqCUAokFDyZv9XW05JsqaXF3thHQb63aHOTz4NtfNll3uE0xbHE3WLhtgntHfDv0CTYsg==", + "requires": { + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-frontend": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-markup": "4.7.8", + "@itwin/core-orbitgt": "4.7.8", + "@itwin/core-quantity": "4.7.8", + "@itwin/presentation-common": "4.7.8", + "@itwin/presentation-frontend": "4.7.8", + "@itwin/webgl-compatibility": "4.7.8", "base64-js": "^1.5.1" } }, "@itwin/mobile-ui-react": { - "version": "0.22.10", - "resolved": "https://registry.npmjs.org/@itwin/mobile-ui-react/-/mobile-ui-react-0.22.10.tgz", - "integrity": "sha512-1hmpFfYhyU0CwvwqtQH5VfJlXzMZxu8cgBRl9E4S3rLvxG6IwVAkWJH9SYLqJT0kC9MsusUx+l3TtJozUWsk3A==", + "version": "0.22.11", + "resolved": "https://registry.npmjs.org/@itwin/mobile-ui-react/-/mobile-ui-react-0.22.11.tgz", + "integrity": "sha512-08lHEu4XZ7LyitWLxnXXZcqPWe4xyrn8p1N9zv+6qeqbrsbfULkX7LASxFons2/Qge7VKnTYEHYrKsSppXk5SA==", "requires": { "@bentley/icons-generic-webfont": "1.0.34", - "@itwin/appui-abstract": "4.7.7", - "@itwin/appui-react": "4.15.4", - "@itwin/components-react": "4.15.4", - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-frontend": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-markup": "4.7.7", - "@itwin/core-orbitgt": "4.7.7", - "@itwin/core-quantity": "4.7.7", - "@itwin/core-react": "4.15.4", - "@itwin/imodel-components-react": "4.15.4", - "@itwin/mobile-sdk-core": "0.22.10", - "@itwin/presentation-common": "4.7.7", - "@itwin/presentation-frontend": "4.7.7", - "@itwin/webgl-compatibility": "4.7.7", + "@itwin/appui-abstract": "4.7.8", + "@itwin/appui-react": "4.15.5", + "@itwin/components-react": "4.15.5", + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-frontend": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-markup": "4.7.8", + "@itwin/core-orbitgt": "4.7.8", + "@itwin/core-quantity": "4.7.8", + "@itwin/core-react": "4.15.5", + "@itwin/imodel-components-react": "4.15.5", + "@itwin/mobile-sdk-core": "0.22.11", + "@itwin/presentation-common": "4.7.8", + "@itwin/presentation-frontend": "4.7.8", + "@itwin/webgl-compatibility": "4.7.8", "classnames": "^2.2.6", "react": "^17.0.0", "react-dom": "^17.0.0", @@ -30227,9 +30227,9 @@ } }, "@itwin/presentation-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/presentation-backend/-/presentation-backend-4.7.7.tgz", - "integrity": "sha512-FHpjjQZKbpMPXJ54CUX6coivqBMmk8Vyp60rTmEpZ959OF1vz9hPFeJq9Ok+yj9bgJ07tXm8dr276soF+a1f1w==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/presentation-backend/-/presentation-backend-4.7.8.tgz", + "integrity": "sha512-AzIVNaecxyVSX0ajptKO4hngvWeJkC2Eo2r8cNenutZlT0pqFL/J+3xlYsob/FE+F+HUT9AR1DCRDZASrDpW8w==", "requires": { "object-hash": "^1.3.1", "rxjs": "^7.8.1", @@ -30261,9 +30261,9 @@ } }, "@itwin/presentation-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/presentation-common/-/presentation-common-4.7.7.tgz", - "integrity": "sha512-ScV7RgGVYL/2nksOZdjNwxmXlIA+UuLw8QwAMvP0bosqurU9TljZBzOvmdB78beqmbIAff2Lr8aQDoADIlFZEQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/presentation-common/-/presentation-common-4.7.8.tgz", + "integrity": "sha512-mgoPJXJLWukt0zCRUh+EiK5m1JU5ik0QEYfY8KDixNyT8emYFMel4310KiGUZstiVkM8h2Mdk0Q6efunauKyUA==", "requires": {} }, "@itwin/presentation-components": { @@ -30350,9 +30350,9 @@ } }, "@itwin/presentation-frontend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/presentation-frontend/-/presentation-frontend-4.7.7.tgz", - "integrity": "sha512-T5t5wfNrlvshFqOyN/Ehyoarx1F2dFnkBoAvJ71ShT/w86XMW51d4uyftWHaqlklrsQ7FOOylXXRiUVC56iv/Q==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/presentation-frontend/-/presentation-frontend-4.7.8.tgz", + "integrity": "sha512-MDXhL1XFu2t1SjmZlx/HPmXxfBwq4pd5EVl1vTT7aMhGqP3GaveuUa/uA7eTBxsA04Q3gk8ibE0Xg2+/CYq7RQ==", "requires": { "@itwin/unified-selection": "^0.1.0", "rxjs": "^7.8.1", @@ -30365,11 +30365,11 @@ "integrity": "sha512-1Pe2i3sw5dK4h394uC5wTRWvnXxeBZGv+t9LcG7tQr2L+l0Hv+Ryo5+yTN34kABEhMe2UwSHnBRU8jOGsiorIQ==" }, "@itwin/webgl-compatibility": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/webgl-compatibility/-/webgl-compatibility-4.7.7.tgz", - "integrity": "sha512-TpZDBos3SQyCJeHHlQimEBRFYilPvBNq8/98gVJxF4dBtxDF2A4YPWtdyUUx3fT1Ls3WQOp3GWdXDfViAZh0DA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/webgl-compatibility/-/webgl-compatibility-4.7.8.tgz", + "integrity": "sha512-z4zYmIG7hG9zL6tg5+BUvtqiV00aOlOyrRoHX0v6JTUrZgOBJ2yvnCr8oI4YxZmxsjdfcyJ6n9n0tp7/NJ/Amw==", "requires": { - "@itwin/core-bentley": "4.7.7" + "@itwin/core-bentley": "4.7.8" } }, "@jest/console": { diff --git a/cross-platform/react-app/package.json b/cross-platform/react-app/package.json index ea7304fb..5320e012 100644 --- a/cross-platform/react-app/package.json +++ b/cross-platform/react-app/package.json @@ -1,6 +1,6 @@ { "name": "react-app", - "version": "0.22.10", + "version": "0.22.11", "description": "React app for use with iTwin Mobile SDK samples.", "repository": { "type": "git", @@ -30,7 +30,7 @@ "devDependencies": { "@babel/core": "^7.15.8", "@bentley/react-scripts": "5.0.4", - "@itwin/build-tools": "4.7.7", + "@itwin/build-tools": "4.7.8", "@itwin/eslint-plugin": "4.0.0-dev.33", "@types/axios": "^0.14.0", "@types/jest": "^26.0.15", @@ -51,38 +51,38 @@ "webpack-cli": "^5.0.1" }, "dependencies": { - "@itwin/appui-abstract": "4.7.7", + "@itwin/appui-abstract": "4.7.8", "@itwin/appui-layout-react": "4.8.3", - "@itwin/appui-react": "4.15.4", - "@itwin/components-react": "4.15.4", - "@itwin/core-backend": "4.7.7", - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-frontend": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/core-i18n": "4.7.7", - "@itwin/core-markup": "4.7.7", - "@itwin/core-mobile": "4.7.7", - "@itwin/core-orbitgt": "4.7.7", - "@itwin/core-quantity": "4.7.7", - "@itwin/core-react": "4.15.4", - "@itwin/core-telemetry": "4.7.7", - "@itwin/ecschema-metadata": "4.7.7", - "@itwin/imodel-components-react": "4.15.4", + "@itwin/appui-react": "4.15.5", + "@itwin/components-react": "4.15.5", + "@itwin/core-backend": "4.7.8", + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-frontend": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/core-i18n": "4.7.8", + "@itwin/core-markup": "4.7.8", + "@itwin/core-mobile": "4.7.8", + "@itwin/core-orbitgt": "4.7.8", + "@itwin/core-quantity": "4.7.8", + "@itwin/core-react": "4.15.5", + "@itwin/core-telemetry": "4.7.8", + "@itwin/ecschema-metadata": "4.7.8", + "@itwin/imodel-components-react": "4.15.5", "@itwin/imodels-access-backend": "4.1.6", "@itwin/imodels-access-frontend": "4.1.6", "@itwin/imodels-client-management": "4.4.0", "@itwin/itwins-client": "1.5.0", - "@itwin/linear-referencing-backend": "4.7.7", - "@itwin/linear-referencing-common": "4.7.7", + "@itwin/linear-referencing-backend": "4.7.8", + "@itwin/linear-referencing-common": "4.7.8", "@itwin/measure-tools-react": "^0.14.2", - "@itwin/mobile-sdk-core": "0.22.10", - "@itwin/mobile-ui-react": "0.22.10", - "@itwin/presentation-backend": "4.7.7", - "@itwin/presentation-common": "4.7.7", + "@itwin/mobile-sdk-core": "0.22.11", + "@itwin/mobile-ui-react": "0.22.11", + "@itwin/presentation-backend": "4.7.8", + "@itwin/presentation-common": "4.7.8", "@itwin/presentation-components": "4.4.1", - "@itwin/presentation-frontend": "4.7.7", - "@itwin/webgl-compatibility": "4.7.7", + "@itwin/presentation-frontend": "4.7.8", + "@itwin/webgl-compatibility": "4.7.8", "@react-hook/resize-observer": "^1.2.6", "axios": "^1.6.0", "base64-js": "^1.5.1", diff --git a/cross-platform/token-server/package-lock.json b/cross-platform/token-server/package-lock.json index cf81ee94..0225d39d 100644 --- a/cross-platform/token-server/package-lock.json +++ b/cross-platform/token-server/package-lock.json @@ -1,15 +1,15 @@ { "name": "token-server", - "version": "0.22.10", + "version": "0.22.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "token-server", - "version": "0.22.10", + "version": "0.22.11", "license": "MIT", "dependencies": { - "@itwin/express-server": "4.7.7", + "@itwin/express-server": "4.7.8", "@itwin/service-authorization": "1.0.3", "axios": "^1.6.0", "dotenv": "^8.2.0", @@ -20,11 +20,11 @@ "jsonwebtoken": "^9.0.0" }, "devDependencies": { - "@itwin/core-backend": "4.7.7", - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/ecschema-metadata": "4.7.7", + "@itwin/core-backend": "4.7.8", + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/ecschema-metadata": "4.7.8", "@types/axios": "^0.14.0", "@types/dotenv-flow": "^3.1.0", "@types/express": "^4.17.9", @@ -227,13 +227,13 @@ } }, "node_modules/@itwin/core-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.7.tgz", - "integrity": "sha512-bAbWLZKqUUNlK55YKOWKg7Z0wPAVUV84N7mBf+SbLXlWfExR3M4nnXBPFWVS6zQxW2CRwm+fWV6+CIDXy+kFkA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.8.tgz", + "integrity": "sha512-27lBIrHTZUNhjirCzC2nQlPTX218WYt2oWF1A1ggIkO6xcCyPCsHq/ZCj5U89nSqeSIiQ4JYWGyXsBH8n6sMlw==", "dependencies": { "@bentley/imodeljs-native": "4.7.29", "@itwin/cloud-agnostic-core": "^2.1.0", - "@itwin/core-telemetry": "4.7.7", + "@itwin/core-telemetry": "4.7.8", "@itwin/object-storage-azure": "^2.2.2", "@itwin/object-storage-core": "^2.2.2", "form-data": "^2.5.1", @@ -250,9 +250,9 @@ "node": "^18.0.0 || ^20.0.0" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-common": "^4.7.7", - "@itwin/core-geometry": "^4.7.7", + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-common": "^4.7.8", + "@itwin/core-geometry": "^4.7.8", "@opentelemetry/api": "^1.0.4" }, "peerDependenciesMeta": { @@ -262,68 +262,68 @@ } }, "node_modules/@itwin/core-bentley": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.7.tgz", - "integrity": "sha512-iHu64i0r6T3CTrR4ac0xSgetv6kQRFDiExK0T8t47iiTxSOc4xSQkdiTsTfAS31phBnzP//NyOXFvW5Ih7CcKA==" + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.8.tgz", + "integrity": "sha512-xSYeNLETjFF4BU/4n09mX3acwd2I8RzeIfI276VgOXTiJrvX21qVtUHIlm9Fw36B5SoU1G1F3Ja8pV/86ISW0w==" }, "node_modules/@itwin/core-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.7.tgz", - "integrity": "sha512-Gbyrn/eGpOG2z49lU8z7Sa7KlfVCBPiODda+BnLzryKbexCP1EX1JPcatr1/DK0ig7fi1XhsRF78AhuMVTfEvg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.8.tgz", + "integrity": "sha512-I6f5GM9oPbjoYGvSEkXzynY9vn5PxEDZh27KR+eQF8SjVpZY4NK+/Plc8TRfXk+p7LydmrjGeuAOZ9xTFVPkXQ==", "dependencies": { "flatbuffers": "~1.12.0", "js-base64": "^3.6.1" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-geometry": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-geometry": "^4.7.8" } }, "node_modules/@itwin/core-geometry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.7.tgz", - "integrity": "sha512-K5hlw0DZpW6YQj80jv8e4eqIwAUCBbu74xaxuHtG7bufKvbAHLNbV18XVP59Pk6mhZG8oGfd3tTWzQYZmpJSOQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.8.tgz", + "integrity": "sha512-oAls8SGcoUkaQ+6QxcsCXvf+kMwqQBKwVXRoZIKSXAJzuaHFXQG2xhT8JKcRF2S1em7HbDWZXcxDJqHK4X36Jw==", "dependencies": { - "@itwin/core-bentley": "4.7.7", + "@itwin/core-bentley": "4.7.8", "flatbuffers": "~1.12.0" } }, "node_modules/@itwin/core-quantity": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.7.tgz", - "integrity": "sha512-gGX9pO1tAkqN+znNNs34QAuy8pUKiGvtO+rU0Zjr+L56mlpb8SBhOpF+zkVv8i7/1BwfeG8Mtopf9UaGDy7Yzg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.8.tgz", + "integrity": "sha512-GltGvTamwB6hd6OGfhw9t6Jd7JEXQGZ+lCQTwIyKhm7ruk76qR9/aRrrkDfRKfTulOGa5+bTXuu0hxHqC/LFXQ==", "dev": true, "peer": true, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7" + "@itwin/core-bentley": "^4.7.8" } }, "node_modules/@itwin/core-telemetry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.7.tgz", - "integrity": "sha512-VbxSPL1sHm9WHbexR2yXp5h6gcz92yhpwgA4xHPedMsJtu6sCxcvVjebPf0r1G4W2g8MUWJuoznWSVr27JhJkQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.8.tgz", + "integrity": "sha512-OibQg85ZHrsBdbUMJx7bjMYOzM2OHup/qk+cF5DrUK5nG1U7gpL2TPB2lTjoeDEtoglHvbp4BxTLaDm/Mo5oEA==", "dependencies": { - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7" + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8" } }, "node_modules/@itwin/ecschema-metadata": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.7.tgz", - "integrity": "sha512-6tQqU336HEO7VnPPM9d4kf6A4w4Egsoz8wrHO7fhfrgmGsvq8vJ1dP9lLnqprq8fASVk1TDicn38S4suzwwcxQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.8.tgz", + "integrity": "sha512-uo/8X+FK1gHoP8Mwj0GuQ6gDBvqJa9oPx46jApetUVQv5qV/4ZZDJnBh+8IXAX/nhMxjQ5hoJKd1sWzRAZpP7w==", "dev": true, "dependencies": { "almost-equal": "^1.1.0" }, "peerDependencies": { - "@itwin/core-bentley": "^4.7.7", - "@itwin/core-quantity": "^4.7.7" + "@itwin/core-bentley": "^4.7.8", + "@itwin/core-quantity": "^4.7.8" } }, "node_modules/@itwin/express-server": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/express-server/-/express-server-4.7.7.tgz", - "integrity": "sha512-3/6OS8Z2/J/y8JIYcWfuGMKKZBA6yjLSjLL4sRvFwX5AlvL+8vrccty2X+izXAKoLexduHhc26QbV8gFDRQYww==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/express-server/-/express-server-4.7.8.tgz", + "integrity": "sha512-EfXRC86vet+D/G6nZ+UY5gyagG4Avf582KWZPKNufyYlfwEYZprnBuB915Livezn6ZlK1Gpvo+Ulebgqq7uGxA==", "dependencies": { "express": "^4.18.2", "express-ws": "^5.0.2" @@ -332,8 +332,8 @@ "node": "^18.0.0 || ^20.0.0" }, "peerDependencies": { - "@itwin/core-backend": "4.7.7", - "@itwin/core-common": "4.7.7" + "@itwin/core-backend": "4.7.8", + "@itwin/core-common": "4.7.8" } }, "node_modules/@itwin/object-storage-azure": { @@ -2891,13 +2891,13 @@ "requires": {} }, "@itwin/core-backend": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.7.tgz", - "integrity": "sha512-bAbWLZKqUUNlK55YKOWKg7Z0wPAVUV84N7mBf+SbLXlWfExR3M4nnXBPFWVS6zQxW2CRwm+fWV6+CIDXy+kFkA==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-backend/-/core-backend-4.7.8.tgz", + "integrity": "sha512-27lBIrHTZUNhjirCzC2nQlPTX218WYt2oWF1A1ggIkO6xcCyPCsHq/ZCj5U89nSqeSIiQ4JYWGyXsBH8n6sMlw==", "requires": { "@bentley/imodeljs-native": "4.7.29", "@itwin/cloud-agnostic-core": "^2.1.0", - "@itwin/core-telemetry": "4.7.7", + "@itwin/core-telemetry": "4.7.8", "@itwin/object-storage-azure": "^2.2.2", "@itwin/object-storage-core": "^2.2.2", "form-data": "^2.5.1", @@ -2912,58 +2912,58 @@ } }, "@itwin/core-bentley": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.7.tgz", - "integrity": "sha512-iHu64i0r6T3CTrR4ac0xSgetv6kQRFDiExK0T8t47iiTxSOc4xSQkdiTsTfAS31phBnzP//NyOXFvW5Ih7CcKA==" + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-bentley/-/core-bentley-4.7.8.tgz", + "integrity": "sha512-xSYeNLETjFF4BU/4n09mX3acwd2I8RzeIfI276VgOXTiJrvX21qVtUHIlm9Fw36B5SoU1G1F3Ja8pV/86ISW0w==" }, "@itwin/core-common": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.7.tgz", - "integrity": "sha512-Gbyrn/eGpOG2z49lU8z7Sa7KlfVCBPiODda+BnLzryKbexCP1EX1JPcatr1/DK0ig7fi1XhsRF78AhuMVTfEvg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-common/-/core-common-4.7.8.tgz", + "integrity": "sha512-I6f5GM9oPbjoYGvSEkXzynY9vn5PxEDZh27KR+eQF8SjVpZY4NK+/Plc8TRfXk+p7LydmrjGeuAOZ9xTFVPkXQ==", "requires": { "flatbuffers": "~1.12.0", "js-base64": "^3.6.1" } }, "@itwin/core-geometry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.7.tgz", - "integrity": "sha512-K5hlw0DZpW6YQj80jv8e4eqIwAUCBbu74xaxuHtG7bufKvbAHLNbV18XVP59Pk6mhZG8oGfd3tTWzQYZmpJSOQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-geometry/-/core-geometry-4.7.8.tgz", + "integrity": "sha512-oAls8SGcoUkaQ+6QxcsCXvf+kMwqQBKwVXRoZIKSXAJzuaHFXQG2xhT8JKcRF2S1em7HbDWZXcxDJqHK4X36Jw==", "requires": { - "@itwin/core-bentley": "4.7.7", + "@itwin/core-bentley": "4.7.8", "flatbuffers": "~1.12.0" } }, "@itwin/core-quantity": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.7.tgz", - "integrity": "sha512-gGX9pO1tAkqN+znNNs34QAuy8pUKiGvtO+rU0Zjr+L56mlpb8SBhOpF+zkVv8i7/1BwfeG8Mtopf9UaGDy7Yzg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-quantity/-/core-quantity-4.7.8.tgz", + "integrity": "sha512-GltGvTamwB6hd6OGfhw9t6Jd7JEXQGZ+lCQTwIyKhm7ruk76qR9/aRrrkDfRKfTulOGa5+bTXuu0hxHqC/LFXQ==", "dev": true, "peer": true, "requires": {} }, "@itwin/core-telemetry": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.7.tgz", - "integrity": "sha512-VbxSPL1sHm9WHbexR2yXp5h6gcz92yhpwgA4xHPedMsJtu6sCxcvVjebPf0r1G4W2g8MUWJuoznWSVr27JhJkQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/core-telemetry/-/core-telemetry-4.7.8.tgz", + "integrity": "sha512-OibQg85ZHrsBdbUMJx7bjMYOzM2OHup/qk+cF5DrUK5nG1U7gpL2TPB2lTjoeDEtoglHvbp4BxTLaDm/Mo5oEA==", "requires": { - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7" + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8" } }, "@itwin/ecschema-metadata": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.7.tgz", - "integrity": "sha512-6tQqU336HEO7VnPPM9d4kf6A4w4Egsoz8wrHO7fhfrgmGsvq8vJ1dP9lLnqprq8fASVk1TDicn38S4suzwwcxQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/ecschema-metadata/-/ecschema-metadata-4.7.8.tgz", + "integrity": "sha512-uo/8X+FK1gHoP8Mwj0GuQ6gDBvqJa9oPx46jApetUVQv5qV/4ZZDJnBh+8IXAX/nhMxjQ5hoJKd1sWzRAZpP7w==", "dev": true, "requires": { "almost-equal": "^1.1.0" } }, "@itwin/express-server": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@itwin/express-server/-/express-server-4.7.7.tgz", - "integrity": "sha512-3/6OS8Z2/J/y8JIYcWfuGMKKZBA6yjLSjLL4sRvFwX5AlvL+8vrccty2X+izXAKoLexduHhc26QbV8gFDRQYww==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@itwin/express-server/-/express-server-4.7.8.tgz", + "integrity": "sha512-EfXRC86vet+D/G6nZ+UY5gyagG4Avf582KWZPKNufyYlfwEYZprnBuB915Livezn6ZlK1Gpvo+Ulebgqq7uGxA==", "requires": { "express": "^4.18.2", "express-ws": "^5.0.2" diff --git a/cross-platform/token-server/package.json b/cross-platform/token-server/package.json index 75574de8..ede2ee32 100644 --- a/cross-platform/token-server/package.json +++ b/cross-platform/token-server/package.json @@ -1,6 +1,6 @@ { "name": "token-server", - "version": "0.22.10", + "version": "0.22.11", "description": "Server-side component to manage providing an access token for the iTwin Platform.", "repository": { "type": "git", @@ -20,7 +20,7 @@ "url": "http://www.bentley.com" }, "dependencies": { - "@itwin/express-server": "4.7.7", + "@itwin/express-server": "4.7.8", "@itwin/service-authorization": "1.0.3", "axios": "^1.6.0", "dotenv": "^8.2.0", @@ -31,11 +31,11 @@ "jsonwebtoken": "^9.0.0" }, "devDependencies": { - "@itwin/core-backend": "4.7.7", - "@itwin/core-bentley": "4.7.7", - "@itwin/core-common": "4.7.7", - "@itwin/core-geometry": "4.7.7", - "@itwin/ecschema-metadata": "4.7.7", + "@itwin/core-backend": "4.7.8", + "@itwin/core-bentley": "4.7.8", + "@itwin/core-common": "4.7.8", + "@itwin/core-geometry": "4.7.8", + "@itwin/ecschema-metadata": "4.7.8", "@types/axios": "^0.14.0", "@types/dotenv-flow": "^3.1.0", "@types/express": "^4.17.9", diff --git a/iOS/CameraSample/CameraSample.xcodeproj/project.pbxproj b/iOS/CameraSample/CameraSample.xcodeproj/project.pbxproj index a095ea8c..ea2f78c5 100644 --- a/iOS/CameraSample/CameraSample.xcodeproj/project.pbxproj +++ b/iOS/CameraSample/CameraSample.xcodeproj/project.pbxproj @@ -463,7 +463,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/iOS/CameraSample/CameraSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iOS/CameraSample/CameraSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index de57fe11..71de4302 100644 --- a/iOS/CameraSample/CameraSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/iOS/CameraSample/CameraSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/iTwin/mobile-sdk-ios.git", "state" : { - "revision" : "788ffba5cf93b6a4d6226c5ae9e68c09799d5ea7", - "version" : "0.22.10" + "revision" : "860a160c3e5b9c041ca1c711672f62ad50447d5f", + "version" : "0.22.11" } }, { diff --git a/iOS/CameraSample/LocalSDK_CameraSample.xcodeproj/project.pbxproj b/iOS/CameraSample/LocalSDK_CameraSample.xcodeproj/project.pbxproj index 1026dd88..be001136 100644 --- a/iOS/CameraSample/LocalSDK_CameraSample.xcodeproj/project.pbxproj +++ b/iOS/CameraSample/LocalSDK_CameraSample.xcodeproj/project.pbxproj @@ -463,7 +463,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/iOS/MobileStarter/LocalSDK_MobileStarter.xcodeproj/project.pbxproj b/iOS/MobileStarter/LocalSDK_MobileStarter.xcodeproj/project.pbxproj index 580b77f2..fe895f8c 100644 --- a/iOS/MobileStarter/LocalSDK_MobileStarter.xcodeproj/project.pbxproj +++ b/iOS/MobileStarter/LocalSDK_MobileStarter.xcodeproj/project.pbxproj @@ -443,7 +443,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/iOS/MobileStarter/MobileStarter.xcodeproj/project.pbxproj b/iOS/MobileStarter/MobileStarter.xcodeproj/project.pbxproj index e568b5ed..f761ffe8 100644 --- a/iOS/MobileStarter/MobileStarter.xcodeproj/project.pbxproj +++ b/iOS/MobileStarter/MobileStarter.xcodeproj/project.pbxproj @@ -443,7 +443,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/iOS/MobileStarter/MobileStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iOS/MobileStarter/MobileStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index de57fe11..71de4302 100644 --- a/iOS/MobileStarter/MobileStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/iOS/MobileStarter/MobileStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/iTwin/mobile-sdk-ios.git", "state" : { - "revision" : "788ffba5cf93b6a4d6226c5ae9e68c09799d5ea7", - "version" : "0.22.10" + "revision" : "860a160c3e5b9c041ca1c711672f62ad50447d5f", + "version" : "0.22.11" } }, { diff --git a/iOS/SwiftUIStarter/LocalSDK_SwiftUIStarter.xcodeproj/project.pbxproj b/iOS/SwiftUIStarter/LocalSDK_SwiftUIStarter.xcodeproj/project.pbxproj index 9fa0765a..140e9fb6 100644 --- a/iOS/SwiftUIStarter/LocalSDK_SwiftUIStarter.xcodeproj/project.pbxproj +++ b/iOS/SwiftUIStarter/LocalSDK_SwiftUIStarter.xcodeproj/project.pbxproj @@ -407,7 +407,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.pbxproj b/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.pbxproj index fdd43838..d83932f4 100644 --- a/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.pbxproj +++ b/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.pbxproj @@ -405,7 +405,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index de57fe11..71de4302 100644 --- a/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/iOS/SwiftUIStarter/SwiftUIStarter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/iTwin/mobile-sdk-ios.git", "state" : { - "revision" : "788ffba5cf93b6a4d6226c5ae9e68c09799d5ea7", - "version" : "0.22.10" + "revision" : "860a160c3e5b9c041ca1c711672f62ad50447d5f", + "version" : "0.22.11" } }, { diff --git a/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.pbxproj b/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.pbxproj index a71d9f82..3e3bb147 100644 --- a/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.pbxproj +++ b/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.pbxproj @@ -447,7 +447,7 @@ repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git"; requirement = { kind = exactVersion; - version = 0.22.10; + version = 0.22.11; }; }; 1F1C63A327B1996F00CE8F89 /* XCRemoteSwiftPackageReference "ShowTime" */ = { diff --git a/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index c709110b..1acad712 100644 --- a/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/iOS/ThirdPartyAuth/ThirdPartyAuth.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/iTwin/mobile-sdk-ios.git", "state" : { - "revision" : "788ffba5cf93b6a4d6226c5ae9e68c09799d5ea7", - "version" : "0.22.10" + "revision" : "860a160c3e5b9c041ca1c711672f62ad50447d5f", + "version" : "0.22.11" } }, {