Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Apr 6, 2024
1 parent 0883468 commit e779dcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -19,7 +19,7 @@
/* istanbul ignore next */
if (JZZ.synth.Fluid) return;

var _version = '1.0.6';
var _version = '1.0.7';

function _esc(s) { return s.replace(/\\/g, "\\\\").replace(/\$/g, "\\$").replace(/'/g, "\\'").replace(/"/g, "\\\"").replace(/ /g, "\\ "); }
function Synth(port, args) {
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jzz-synth-fluid",
"version": "1.0.6",
"version": "1.0.7",
"description": "A JZZ wrapper for FluidSynth",
"main": "index.js",
"scripts": {
Expand All @@ -15,11 +15,11 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.7.8"
"jzz": "^1.8.1"
},
"devDependencies": {
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"eslint": "^9.0.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0"
},
"repository": {
Expand Down

0 comments on commit e779dcb

Please sign in to comment.