isaacscript 4.1.0 → 4.2.0

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.
@@ -39,12 +39,10 @@ jobs:
39
39
  #discord:
40
40
  # name: Discord Failure Notification
41
41
  # needs: [build, lint]
42
- # if: always() # This is needed to always run this job, even if the other jobs fail.
42
+ # if: failure()
43
43
  # runs-on: ubuntu-latest
44
44
  # steps:
45
- # - uses: technote-space/workflow-conclusion-action@v3
46
- # - if: env.WORKFLOW_CONCLUSION != 'success' && env.WORKFLOW_CONCLUSION != 'cancelled'
47
- # uses: sarisia/actions-status-discord@v1
45
+ # - uses: sarisia/actions-status-discord@v1
48
46
  # with:
49
47
  # webhook: ${{ secrets.DISCORD_WEBHOOK }}
50
48
  # status: ${{ env.WORKFLOW_CONCLUSION }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",