Skip to content

Commit cff096d

Browse files
committed
v6.2.4
1 parent 19b956f commit cff096d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

asyngular-client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Asyngular JavaScript client v6.2.2
2+
* Asyngular JavaScript client v6.2.4
33
*/
44
(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.asyngularClient = 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){
55
(function (global){
@@ -8048,7 +8048,7 @@ module.exports = WritableConsumableStream;
80488048
},{"./consumer":30,"consumable-stream":12}],"asyngular-client":[function(require,module,exports){
80498049
const AGClientSocket = require('./lib/clientsocket');
80508050
const factory = require('./lib/factory');
8051-
const version = '6.2.0';
8051+
const version = '6.2.4';
80528052

80538053
module.exports.factory = factory;
80548054
module.exports.AGClientSocket = AGClientSocket;

asyngular-client.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const AGClientSocket = require('./lib/clientsocket');
22
const factory = require('./lib/factory');
3-
const version = '6.2.0';
3+
const version = '6.2.4';
44

55
module.exports.factory = factory;
66
module.exports.AGClientSocket = AGClientSocket;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "asyngular-client",
33
"description": "Asyngular JavaScript client",
4-
"version": "6.2.3",
4+
"version": "6.2.4",
55
"homepage": "https://asyngular.io/",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)