prettier-plugin-apex
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -203,3 +203,3 @@ /* eslint no-param-reassign: 0 */ | ||
// This will be bumped automatically when we run the release script for new versions | ||
const version = "2.1.0"; | ||
const version = "2.1.1"; | ||
const filename = `apex-ast-serializer-${version}-${platform}-${arch}${platform === "win32" ? ".exe" : ""}`; | ||
@@ -206,0 +206,0 @@ const serializerBin = getSerializerBinDirectory(); |
{ | ||
"name": "prettier-plugin-apex", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Salesforce Apex plugin for Prettier", | ||
@@ -46,3 +46,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@tsconfig/node18": "18.2.2", | ||
"@tsconfig/node18": "18.2.4", | ||
"@types/jest": "29.5.12", | ||
@@ -55,5 +55,5 @@ "@types/node": "18.16.9", | ||
"ts-jest": "29.1.2", | ||
"tsx": "4.7.1", | ||
"typescript": "5.3.3", | ||
"undici": "6.6.2" | ||
"tsx": "4.7.2", | ||
"typescript": "5.4.5", | ||
"undici": "6.13.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
24494647