Skip to content

Commit e87570e

Browse files
committed
chore(core): add versioning scripts for core
1 parent e4915ea commit e87570e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

packages/core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flow-scanner/lightning-flow-scanner-core",
33
"description": "A lightweight engine for Flow metadata in Node.js, and browser environments. Assess and enhance Salesforce Flow automations for best practices, security, governor limits, and performance issues.",
4-
"version": "6.6.1",
4+
"version": "6.6.2",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
77
"exports": {
@@ -30,7 +30,10 @@
3030
"____pack____": "PACKAGING COMMANDS__",
3131
"swc:sim:pack": "npm run build",
3232
"vite:dist": "npm run build:js && vite build && npm run copy:root-files:dist",
33-
"stryker": "npm i -g @stryker-mutator/core @stryker-mutator/jest-runner && stryker run"
33+
"stryker": "npm i -g @stryker-mutator/core @stryker-mutator/jest-runner && stryker run",
34+
"version:patch": "npm version patch",
35+
"version:minor": "npm version minor",
36+
"version:major": "npm version major"
3437
},
3538
"license": "MIT",
3639
"repository": {
@@ -85,4 +88,4 @@
8588
"security-scanner",
8689
"static-analysis"
8790
]
88-
}
91+
}

0 commit comments

Comments
 (0)