svf-lib 1.0.2293 → 1.0.2294

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.
@@ -33,7 +33,7 @@ jobs:
33
33
  - name: Check for changes in SVF-linux-x86_64/Release-build
34
34
  id: changes
35
35
  run: |
36
- git fetch origin master --depth=2
36
+ git fetch origin master --depth=3
37
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2293",
3
+ "version": "1.0.2294",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {