@awboost/cfntypes
Advanced tools
Comparing version 0.54.0 to 1.0.0-beta.2
{ | ||
"name": "@awboost/cfntypes", | ||
"version": "0.54.0", | ||
"version": "1.0.0-beta.2", | ||
"private": false, | ||
@@ -19,3 +19,3 @@ "publishConfig": { | ||
"license": "MIT", | ||
"main": "./lib/cjs/index.js", | ||
"main": "./lib/index-cjs.js", | ||
"module": "./lib/index.js", | ||
@@ -30,12 +30,8 @@ "types": "lib/index.d.ts", | ||
"lib/**/*.map", | ||
"!lib/**/*.test.*", | ||
"src/**/*.ts", | ||
"!src/**/*.test.ts" | ||
"!lib/**/*.test.*" | ||
], | ||
"scripts": { | ||
"build": "npm run clean && npm run lint && npm run generate && npm run compile && npm run compile:cjs", | ||
"build": "npm run check && npm run clean && npm run lint && npm run generate", | ||
"check": "tsc", | ||
"clean": "rm -rf lib/", | ||
"compile:cjs": "tsc -p tsconfig.lib.cjs.json", | ||
"compile": "tsc -p tsconfig.lib.json", | ||
"generate": "node --loader=ts-node/esm generate/index.ts", | ||
@@ -47,9 +43,9 @@ "lint": "eslint generate/ --ext=ts,tsx", | ||
"devDependencies": { | ||
"@awboost/cfnspec": "^0.3.3", | ||
"@swc/core": "^1.2.123", | ||
"@awboost/cfnspec": "^0.3.6", | ||
"@swc/core": "^1.3.35", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^13.9.2", | ||
"@types/node": "^16.11.7", | ||
"@types/semver": "^7.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.24.0", | ||
"@typescript-eslint/parser": "^5.24.0", | ||
"@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"@typescript-eslint/parser": "^5.54.0", | ||
"debug": "^4.1.1", | ||
@@ -62,6 +58,6 @@ "eslint": "^8.15.0", | ||
"semver": "^7.3.2", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.4" | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"awsResourceSpecificationVersion": "99.0.0" | ||
"awsResourceSpecificationVersion": "114.0.0" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2692778
63814