Skip to content

Commit 9d01cd3

Browse files
committed
fix(ios): prevent error when closing camera view
1 parent 87e18fe commit 9d01cd3

File tree

2 files changed

+40
-127
lines changed

2 files changed

+40
-127
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@nativescript-community/svelte-native": "1.0.30",
5959
"@nativescript-community/systemui": "1.1.24",
6060
"@nativescript-community/text": "1.6.17",
61-
"@nativescript-community/ui-cameraview": "0.6.0",
61+
"@nativescript-community/ui-cameraview": "0.6.1",
6262
"@nativescript-community/ui-canvas": "4.6.43",
6363
"@nativescript-community/ui-canvaslabel": "1.2.46",
6464
"@nativescript-community/ui-checkbox": "2.0.16",

yarn.lock

Lines changed: 39 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __metadata:
2727

2828
"@akylas/nativescript-app-tools@file:tools::locator=root-workspace-0b6124%40workspace%3A.":
2929
version: 1.0.0
30-
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=fc3517&locator=root-workspace-0b6124%40workspace%3A."
30+
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=b9a573&locator=root-workspace-0b6124%40workspace%3A."
3131
dependencies:
3232
"@dotenvx/dotenvx": "npm:1.49.1"
3333
"@nativescript-community/fontmin": "npm:0.9.11"
@@ -81,7 +81,7 @@ __metadata:
8181
typescript: "npm:5.9.2"
8282
typescript-eslint: "npm:8.44.0"
8383
webpack-bundle-analyzer: "npm:4.10.2"
84-
checksum: 10/028331560d92bc85c51e42024552fb8c34d7bc84b02d19b31cef911cf985f588e2bb4ba31cd9d1d51a2f0f1d03df0cc0a01d02efc30e32bc3cb7e37f2a3334c9
84+
checksum: 10/02e8dca50b8fc974cadfbc493048e4bfee07a489b515ef522b5e39d87b0ac248e9668cef827197e049ad8564df52b61f631041b969e119fdf9647f30d056351d
8585
languageName: node
8686
linkType: hard
8787

@@ -384,7 +384,7 @@ __metadata:
384384
languageName: node
385385
linkType: hard
386386

387-
"@csstools/css-calc@npm:^2.1.4, @csstools/css-calc@npm:~2.1.2, @csstools/css-calc@npm:~2.1.4":
387+
"@csstools/css-calc@npm:^2.1.4, @csstools/css-calc@npm:~2.1.2":
388388
version: 2.1.4
389389
resolution: "@csstools/css-calc@npm:2.1.4"
390390
peerDependencies:
@@ -394,7 +394,7 @@ __metadata:
394394
languageName: node
395395
linkType: hard
396396

397-
"@csstools/css-color-parser@npm:^3.0.10, @csstools/css-color-parser@npm:^3.0.8":
397+
"@csstools/css-color-parser@npm:^3.0.8":
398398
version: 3.1.0
399399
resolution: "@csstools/css-color-parser@npm:3.1.0"
400400
dependencies:
@@ -407,7 +407,7 @@ __metadata:
407407
languageName: node
408408
linkType: hard
409409

410-
"@csstools/css-parser-algorithms@npm:^3.0.4, @csstools/css-parser-algorithms@npm:^3.0.5":
410+
"@csstools/css-parser-algorithms@npm:^3.0.4":
411411
version: 3.0.5
412412
resolution: "@csstools/css-parser-algorithms@npm:3.0.5"
413413
peerDependencies:
@@ -416,7 +416,7 @@ __metadata:
416416
languageName: node
417417
linkType: hard
418418

419-
"@csstools/css-tokenizer@npm:^3.0.3, @csstools/css-tokenizer@npm:^3.0.4":
419+
"@csstools/css-tokenizer@npm:^3.0.3":
420420
version: 3.0.4
421421
resolution: "@csstools/css-tokenizer@npm:3.0.4"
422422
checksum: 10/eb6c84c086312f6bb8758dfe2c85addd7475b0927333c5e39a4d59fb210b9810f8c346972046f95e60a721329cffe98895abe451e51de753ad1ca7a8c24ec65f
@@ -946,22 +946,6 @@ __metadata:
946946
languageName: node
947947
linkType: hard
948948

949-
"@isaacs/balanced-match@npm:^4.0.1":
950-
version: 4.0.1
951-
resolution: "@isaacs/balanced-match@npm:4.0.1"
952-
checksum: 10/102fbc6d2c0d5edf8f6dbf2b3feb21695a21bc850f11bc47c4f06aa83bd8884fde3fe9d6d797d619901d96865fdcb4569ac2a54c937992c48885c5e3d9967fe8
953-
languageName: node
954-
linkType: hard
955-
956-
"@isaacs/brace-expansion@npm:^5.0.0":
957-
version: 5.0.0
958-
resolution: "@isaacs/brace-expansion@npm:5.0.0"
959-
dependencies:
960-
"@isaacs/balanced-match": "npm:^4.0.1"
961-
checksum: 10/cf3b7f206aff12128214a1df764ac8cdbc517c110db85249b945282407e3dfc5c6e66286383a7c9391a059fc8e6e6a8ca82262fc9d2590bd615376141fbebd2d
962-
languageName: node
963-
linkType: hard
964-
965949
"@isaacs/cliui@npm:^8.0.2":
966950
version: 8.0.2
967951
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -1325,13 +1309,20 @@ __metadata:
13251309
languageName: node
13261310
linkType: hard
13271311

1328-
"@nativescript-community/ui-cameraview@npm:*, @nativescript-community/ui-cameraview@npm:0.6.0":
1312+
"@nativescript-community/ui-cameraview@npm:*":
13291313
version: 0.6.0
13301314
resolution: "@nativescript-community/ui-cameraview@npm:0.6.0"
13311315
checksum: 10/4b31ac8edde67ce5efdf8568cde1f8bd7a5b131f92de4b40c411ec712a8a51ae3920a6de0f973cee505db1ddc1f33df32d06354242c1b6af3960813e4afc9699
13321316
languageName: node
13331317
linkType: hard
13341318

1319+
"@nativescript-community/ui-cameraview@npm:0.6.1":
1320+
version: 0.6.1
1321+
resolution: "@nativescript-community/ui-cameraview@npm:0.6.1"
1322+
checksum: 10/a8623a35e7520084c924994e52e767303d4afbb08366aaf82d272186f1fc09e0ac06d1512db1c9cc29d25302f842115aab46a601a5f42b4cea5b7f3a2534499f
1323+
languageName: node
1324+
linkType: hard
1325+
13351326
"@nativescript-community/ui-canvas@npm:4.6.43":
13361327
version: 4.6.43
13371328
resolution: "@nativescript-community/ui-canvas@npm:4.6.43"
@@ -1610,23 +1601,22 @@ __metadata:
16101601
languageName: node
16111602
linkType: hard
16121603

1613-
"@nativescript/core@npm:9.0.0-alpha.20":
1614-
version: 9.0.0-alpha.20
1615-
resolution: "@nativescript/core@npm:9.0.0-alpha.20"
1604+
"@nativescript/core@npm:8.9.9":
1605+
version: 8.9.9
1606+
resolution: "@nativescript/core@npm:8.9.9"
16161607
dependencies:
1617-
"@csstools/css-calc": "npm:~2.1.4"
1618-
"@csstools/css-color-parser": "npm:^3.0.10"
1619-
"@csstools/css-parser-algorithms": "npm:^3.0.5"
1620-
"@csstools/css-tokenizer": "npm:^3.0.4"
1621-
"@nativescript/hook": "npm:~3.0.4"
1622-
acorn: "npm:^8.15.0"
1623-
css-tree: "npm:^3.1.0"
1624-
css-what: "npm:^7.0.0"
1608+
"@csstools/css-calc": "npm:~2.1.2"
1609+
"@csstools/css-color-parser": "npm:^3.0.8"
1610+
"@csstools/css-parser-algorithms": "npm:^3.0.4"
1611+
"@csstools/css-tokenizer": "npm:^3.0.3"
1612+
"@nativescript/hook": "npm:~2.0.0"
1613+
acorn: "npm:^8.7.0"
1614+
css-tree: "npm:^1.1.2"
1615+
css-what: "npm:^6.1.0"
16251616
emoji-regex: "npm:^10.2.1"
1626-
source-map: "npm:0.7.6"
1627-
source-map-js: "npm:^1.2.1"
1617+
source-map: "npm:0.6.1"
16281618
tslib: "npm:^2.0.0"
1629-
checksum: 10/32477407fdc5d29f85e3c49fc0422d24cd9ff030bfa6a3cd8abdb4d065a55dd1b6850a4bdaadd4d491bab7e88c3e01febfee38622ee2242c1e35c06d487d16ea
1619+
checksum: 10/5122af3ae49a9ef69df8a0ebf12ca0efca5b1d1ec3e0315725e6044da3935e4f60520baa47798fa414e4e5c86c9838942943346f11cea35f0294fc5a1ab441f4
16301620
languageName: node
16311621
linkType: hard
16321622

@@ -1647,16 +1637,6 @@ __metadata:
16471637
languageName: node
16481638
linkType: hard
16491639

1650-
"@nativescript/hook@npm:~3.0.4":
1651-
version: 3.0.4
1652-
resolution: "@nativescript/hook@npm:3.0.4"
1653-
dependencies:
1654-
glob: "npm:^11.0.0"
1655-
mkdirp: "npm:^3.0.1"
1656-
checksum: 10/593619f03f8a9400ac5b59e99f09eac44ea767017cd3e86902eb44522127ece04f56e5d6ceb643bef987d82f5d5f32eee7d2612f66d1dacd1d1ed5b2fa9e967d
1657-
languageName: node
1658-
linkType: hard
1659-
16601640
"@nativescript/imagepicker@npm:5.0.0":
16611641
version: 5.0.0
16621642
resolution: "@nativescript/imagepicker@npm:5.0.0"
@@ -5157,7 +5137,7 @@ __metadata:
51575137
languageName: node
51585138
linkType: hard
51595139

5160-
"css-tree@npm:^3.0.1, css-tree@npm:^3.1.0":
5140+
"css-tree@npm:^3.0.1":
51615141
version: 3.1.0
51625142
resolution: "css-tree@npm:3.1.0"
51635143
dependencies:
@@ -5191,13 +5171,6 @@ __metadata:
51915171
languageName: node
51925172
linkType: hard
51935173

5194-
"css-what@npm:^7.0.0":
5195-
version: 7.0.0
5196-
resolution: "css-what@npm:7.0.0"
5197-
checksum: 10/253c3013f8aee74b60d7d5c60bc62f3151a32f59ec6a9cc74527bb514d3aa746466f81fc10d57d85c58ee777d6e82eced7c5733a2181a884458dfc134518afab
5198-
languageName: node
5199-
linkType: hard
5200-
52015174
"css@npm:^3.0.0":
52025175
version: 3.0.0
52035176
resolution: "css@npm:3.0.0"
@@ -6615,7 +6588,7 @@ __metadata:
66156588
languageName: node
66166589
linkType: hard
66176590

6618-
"foreground-child@npm:^3.1.0, foreground-child@npm:^3.3.1":
6591+
"foreground-child@npm:^3.1.0":
66196592
version: 3.3.1
66206593
resolution: "foreground-child@npm:3.3.1"
66216594
dependencies:
@@ -6899,22 +6872,6 @@ __metadata:
68996872
languageName: node
69006873
linkType: hard
69016874

6902-
"glob@npm:^11.0.0":
6903-
version: 11.0.3
6904-
resolution: "glob@npm:11.0.3"
6905-
dependencies:
6906-
foreground-child: "npm:^3.3.1"
6907-
jackspeak: "npm:^4.1.1"
6908-
minimatch: "npm:^10.0.3"
6909-
minipass: "npm:^7.1.2"
6910-
package-json-from-dist: "npm:^1.0.0"
6911-
path-scurry: "npm:^2.0.0"
6912-
bin:
6913-
glob: dist/esm/bin.mjs
6914-
checksum: 10/2ae536c1360c0266b523b2bfa6aadc10144a8b7e08869b088e37ac3c27cd30774f82e4bfb291cde796776e878f9e13200c7ff44010eb7054e00f46f649397893
6915-
languageName: node
6916-
linkType: hard
6917-
69186875
"glob@npm:^6.0.1":
69196876
version: 6.0.4
69206877
resolution: "glob@npm:6.0.4"
@@ -7833,15 +7790,6 @@ __metadata:
78337790
languageName: node
78347791
linkType: hard
78357792

7836-
"jackspeak@npm:^4.1.1":
7837-
version: 4.1.1
7838-
resolution: "jackspeak@npm:4.1.1"
7839-
dependencies:
7840-
"@isaacs/cliui": "npm:^8.0.2"
7841-
checksum: 10/ffceb270ec286841f48413bfb4a50b188662dfd599378ce142b6540f3f0a66821dc9dcb1e9ebc55c6c3b24dc2226c96e5819ba9bd7a241bd29031b61911718c7
7842-
languageName: node
7843-
linkType: hard
7844-
78457793
"javascript-stringify@npm:^2.0.1":
78467794
version: 2.1.0
78477795
resolution: "javascript-stringify@npm:2.1.0"
@@ -8257,13 +8205,6 @@ __metadata:
82578205
languageName: node
82588206
linkType: hard
82598207

8260-
"lru-cache@npm:^11.0.0":
8261-
version: 11.2.2
8262-
resolution: "lru-cache@npm:11.2.2"
8263-
checksum: 10/fa7919fbf068a739f79a1ad461eb273514da7246cebb9dca68e3cd7ba19e3839e7e2aaecd9b72867e08038561eeb96941189e89b3d4091c75ced4f56c71c80db
8264-
languageName: node
8265-
linkType: hard
8266-
82678208
"lru-cache@npm:^4.0.1":
82688209
version: 4.1.5
82698210
resolution: "lru-cache@npm:4.1.5"
@@ -8571,15 +8512,6 @@ __metadata:
85718512
languageName: node
85728513
linkType: hard
85738514

8574-
"minimatch@npm:^10.0.3":
8575-
version: 10.0.3
8576-
resolution: "minimatch@npm:10.0.3"
8577-
dependencies:
8578-
"@isaacs/brace-expansion": "npm:^5.0.0"
8579-
checksum: 10/d5b8b2538b367f2cfd4aeef27539fddeee58d1efb692102b848e4a968a09780a302c530eb5aacfa8c57f7299155fb4b4e85219ad82664dcef5c66f657111d9b8
8580-
languageName: node
8581-
linkType: hard
8582-
85838515
"minimatch@npm:^8.0.2":
85848516
version: 8.0.4
85858517
resolution: "minimatch@npm:8.0.4"
@@ -8708,15 +8640,6 @@ __metadata:
87088640
languageName: node
87098641
linkType: hard
87108642

8711-
"mkdirp@npm:^3.0.1":
8712-
version: 3.0.1
8713-
resolution: "mkdirp@npm:3.0.1"
8714-
bin:
8715-
mkdirp: dist/cjs/src/bin.js
8716-
checksum: 10/16fd79c28645759505914561e249b9a1f5fe3362279ad95487a4501e4467abeb714fd35b95307326b8fd03f3c7719065ef11a6f97b7285d7888306d1bd2232ba
8717-
languageName: node
8718-
linkType: hard
8719-
87208643
"mri@npm:^1.1.0":
87218644
version: 1.2.0
87228645
resolution: "mri@npm:1.2.0"
@@ -9340,16 +9263,6 @@ __metadata:
93409263
languageName: node
93419264
linkType: hard
93429265

9343-
"path-scurry@npm:^2.0.0":
9344-
version: 2.0.0
9345-
resolution: "path-scurry@npm:2.0.0"
9346-
dependencies:
9347-
lru-cache: "npm:^11.0.0"
9348-
minipass: "npm:^7.1.2"
9349-
checksum: 10/285ae0c2d6c34ae91dc1d5378ede21981c9a2f6de1ea9ca5a88b5a270ce9763b83dbadc7a324d512211d8d36b0c540427d3d0817030849d97a60fa840a2c59ec
9350-
languageName: node
9351-
linkType: hard
9352-
93539266
"path-to-regexp@npm:0.1.12":
93549267
version: 0.1.12
93559268
resolution: "path-to-regexp@npm:0.1.12"
@@ -10610,7 +10523,7 @@ __metadata:
1061010523
"@nativescript-community/svelte-native": "npm:1.0.30"
1061110524
"@nativescript-community/systemui": "npm:1.1.24"
1061210525
"@nativescript-community/text": "npm:1.6.17"
10613-
"@nativescript-community/ui-cameraview": "npm:0.6.0"
10526+
"@nativescript-community/ui-cameraview": "npm:0.6.1"
1061410527
"@nativescript-community/ui-canvas": "npm:4.6.43"
1061510528
"@nativescript-community/ui-canvaslabel": "npm:1.2.46"
1061610529
"@nativescript-community/ui-checkbox": "npm:2.0.16"
@@ -10640,7 +10553,7 @@ __metadata:
1064010553
"@nativescript-community/ui-webview": "npm:1.6.0"
1064110554
"@nativescript-community/ui-zoomimage": "npm:4.6.2"
1064210555
"@nativescript/biometrics": "npm:1.3.1"
10643-
"@nativescript/core": "npm:9.0.0-alpha.20"
10556+
"@nativescript/core": "npm:8.9.9"
1064410557
"@nativescript/datetimepicker": "npm:^3.0.0"
1064510558
"@nativescript/imagepicker": "npm:5.0.0"
1064610559
buffer: "npm:^6.0.3"
@@ -11171,10 +11084,10 @@ __metadata:
1117111084
languageName: node
1117211085
linkType: hard
1117311086

11174-
"source-map@npm:0.7.6, source-map@npm:^0.7.0, source-map@npm:^0.7.3, source-map@npm:^0.7.4":
11175-
version: 0.7.6
11176-
resolution: "source-map@npm:0.7.6"
11177-
checksum: 10/c8d2da7c57c14f3fd7568f764b39ad49bbf9dd7632b86df3542b31fed117d4af2fb74a4f886fc06baf7a510fee68e37998efc3080aacdac951c36211dc29a7a3
11087+
"source-map@npm:0.6.1, source-map@npm:^0.6.0, source-map@npm:^0.6.1, source-map@npm:~0.6.0, source-map@npm:~0.6.1":
11088+
version: 0.6.1
11089+
resolution: "source-map@npm:0.6.1"
11090+
checksum: 10/59ef7462f1c29d502b3057e822cdbdae0b0e565302c4dd1a95e11e793d8d9d62006cdc10e0fd99163ca33ff2071360cf50ee13f90440806e7ed57d81cba2f7ff
1117811091
languageName: node
1117911092
linkType: hard
1118011093

@@ -11185,10 +11098,10 @@ __metadata:
1118511098
languageName: node
1118611099
linkType: hard
1118711100

11188-
"source-map@npm:^0.6.0, source-map@npm:^0.6.1, source-map@npm:~0.6.0, source-map@npm:~0.6.1":
11189-
version: 0.6.1
11190-
resolution: "source-map@npm:0.6.1"
11191-
checksum: 10/59ef7462f1c29d502b3057e822cdbdae0b0e565302c4dd1a95e11e793d8d9d62006cdc10e0fd99163ca33ff2071360cf50ee13f90440806e7ed57d81cba2f7ff
11101+
"source-map@npm:^0.7.0, source-map@npm:^0.7.3, source-map@npm:^0.7.4":
11102+
version: 0.7.6
11103+
resolution: "source-map@npm:0.7.6"
11104+
checksum: 10/c8d2da7c57c14f3fd7568f764b39ad49bbf9dd7632b86df3542b31fed117d4af2fb74a4f886fc06baf7a510fee68e37998efc3080aacdac951c36211dc29a7a3
1119211105
languageName: node
1119311106
linkType: hard
1119411107

0 commit comments

Comments
 (0)