json2jsii
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -6,3 +6,3 @@ { | ||
"type": "git", | ||
"url": "https://github.com/aws/json2jsii.git" | ||
"url": "https://github.com/cdklabs/json2jsii" | ||
}, | ||
@@ -39,15 +39,15 @@ "scripts": { | ||
"@types/json-schema": "^7.0.15", | ||
"@types/node": "^16", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^6", | ||
"@typescript-eslint/parser": "^6", | ||
"cdklabs-projen-project-types": "^0.1.182", | ||
"cdklabs-projen-project-types": "^0.1.197", | ||
"constructs": "^10.0.0", | ||
"eslint": "^8", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"jest": "^27", | ||
"jest-junit": "^15", | ||
"jsii-srcmak": "^0.1.990", | ||
"jsii-srcmak": "^0.1.1146", | ||
"prettier": "^2.8.8", | ||
"projen": "^0.77.5", | ||
"projen": "^0.82.4", | ||
"standard-version": "^9", | ||
@@ -63,12 +63,13 @@ "ts-jest": "^27", | ||
}, | ||
"engines": { | ||
"node": ">= 16.14.0" | ||
}, | ||
"main": "lib/index.js", | ||
"license": "Apache-2.0", | ||
"version": "0.4.3", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "0.4.4", | ||
"jest": { | ||
"coverageProvider": "v8", | ||
"testMatch": [ | ||
"<rootDir>/src/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/(test|src)/**/*(*.)@(spec|test).ts?(x)" | ||
"<rootDir>/@(test|src)/**/*(*.)@(spec|test).ts?(x)" | ||
], | ||
@@ -75,0 +76,0 @@ "clearMocks": true, |
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
136885
15
980