expo-module-scripts 5.0.8-canary-20251013-623c5a6 → 5.0.8-canary-20251023-4c86f95
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-module-scripts",
|
|
3
|
-
"version": "5.0.8-canary-
|
|
3
|
+
"version": "5.0.8-canary-20251023-4c86f95",
|
|
4
4
|
"description": "A private package for various tasks for Expo module packages like compiling and testing",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@tsconfig/node18": "^18.2.2",
|
|
36
36
|
"@types/jest": "^29.2.1",
|
|
37
37
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
38
|
-
"babel-preset-expo": "54.0.
|
|
38
|
+
"babel-preset-expo": "54.0.7-canary-20251023-4c86f95",
|
|
39
39
|
"commander": "^12.1.0",
|
|
40
|
-
"eslint-config-universe": "15.0.4-canary-
|
|
40
|
+
"eslint-config-universe": "15.0.4-canary-20251023-4c86f95",
|
|
41
41
|
"glob": "^10.4.2",
|
|
42
|
-
"jest-expo": "55.0.0-canary-
|
|
42
|
+
"jest-expo": "55.0.0-canary-20251023-4c86f95",
|
|
43
43
|
"jest-snapshot-prettier": "npm:prettier@^2",
|
|
44
44
|
"jest-watch-typeahead": "2.2.1",
|
|
45
45
|
"resolve-workspace-root": "^2.0.0",
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
/// <reference types="@expo/metro/metro-babel-transformer" />
|
|
5
5
|
/// <reference types="@expo/metro/metro-source-map" />
|
|
6
6
|
|
|
7
|
-
import * as __metroDeltaBundlerTypes from '@expo/metro/metro/DeltaBundler/types
|
|
8
|
-
declare module '@expo/metro/metro/DeltaBundler/types
|
|
7
|
+
import * as __metroDeltaBundlerTypes from '@expo/metro/metro/DeltaBundler/types';
|
|
8
|
+
declare module '@expo/metro/metro/DeltaBundler/types' {
|
|
9
9
|
const enum _AsyncDependencyType {
|
|
10
10
|
/** @privateRemarks Augmentation adds `asyncType: 'worker'` to possible values for worker chunk splitting */
|
|
11
11
|
worker = 'worker'
|
|
@@ -46,4 +46,3 @@ declare module '@expo/metro/metro-source-map/source-map' {
|
|
|
46
46
|
/** @privateRemarks Augmented to switch argument type to `BabelSourceMapSegment` */
|
|
47
47
|
export function toSegmentTuple(mapping: BabelSourceMapSegment): MetroSourceMapSegmentTuple;
|
|
48
48
|
}
|
|
49
|
-
|