react-native-windows-init 1.3.13 → 1.3.15
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/lib-commonjs/Cli.d.ts
CHANGED
|
@@ -77,4 +77,4 @@ export declare const windowsInitOptions: {
|
|
|
77
77
|
};
|
|
78
78
|
};
|
|
79
79
|
export declare function reactNativeWindowsInit(args?: string[]): Promise<void>;
|
|
80
|
-
export
|
|
80
|
+
export type WindowsInitOptions = yargs.InferredOptionTypes<typeof windowsInitOptions>;
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* @format
|
|
6
6
|
*/
|
|
7
7
|
import type { generateWindows, GenerateOptions } from '@react-native-windows/cli';
|
|
8
|
-
export
|
|
9
|
-
export
|
|
8
|
+
export type GenerateWindows = typeof generateWindows;
|
|
9
|
+
export type GenerateWindows62 = (projectDir: string, name: string, ns: string, options: GenerateOptions) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-windows-init",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.15",
|
|
4
4
|
"description": "CLI to add react-native-windows to an existing react-native project",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"react-native-windows-init": "./bin.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-native-windows/fs": "^0.0.0-canary.
|
|
26
|
-
"@react-native-windows/telemetry": "^0.0.0-canary.
|
|
25
|
+
"@react-native-windows/fs": "^0.0.0-canary.14",
|
|
26
|
+
"@react-native-windows/telemetry": "^0.0.0-canary.62",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
28
28
|
"@typescript-eslint/parser": "^5.30.5",
|
|
29
29
|
"chalk": "^4.1.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"yargs": "^16.2.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@react-native-windows/cli": "0.0.0-canary.
|
|
40
|
+
"@react-native-windows/cli": "0.0.0-canary.162",
|
|
41
41
|
"@rnw-scripts/eslint-config": "1.1.15",
|
|
42
42
|
"@rnw-scripts/jest-unittest-config": "1.5.0",
|
|
43
43
|
"@rnw-scripts/just-task": "2.3.5",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"eslint": "^8.19.0",
|
|
55
55
|
"jest": "^29.2.1",
|
|
56
56
|
"prettier": "^2.4.1",
|
|
57
|
-
"typescript": "^4.
|
|
57
|
+
"typescript": "^4.9.5"
|
|
58
58
|
},
|
|
59
59
|
"files": [
|
|
60
60
|
"bin.js",
|