svf-lib 1.0.2292 → 1.0.2293

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ jobs:
34
34
  id: changes
35
35
  run: |
36
36
  git fetch origin master --depth=2
37
- CHANGED=$(git diff --name-only HEAD^ HEAD | grep '^SVF-linux-x86_64/Release-build/' || true)
37
+ CHANGED=$(git diff --name-only HEAD~2 HEAD~1 | grep '^SVF-linux-x86_64/Release-build/' || true)
38
38
  echo "Changed files: $CHANGED"
39
39
  if [ -z "$CHANGED" ]; then
40
40
  echo "should_trigger=false" >> $GITHUB_OUTPUT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2292",
3
+ "version": "1.0.2293",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {