Skip to content

Commit

Permalink
3.35.1
Browse files Browse the repository at this point in the history
* FIX: extra comma on node v8 engine (#790)
  • Loading branch information
nunomaduro committed Oct 8, 2019
1 parent 3ae7243 commit 11409ef
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.35.1
>2019-10-08
* FIX: extra comma on node v8 engine (#790)

## 3.35.0
>2019-09-26
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "algoliasearch",
"version": "3.35.0",
"version": "3.35.1",
"homepage": "https://github.com/algolia/algoliasearch-client-js",
"authors": [
"Algolia Team <support@algolia.com>"
Expand Down
4 changes: 2 additions & 2 deletions dist/algoliasearch.angular.js
@@ -1,4 +1,4 @@
/*! algoliasearch 3.35.0 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
/*! algoliasearch 3.35.1 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
(function(f){var g;if(typeof window!=='undefined'){g=window}else if(typeof self!=='undefined'){g=self}g.ALGOLIA_MIGRATION_LAYER=f()})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

module.exports = function load (src, opts, cb) {
Expand Down Expand Up @@ -7393,6 +7393,6 @@ function cleanup() {
},{"1":1}],38:[function(require,module,exports){
'use strict';

module.exports = '3.35.0';
module.exports = '3.35.1';

},{}]},{},[21]);
4 changes: 2 additions & 2 deletions dist/algoliasearch.angular.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/algoliasearch.jquery.js
@@ -1,4 +1,4 @@
/*! algoliasearch 3.35.0 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
/*! algoliasearch 3.35.1 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
(function(f){var g;if(typeof window!=='undefined'){g=window}else if(typeof self!=='undefined'){g=self}g.ALGOLIA_MIGRATION_LAYER=f()})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

module.exports = function load (src, opts, cb) {
Expand Down Expand Up @@ -7339,6 +7339,6 @@ function cleanup() {
},{"1":1}],38:[function(require,module,exports){
'use strict';

module.exports = '3.35.0';
module.exports = '3.35.1';

},{}]},{},[21]);
4 changes: 2 additions & 2 deletions dist/algoliasearch.jquery.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/algoliasearch.js
@@ -1,4 +1,4 @@
/*! algoliasearch 3.35.0 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
/*! algoliasearch 3.35.1 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
(function(f){var g;if(typeof window!=='undefined'){g=window}else if(typeof self!=='undefined'){g=self}g.ALGOLIA_MIGRATION_LAYER=f()})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

module.exports = function load (src, opts, cb) {
Expand Down Expand Up @@ -7184,7 +7184,7 @@ function cleanup() {
},{"1":1}],37:[function(require,module,exports){
'use strict';

module.exports = '3.35.0';
module.exports = '3.35.1';

},{}]},{},[21])(21)
});
4 changes: 2 additions & 2 deletions dist/algoliasearch.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/algoliasearchLite.js
@@ -1,4 +1,4 @@
/*! algoliasearch 3.35.0 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
/*! algoliasearch 3.35.1 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */
(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.algoliasearch = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
(function (process){
/**
Expand Down Expand Up @@ -4447,7 +4447,7 @@ function cleanup() {
},{"1":1}],32:[function(require,module,exports){
'use strict';

module.exports = '3.35.0';
module.exports = '3.35.1';

},{}]},{},[17])(17)
});
4 changes: 2 additions & 2 deletions dist/algoliasearchLite.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "algoliasearch",
"version": "3.35.0",
"version": "3.35.1",
"description": "AlgoliaSearch API JavaScript client",
"main": "index.js",
"jsdelivr": "./dist/algoliasearch.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
@@ -1,3 +1,3 @@
'use strict';

module.exports = '3.35.0';
module.exports = '3.35.1';

0 comments on commit 11409ef

Please sign in to comment.