Skip to content

Commit

Permalink
Merge pull request #5 from overleaf/bg-remove-builder-export
Browse files Browse the repository at this point in the history
remove export of builder.js
  • Loading branch information
briangough authored Oct 27, 2022
2 parents 1c23824 + ad47a97 commit 805a73d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.17-overleaf-5 / 2022-10-26
==============================

* Overleaf: remove export of builder.js.

0.9.17-overleaf-4 / 2022-10-21
==============================

Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Socket.IO.js build:0.9.17-overleaf-4, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */
/*! Socket.IO.js build:0.9.17-overleaf-5, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */

var io = ('undefined' === typeof module ? {} : module.exports);
(function() {
Expand All @@ -25,7 +25,7 @@ var io = ('undefined' === typeof module ? {} : module.exports);
* @api public
*/

io.version = '0.9.17-overleaf-4';
io.version = '0.9.17-overleaf-5';

/**
* Protocol implemented.
Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/io.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @api public
*/

io.version = '0.9.17-overleaf-4';
io.version = '0.9.17-overleaf-5';

/**
* Protocol implemented.
Expand Down Expand Up @@ -153,7 +153,7 @@
* @api private
*/

io.builder = require('../bin/builder');
io.builder = null;

}
// end node
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socket.io-client",
"description": "Socket.IO client for the browser and node.js",
"version": "0.9.17-overleaf-4",
"version": "0.9.17-overleaf-5",
"main": "./lib/io.js",
"browserify": "./dist/socket.io.js",
"homepage": "http://socket.io",
Expand Down

0 comments on commit 805a73d

Please sign in to comment.