Skip to content

Commit

Permalink
Updates to latest deps. Bumps version to 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Jan 24, 2020
1 parent d05dac3 commit a1a3c3e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dist/osc-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */

/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
Expand Down Expand Up @@ -1320,7 +1320,7 @@ var osc = osc || {};
}));
;
/*!
* EventEmitter v5.2.6 - git.io/ee
* EventEmitter v5.2.9 - git.io/ee
* Unlicense - http://unlicense.org/
* Oliver Caldwell - https://oli.me.uk/
* @preserve
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-browser.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */


var osc = osc || {};
Expand Down
4 changes: 2 additions & 2 deletions dist/osc-chromeapp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */

/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
Expand Down Expand Up @@ -1320,7 +1320,7 @@ var osc = osc || {};
}));
;
/*!
* EventEmitter v5.2.6 - git.io/ee
* EventEmitter v5.2.9 - git.io/ee
* Unlicense - http://unlicense.org/
* Oliver Caldwell - https://oli.me.uk/
* @preserve
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-chromeapp.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */


var osc = osc || {};
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */

(function (root, factory) {
if (typeof exports === "object") {
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-module.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */


!function(i, a) {
Expand Down
2 changes: 1 addition & 1 deletion dist/osc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */

/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
Expand Down
2 changes: 1 addition & 1 deletion dist/osc.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.3.2, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.0, Copyright 2020 Colin Clark | github.com/colinbdclark/osc.js */


var osc = osc || {};
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "osc",
"main": "src/platforms/osc-node.js",
"version": "2.3.2",
"version": "2.4.0",
"description": "A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser.",
"author": "Colin Clark",
"homepage": "https://github.com/colinbdclark/osc.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"grunt-replace": "1.0.1",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"infusion": "3.0.0-dev.20190328T144119Z.ec44dbfab",
"infusion": "3.0.0-dev.20190905T163833Z.b024bff87",
"jquery": "3.4.1",
"node-jqunit": "1.1.8",
"requirejs": "2.3.6",
Expand All @@ -39,11 +39,11 @@
"dependencies": {
"long": "4.0.0",
"slip": "1.0.2",
"wolfy87-eventemitter": "5.2.6",
"ws": "7.0.0"
"wolfy87-eventemitter": "5.2.9",
"ws": "7.2.1"
},
"optionalDependencies": {
"serialport": "7.1.5"
"serialport": "8.0.6"
},
"scripts": {
"test": "npm run node-test && grunt && npm run browser-test",
Expand Down

0 comments on commit a1a3c3e

Please sign in to comment.