Skip to content

Commit

Permalink
built v1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biwillia committed Apr 23, 2018
1 parent 307906a commit e458d8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/flexio.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Flex.io Javascript SDK v1.24.0 (https://github.com/flexiodata/flexio-sdk-js)
* Flex.io Javascript SDK v1.24.1 (https://github.com/flexiodata/flexio-sdk-js)
* (c) 2018 Gold Prairie LLC
*/
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -311,7 +311,7 @@ var Flexio = {
this.pipes = __webpack_require__(30).getPipesObject(this);
this.util = __webpack_require__(1).getUtilObject(this);
this._http = null;
this.version = this.util.isNodeJs() ? __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"../package.json\""); e.code = 'MODULE_NOT_FOUND'; throw e; }())).version : "1.24.0";
this.version = this.util.isNodeJs() ? __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"../package.json\""); e.code = 'MODULE_NOT_FOUND'; throw e; }())).version : "1.24.1";

var getPipeConstructor = __webpack_require__(31).getPipeConstructor;
this.pipe = getPipeConstructor(this);
Expand Down
Loading

0 comments on commit e458d8d

Please sign in to comment.