@expo/repack-app 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/ios/build-tools.js
CHANGED
|
@@ -2,7 +2,7 @@ import spawnAsync from '@expo/turtle-spawn';
|
|
|
2
2
|
import assert from 'node:assert';
|
|
3
3
|
import fs from 'node:fs/promises';
|
|
4
4
|
import path from 'node:path';
|
|
5
|
-
import { directoryExistsAsync } from '../utils';
|
|
5
|
+
import { directoryExistsAsync } from '../utils.js';
|
|
6
6
|
/**
|
|
7
7
|
* Unzip the IPA file.
|
|
8
8
|
*/
|
package/build/ios/resources.d.ts
CHANGED
package/build/ios/resources.js
CHANGED
|
@@ -2,7 +2,7 @@ import plist from '@expo/plist';
|
|
|
2
2
|
import spawnAsync from '@expo/turtle-spawn';
|
|
3
3
|
import assert from 'node:assert';
|
|
4
4
|
import fs from 'node:fs/promises';
|
|
5
|
-
import { requireNotNull } from '../utils';
|
|
5
|
+
import { requireNotNull } from '../utils.js';
|
|
6
6
|
/**
|
|
7
7
|
* Update the Info.plist file.
|
|
8
8
|
*/
|