Skip to content

Commit 9b55610

Browse files
committed
Update version to 1.43.4 and add 'txt.map' to ignored packing extensions
1 parent 5d1466d commit 9b55610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "1.43.3",
3+
"version": "1.43.4",
44
"description": "command line tool for react-native-update (remote updates for react native)",
55
"main": "index.js",
66
"bin": {

src/bundle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ async function uploadSourcemapForSentry(
477477
}
478478

479479
const ignorePackingFileNames = ['.', '..', 'index.bundlejs.map'];
480-
const ignorePackingExtensions = ['DS_Store'];
480+
const ignorePackingExtensions = ['DS_Store','txt.map'];
481481
async function pack(dir: string, output: string) {
482482
console.log('Packing');
483483
fs.ensureDirSync(path.dirname(output));

0 commit comments

Comments
 (0)