@react-native-windows/codegen 0.0.0-canary.24 → 0.0.0-canary.25

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,30 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Tue, 08 Feb 2022 18:20:51 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 09 Feb 2022 06:07:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.24
7
+ ## 0.0.0-canary.25
8
8
 
9
- Tue, 08 Feb 2022 18:20:51 GMT
9
+ Wed, 09 Feb 2022 06:07:15 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Fix TurboModule codegen document (53799235+ZihanChen-MSFT@users.noreply.github.com)
13
+ - Bump minimum Node version to 14 (jthysell@microsoft.com)
14
+ - Bump @react-native-windows/fs to v1.0.2
15
+ - Bump @rnw-scripts/eslint-config to v1.1.11
16
+ - Bump @rnw-scripts/jest-unittest-config to v1.2.6
17
+ - Bump @rnw-scripts/just-task to v2.2.3
18
+ - Bump @rnw-scripts/ts-config to v2.0.2
14
19
 
20
+ ## 0.0.0-canary.24
21
+
22
+ Tue, 08 Feb 2022 18:21:23 GMT
23
+
24
+ ### Changes
25
+
26
+ - Fix TurboModule codegen document (53799235+ZihanChen-MSFT@users.noreply.github.com)
27
+
15
28
  ## 0.0.0-canary.23
16
29
 
17
30
  Sat, 29 Jan 2022 06:08:58 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.24",
3
+ "version": "0.0.0-canary.25",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/microsoft/react-native-windows",
@@ -18,7 +18,7 @@
18
18
  "react-native-windows-codegen": "./bin.js"
19
19
  },
20
20
  "dependencies": {
21
- "@react-native-windows/fs": "^1.0.1",
21
+ "@react-native-windows/fs": "^1.0.2",
22
22
  "chalk": "^4.1.0",
23
23
  "globby": "^9.2.0",
24
24
  "mustache": "^4.0.1",
@@ -27,10 +27,10 @@
27
27
  "yargs": "^16.2.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@rnw-scripts/eslint-config": "1.1.10",
31
- "@rnw-scripts/jest-unittest-config": "1.2.5",
32
- "@rnw-scripts/just-task": "2.2.2",
33
- "@rnw-scripts/ts-config": "2.0.1",
30
+ "@rnw-scripts/eslint-config": "1.1.11",
31
+ "@rnw-scripts/jest-unittest-config": "1.2.6",
32
+ "@rnw-scripts/just-task": "2.2.3",
33
+ "@rnw-scripts/ts-config": "2.0.2",
34
34
  "@types/chalk": "^2.2.0",
35
35
  "@types/globby": "^9.1.0",
36
36
  "@types/jest": "^26.0.20",
@@ -60,6 +60,6 @@
60
60
  },
61
61
  "promoteRelease": true,
62
62
  "engines": {
63
- "node": ">= 12.0.0"
63
+ "node": ">= 14"
64
64
  }
65
65
  }