ac-fhir-models
Advanced tools
Comparing version 7.13.0-rc.1 to 7.13.0-rc.2
@@ -5,8 +5,3 @@ { | ||
"resolveJsonModule": true, | ||
"strict": false, | ||
"declaration": true, // Generate .d.ts files | ||
"noEmit": false, | ||
"emitDeclarationOnly": true, // Only emit .d.ts files, no .js files | ||
"module": "commonjs", // Match the module system you're using | ||
"target": "es2018" // Adjust based on your target environment | ||
"strict": false | ||
}, | ||
@@ -13,0 +8,0 @@ "exclude": ["node_modules", "**/node_modules/*", "dist", "index.js"], |
{ | ||
"name": "ac-fhir-models", | ||
"version": "7.13.0-rc.1", | ||
"version": "7.13.0-rc.2", | ||
"author": "Henrik Joreteg <henrik@anesthesiacharting.com>", | ||
@@ -38,10 +38,9 @@ "dependencies": { | ||
"ci": "npm run static && npm test", | ||
"clean:dts": "rm *.d.ts && find src -name '*.d.ts' -type f -delete", | ||
"format": "prettier --write .", | ||
"lint": "eslint ./src .", | ||
"prepublishOnly": "npm run ci && npm run build && npm run tsc", | ||
"prepublishOnly": "npm run ci && npm run build", | ||
"static": "fixpack && npm run format && npm run lint && npm run tsc", | ||
"test": "tape -r esm -r ./test-helpers.js src/**/*.spec.js | tap-spec", | ||
"tsc": "npm run clean:dts && tsc -p jsconfig.json" | ||
"tsc": "tsc -p jsconfig.json" | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
215226
7381
2