aws-iam-data
Advanced tools
Comparing version 0.0.22 to 0.0.23
{ | ||
"name": "aws-iam-data", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.", | ||
@@ -13,2 +13,3 @@ "main": "./src/index.js", | ||
"create-tables": "scripts/create_tables.sh", | ||
"create-reports": "scripts/create_reports.sh", | ||
"export-data": "scripts/export_data.sh" | ||
@@ -15,0 +16,0 @@ }, |
const iamData = require('../data/json/iam.json'); | ||
const metadata = require('../data/json/metadata.json'); | ||
const changelog = require('../data/json/changelog.json'); | ||
const reports = require('../data/json/reports.json'); | ||
@@ -9,2 +10,3 @@ module.exports = { | ||
changelog, | ||
reports, | ||
} |
11624841
9
27270