@awboost/cfntypes
Advanced tools
Comparing version 1.0.0-beta.41 to 1.0.0-beta.47
{ | ||
"name": "@awboost/cfntypes", | ||
"version": "1.0.0-beta.41", | ||
"version": "1.0.0-beta.47", | ||
"private": false, | ||
@@ -19,7 +19,23 @@ "publishConfig": { | ||
"license": "MIT", | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": "./lib/index.js" | ||
"./definitions": { | ||
"types": "./lib/definitions.d.ts", | ||
"default": "./lib/definitions.js" | ||
}, | ||
"./policies": { | ||
"types": "./lib/policies.d.ts", | ||
"default": "./lib/policies.js" | ||
}, | ||
"./resources": { | ||
"types": "./lib/resources.generated.d.ts", | ||
"default": "./lib/resources.generated.js" | ||
}, | ||
"./template": { | ||
"types": "./lib/templattemplatee.d.ts", | ||
"default": "./lib/definitions.js" | ||
}, | ||
"./util": { | ||
"types": "./lib/util.d.ts", | ||
"default": "./lib/util.js" | ||
} | ||
}, | ||
@@ -33,33 +49,5 @@ "files": [ | ||
"scripts": { | ||
"build": "npm run check && npm run clean && npm run lint && npm run generate && npm run compile", | ||
"check": "tsc", | ||
"clean": "rm -rf lib/ src/*.generated.ts", | ||
"compile": "npm run index && npm run compile:esm && npm run compile:cjs", | ||
"compile:cjs": "tsc -p tsconfig.cjs.json", | ||
"compile:esm": "tsc -p tsconfig.lib.json", | ||
"generate": "node --loader=ts-node/esm generate/index.ts src/types.generated.ts", | ||
"index": "node makeIndex.js src/", | ||
"lint": "eslint generate/ src/ --ext=ts", | ||
"postversion": "git push --follow-tags", | ||
"watch": "tsc -w" | ||
"lint": "eslint src/ --ext=ts" | ||
}, | ||
"devDependencies": { | ||
"@awboost/cfnspec": "^0.3.6", | ||
"@swc/core": "^1.3.35", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^16.11.7", | ||
"@types/semver": "^7.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"@typescript-eslint/parser": "^5.54.0", | ||
"debug": "^4.1.1", | ||
"eslint": "^8.15.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"prettier": "2.6.2", | ||
"semver": "^7.3.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"awsResourceSpecificationVersion": "139.0.0" | ||
"awsResourceSpecificationVersion": "140.0.0" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
0
3937118
11
94307
2
0
1