@react-native-windows/codegen
Advanced tools
Comparing version 0.0.0-canary.6 to 0.0.0-canary.7
@@ -5,3 +5,44 @@ { | ||
{ | ||
"date": "Fri, 21 May 2021 05:14:43 GMT", | ||
"date": "Thu, 03 Jun 2021 05:07:27 GMT", | ||
"tag": "@react-native-windows/codegen_v0.0.0-canary.7", | ||
"version": "0.0.0-canary.7", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Enable esModuleInterop Repo Wide", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "6c871e6ba27888804c776e5deeefbc7064e181d0", | ||
"package": "@react-native-windows/codegen" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"comment": "Bump @rnw-scripts/just-task to v2.1.2", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e", | ||
"package": "@react-native-windows/codegen" | ||
}, | ||
{ | ||
"comment": "Bump @rnw-scripts/ts-config to v2.0.0", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "6c871e6ba27888804c776e5deeefbc7064e181d0", | ||
"package": "@react-native-windows/codegen" | ||
}, | ||
{ | ||
"comment": "Bump @rnw-scripts/eslint-config to v1.1.7", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e", | ||
"package": "@react-native-windows/codegen" | ||
}, | ||
{ | ||
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.2", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e", | ||
"package": "@react-native-windows/codegen" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 21 May 2021 05:17:18 GMT", | ||
"tag": "@react-native-windows/codegen_v0.0.0-canary.6", | ||
@@ -8,0 +49,0 @@ "version": "0.0.0-canary.6", |
# Change Log - @react-native-windows/codegen | ||
This log was last generated on Fri, 21 May 2021 05:14:43 GMT and should not be manually modified. | ||
This log was last generated on Thu, 03 Jun 2021 05:07:27 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.0.0-canary.7 | ||
Thu, 03 Jun 2021 05:07:27 GMT | ||
### Patches | ||
- Bump @rnw-scripts/just-task to v2.1.2 (ngerlem@microsoft.com) | ||
- Bump @rnw-scripts/ts-config to v2.0.0 (ngerlem@microsoft.com) | ||
- Bump @rnw-scripts/eslint-config to v1.1.7 (ngerlem@microsoft.com) | ||
- Bump @rnw-scripts/jest-unittest-config to v1.2.2 (ngerlem@microsoft.com) | ||
### Changes | ||
- Enable esModuleInterop Repo Wide (ngerlem@microsoft.com) | ||
## 0.0.0-canary.6 | ||
Fri, 21 May 2021 05:14:43 GMT | ||
Fri, 21 May 2021 05:17:18 GMT | ||
@@ -11,0 +26,0 @@ ### Patches |
{ | ||
"name": "@react-native-windows/codegen", | ||
"version": "0.0.0-canary.6", | ||
"version": "0.0.0-canary.7", | ||
"description": "Generators for react-native-codegen targeting react-native-windows", | ||
@@ -29,6 +29,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@rnw-scripts/eslint-config": "1.1.6", | ||
"@rnw-scripts/jest-unittest-config": "1.2.1", | ||
"@rnw-scripts/just-task": "2.1.1", | ||
"@rnw-scripts/ts-config": "1.1.0", | ||
"@rnw-scripts/eslint-config": "1.1.7", | ||
"@rnw-scripts/jest-unittest-config": "1.2.2", | ||
"@rnw-scripts/just-task": "2.1.2", | ||
"@rnw-scripts/ts-config": "2.0.0", | ||
"@types/chalk": "^2.2.0", | ||
@@ -35,0 +35,0 @@ "@types/globby": "^9.1.0", |
@@ -8,6 +8,6 @@ /** | ||
import * as yargs from 'yargs'; | ||
import * as path from 'path'; | ||
import * as fs from 'fs'; | ||
import * as globby from 'globby'; | ||
import yargs from 'yargs'; | ||
import path from 'path'; | ||
import fs from 'fs'; | ||
import globby from 'globby'; | ||
import {createNM2Generator} from './generators/GenerateNM2'; | ||
@@ -17,3 +17,3 @@ // @ts-ignore | ||
// @ts-ignore | ||
import * as schemaValidator from 'react-native-tscodegen/lib/rncodegen/src/schemaValidator'; | ||
import schemaValidator from 'react-native-tscodegen/lib/rncodegen/src/schemaValidator'; | ||
@@ -20,0 +20,0 @@ const argv = yargs.options({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42160
1102