@ovotech/ts-compose
Advanced tools
Comparing version 0.19.2 to 0.20.0
@@ -140,3 +140,3 @@ "use strict"; | ||
Import: ({ named, allAs, defaultAs, module, }) => typescript_1.default.factory.createImportDeclaration(undefined, undefined, typescript_1.default.factory.createImportClause(false, defaultAs ? exports.Node.Identifier(defaultAs) : undefined, named | ||
? typescript_1.default.factory.createNamedImports(named.map((item) => typescript_1.default.factory.createImportSpecifier(item.as ? exports.Node.Identifier(item.name) : undefined, item.as ? exports.Node.Identifier(item.as) : exports.Node.Identifier(item.name)))) | ||
? typescript_1.default.factory.createNamedImports(named.map((item) => typescript_1.default.factory.createImportSpecifier(false, item.as ? exports.Node.Identifier(item.name) : undefined, item.as ? exports.Node.Identifier(item.as) : exports.Node.Identifier(item.name)))) | ||
: allAs | ||
@@ -143,0 +143,0 @@ ? typescript_1.default.factory.createNamespaceImport(exports.Node.Identifier(allAs)) |
{ | ||
"name": "@ovotech/ts-compose", | ||
"description": "A ts compiler api wrapper", | ||
"version": "0.19.2", | ||
"version": "0.20.0", | ||
"main": "dist/index.js", | ||
@@ -9,2 +9,3 @@ "types": "dist/index.d.ts", | ||
"repository": "git@github.com:ovotech/laminar.git", | ||
"homepage": "https://github.com/ovotech/laminar/tree/main/packages/ts-compose", | ||
"license": "Apache-2.0", | ||
@@ -17,12 +18,12 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^14.17.15", | ||
"@typescript-eslint/eslint-plugin": "^4.31.1", | ||
"@typescript-eslint/parser": "^4.31.1", | ||
"eslint": "^7.32.0", | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^14.18.9", | ||
"@typescript-eslint/eslint-plugin": "^5.10.1", | ||
"@typescript-eslint/parser": "^5.10.1", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.0.6", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^27.0.5" | ||
"jest": "^27.4.7", | ||
"prettier": "^2.5.1", | ||
"ts-jest": "^27.1.3" | ||
}, | ||
@@ -33,4 +34,4 @@ "jest": { | ||
"dependencies": { | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.5.5" | ||
} | ||
} |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
60944
Updatedtypescript@^4.5.5