eslint-plugin-cdk
Advanced tools
Comparing version 0.5.9 to 0.6.0
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "eslint-plugin-cdk", | ||
"description": "ESLint rules for aws cdk", | ||
"version": "0.5.9", | ||
"version": "0.6.0", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@typescript-eslint/experimental-utils": "^3.9.1", | ||
"@typescript-eslint/experimental-utils": "^3.10.1", | ||
"read-pkg-up": "^7.0.1" | ||
@@ -33,9 +33,9 @@ }, | ||
"@types/jest": "^26.0.10", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"jest": "^26.4.1", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"jest": "^26.4.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.2.0", | ||
"typescript": "^3.9.7" | ||
"ts-jest": "^26.3.0", | ||
"typescript": "^4.0.2" | ||
}, | ||
"gitHead": "e4192374ca170fea852f382de5d9740db279ad2f" | ||
"gitHead": "8d34fcc3d9099f08d6887df1a0f1b493e2af4997" | ||
} |
74319