Skip to content

Commit 0747801

Browse files
committed
build: 3.3.3 tagged
1 parent 0c10b75 commit 0747801

File tree

4 files changed

+31
-28
lines changed

4 files changed

+31
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# v3.3.3 (April 16, 2025)
4+
* [#82](https://github.com/sourcetoad/react-native-fs2/pull/82) - Move to `try-with-resources` to close streams.
5+
36
# v3.3.2 (November 15, 2024)
47
* Fix peering for greater than RN74
58

example/yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@
280280
"@babel/types" "^7.22.5"
281281

282282
"@babel/helpers@^7.22.6":
283-
version "7.26.10"
284-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
285-
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
283+
version "7.27.0"
284+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
285+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
286286
dependencies:
287-
"@babel/template" "^7.26.9"
288-
"@babel/types" "^7.26.10"
287+
"@babel/template" "^7.27.0"
288+
"@babel/types" "^7.27.0"
289289

290290
"@babel/highlight@^7.22.13":
291291
version "7.22.20"
@@ -301,12 +301,12 @@
301301
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz"
302302
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
303303

304-
"@babel/parser@^7.26.9":
305-
version "7.26.10"
306-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
307-
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
304+
"@babel/parser@^7.27.0":
305+
version "7.27.0"
306+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
307+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
308308
dependencies:
309-
"@babel/types" "^7.26.10"
309+
"@babel/types" "^7.27.0"
310310

311311
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
312312
version "7.22.5"
@@ -1158,9 +1158,9 @@
11581158
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
11591159

11601160
"@babel/runtime@^7.0.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4":
1161-
version "7.26.10"
1162-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
1163-
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
1161+
version "7.27.0"
1162+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz"
1163+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
11641164
dependencies:
11651165
regenerator-runtime "^0.14.0"
11661166

@@ -1173,14 +1173,14 @@
11731173
"@babel/parser" "^7.22.15"
11741174
"@babel/types" "^7.22.15"
11751175

1176-
"@babel/template@^7.26.9":
1177-
version "7.26.9"
1178-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1179-
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1176+
"@babel/template@^7.27.0":
1177+
version "7.27.0"
1178+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1179+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
11801180
dependencies:
11811181
"@babel/code-frame" "^7.26.2"
1182-
"@babel/parser" "^7.26.9"
1183-
"@babel/types" "^7.26.9"
1182+
"@babel/parser" "^7.27.0"
1183+
"@babel/types" "^7.27.0"
11841184

11851185
"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.8", "@babel/traverse@^7.7.4":
11861186
version "7.23.2"
@@ -1207,10 +1207,10 @@
12071207
"@babel/helper-validator-identifier" "^7.22.20"
12081208
to-fast-properties "^2.0.0"
12091209

1210-
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1211-
version "7.26.10"
1212-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1213-
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1210+
"@babel/types@^7.27.0":
1211+
version "7.27.0"
1212+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1213+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
12141214
dependencies:
12151215
"@babel/helper-string-parser" "^7.25.9"
12161216
"@babel/helper-validator-identifier" "^7.25.9"
@@ -5452,7 +5452,7 @@ react-native-blob-jsi-helper@^0.3.1:
54525452
integrity sha512-/stY23PFePcJMwQsnnySLC4aNWiJnje0i/9tQFK6JCFOE8QclgWvCvUITS5Im0SO8mR3VzDLwAhbppWBjYWpLA==
54535453

54545454
"react-native-fs2@file:..":
5455-
version "3.3.2"
5455+
version "3.3.3"
54565456
dependencies:
54575457
base-64 "^1.0.0"
54585458
utf8 "^3.0.0"
@@ -5587,7 +5587,7 @@ regenerator-runtime@^0.13.2:
55875587

55885588
regenerator-runtime@^0.14.0:
55895589
version "0.14.1"
5590-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
5590+
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz"
55915591
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
55925592

55935593
regenerator-transform@^0.15.1:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs2",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Native filesystem access for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)