@react-native-windows/codegen 0.0.0-canary.51 → 0.0.0-canary.52
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/CHANGELOG.md +13 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
|
1
1
|
# Change Log - @react-native-windows/codegen
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 25 Feb 2023 06:12:31 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0.0-canary.
|
|
7
|
+
## 0.0.0-canary.52
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Sat, 25 Feb 2023 06:12:31 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers (4123478+tido64@users.noreply.github.com)
|
|
14
|
+
- Bump @react-native-windows/fs to v0.0.0-canary.15
|
|
14
15
|
|
|
16
|
+
## 0.0.0-canary.51
|
|
17
|
+
|
|
18
|
+
Wed, 22 Feb 2023 06:14:08 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- Fix code to handle newer version of @react-native/codegen (30809111+acoates-ms@users.noreply.github.com)
|
|
23
|
+
|
|
15
24
|
## 0.0.0-canary.50
|
|
16
25
|
|
|
17
26
|
Fri, 10 Feb 2023 06:15:30 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-windows/codegen",
|
|
3
|
-
"version": "0.0.0-canary.
|
|
3
|
+
"version": "0.0.0-canary.52",
|
|
4
4
|
"description": "Generators for react-native-codegen targeting react-native-windows",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -22,9 +22,7 @@
|
|
|
22
22
|
"react-native-windows-codegen": "./bin.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-native-windows/fs": "^0.0.0-canary.
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
27
|
-
"@typescript-eslint/parser": "^5.30.5",
|
|
25
|
+
"@react-native-windows/fs": "^0.0.0-canary.15",
|
|
28
26
|
"chalk": "^4.1.0",
|
|
29
27
|
"globby": "^11.0.4",
|
|
30
28
|
"mustache": "^4.0.1",
|
|
@@ -40,6 +38,8 @@
|
|
|
40
38
|
"@types/jest": "^29.2.2",
|
|
41
39
|
"@types/node": "^14.14.22",
|
|
42
40
|
"@types/yargs": "16.0.0",
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
42
|
+
"@typescript-eslint/parser": "^5.30.5",
|
|
43
43
|
"babel-jest": "^29.3.0",
|
|
44
44
|
"eslint": "^8.19.0",
|
|
45
45
|
"jest": "^29.2.1",
|