Comparing version 2.1.1 to 2.1.2
@@ -16,5 +16,5 @@ import * as path from "path"; | ||
const analysis = await analyze({ directory }); | ||
expect(analysis.filenames).toMatchObject([ | ||
path.resolve(directory, "main.js"), | ||
]); | ||
expect( | ||
analysis.filenames.map((f) => path.resolve(directory, f)) | ||
).toMatchObject([path.resolve(directory, "main.js")]); | ||
}); | ||
@@ -21,0 +21,0 @@ |
@@ -0,1 +1,5 @@ | ||
# v2.1.2 | ||
- Adds missing TypeScript types | ||
# v2.1.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "jsx-info", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "displays a report of JSX component and prop usage", | ||
"main": "dist/src/api.js", | ||
"types": "dist/src/api.d.ts", | ||
"bin": "dist/src/jsx-info.js", | ||
@@ -7,0 +8,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "jsx-info", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "displays a report of JSX component and prop usage", | ||
"main": "dist/src/api.js", | ||
"types": "dist/src/api.d.ts", | ||
"bin": "dist/src/jsx-info.js", | ||
@@ -7,0 +8,0 @@ "scripts": { |
@@ -13,3 +13,3 @@ { | ||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ | ||
// "declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"declaration": true /* Generates corresponding '.d.ts' file. */, | ||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
@@ -16,0 +16,0 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */ |
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
101657
41
2033