node-osc 6.1.13 → 6.1.14

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.
@@ -28,8 +28,6 @@ jobs:
28
28
  runs-on: ubuntu-latest
29
29
  needs: publish
30
30
  steps:
31
- - name: Checkout code
32
- uses: actions/checkout@v2
33
31
  - name: Create Release Notes
34
32
  uses: actions/github-script@v4.0.2
35
33
  with:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "node-osc",
3
3
  "description": "pyOSC inspired library for sending and receiving OSC messages",
4
- "version": "6.1.13",
4
+ "version": "6.1.14",
5
5
  "exports": {
6
6
  "require": "./dist/lib/index.js",
7
7
  "default": "./lib/index.mjs"