Skip to content

Commit

Permalink
v16.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Feb 7, 2020
1 parent bf6c306 commit 32f4ebd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const AGClientSocket = require('./lib/clientsocket');
const factory = require('./lib/factory');
const version = '15.1.0';
const version = '16.0.1';

module.exports.factory = factory;
module.exports.AGClientSocket = AGClientSocket;
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": "socketcluster-client",
"description": "SocketCluster JavaScript client",
"version": "16.0.0",
"version": "16.0.1",
"homepage": "https://socketcluster.io/",
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions socketcluster-client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* SocketCluster JavaScript client v16.0.0
* SocketCluster JavaScript client v16.0.1
*/
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.socketClusterClient = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
(function (global){
Expand Down Expand Up @@ -6632,7 +6632,7 @@ module.exports = WritableConsumableStream;
},{"./consumer":34,"consumable-stream":13}],"socketcluster-client":[function(require,module,exports){
const AGClientSocket = require('./lib/clientsocket');
const factory = require('./lib/factory');
const version = '15.1.0';
const version = '16.0.1';

module.exports.factory = factory;
module.exports.AGClientSocket = AGClientSocket;
Expand Down
4 changes: 2 additions & 2 deletions socketcluster-client.min.js

Large diffs are not rendered by default.

0 comments on commit 32f4ebd

Please sign in to comment.