@diffpal/diffpal-win32-x64 0.1.6 → 0.1.8

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.
package/README.md CHANGED
@@ -121,9 +121,9 @@ jobs:
121
121
  env:
122
122
  OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
123
123
 
124
- - uses: diffpal/diffpal@v0.1.5
124
+ - uses: diffpal/diffpal@v0.1.7
125
125
  with:
126
- diffpal-version: 0.1.5
126
+ diffpal-version: 0.1.7
127
127
  base: ${{ github.event.pull_request.base.sha }}
128
128
  head: ${{ github.event.pull_request.head.sha }}
129
129
  profile: ci
package/bin/diffpal.exe CHANGED
Binary file
package/package.json CHANGED
@@ -16,5 +16,5 @@
16
16
  "os": [
17
17
  "win32"
18
18
  ],
19
- "version": "0.1.6"
19
+ "version": "0.1.8"
20
20
  }