Skip to content

Commit

Permalink
NEW (Release): @W-15806455@ Updating versions to 0.1.2 so that client…
Browse files Browse the repository at this point in the history
… work can get latest code (#17)
  • Loading branch information
stephen-carter-at-sf authored May 28, 2024
1 parent 5c8458b commit 1bd64b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/code-analyzer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/code-analyzer-core",
"description": "Core Package for the Salesforce Code Analyzer",
"version": "0.1.1",
"version": "0.1.2",
"author": "The Salesforce Code Analyzer Team",
"license": "BSD-3-Clause license",
"homepage": "https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/overview",
Expand All @@ -13,7 +13,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@salesforce/code-analyzer-engine-api": "0.1.1",
"@salesforce/code-analyzer-engine-api": "0.1.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.0.0",
"js-yaml": "^4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/code-analyzer-core/test/stubs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ export class ThrowingPlugin1 extends engApi.EnginePluginV1 {
}

/**
* ThrowingPlugin2 - A plugin that throws an exception during a call to createEngine
*/
* ThrowingPlugin2 - A plugin that throws an exception during a call to createEngine
*/
export class ThrowingPlugin2 extends engApi.EnginePluginV1 {
getAvailableEngineNames(): string[] {
return ['someEngine'];
Expand Down
2 changes: 1 addition & 1 deletion packages/code-analyzer-engine-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/code-analyzer-engine-api",
"description": "Engine Api Package for the Salesforce Code Analyzer",
"version": "0.1.1",
"version": "0.1.2",
"author": "The Salesforce Code Analyzer Team",
"license": "BSD-3-Clause license",
"homepage": "https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/overview",
Expand Down

0 comments on commit 1bd64b0

Please sign in to comment.