diff --git a/angular-cookies.js b/angular-cookies.js index 6cc152d0..b1886e4e 100644 --- a/angular-cookies.js +++ b/angular-cookies.js @@ -1,5 +1,5 @@ /** - * @license AngularJS v1.8.1 + * @license AngularJS v1.8.2 * (c) 2010-2020 Google LLC. http://angularjs.org * License: MIT */ @@ -17,7 +17,7 @@ angular.module('ngCookies', ['ng']). - info({ angularVersion: '1.8.1' }). + info({ angularVersion: '1.8.2' }). /** * @ngdoc provider * @name $cookiesProvider diff --git a/angular-cookies.min.js b/angular-cookies.min.js index 21062b9e..1f0b5122 100644 --- a/angular-cookies.min.js +++ b/angular-cookies.min.js @@ -1,9 +1,9 @@ /* - AngularJS v1.8.1 + AngularJS v1.8.2 (c) 2010-2020 Google LLC. http://angularjs.org License: MIT */ (function(n,e){'use strict';function m(d,k,l){var a=l.baseHref(),h=d[0];return function(f,b,c){var d,g;c=c||{};g=c.expires;d=e.isDefined(c.path)?c.path:a;e.isUndefined(b)&&(g="Thu, 01 Jan 1970 00:00:00 GMT",b="");e.isString(g)&&(g=new Date(g));b=encodeURIComponent(f)+"="+encodeURIComponent(b);b=b+(d?";path="+d:"")+(c.domain?";domain="+c.domain:"");b+=g?";expires="+g.toUTCString():"";b+=c.secure?";secure":"";b+=c.samesite?";samesite="+c.samesite:"";c=b.length+1;4096 4096 bytes)!");h.cookie=b}}e.module("ngCookies",["ng"]).info({angularVersion:"1.8.1"}).provider("$cookies",[function(){var d=this.defaults={};this.$get=["$$cookieReader","$$cookieWriter",function(k,l){return{get:function(a){return k()[a]},getObject:function(a){return(a=this.get(a))?e.fromJson(a):a},getAll:function(){return k()},put:function(a,h,f){l(a,h,f?e.extend({},d,f):d)},putObject:function(a,d,f){this.put(a,e.toJson(d),f)},remove:function(a,h){l(a,void 0,h?e.extend({},d,h):d)}}}]}]);m.$inject= +c+" > 4096 bytes)!");h.cookie=b}}e.module("ngCookies",["ng"]).info({angularVersion:"1.8.2"}).provider("$cookies",[function(){var d=this.defaults={};this.$get=["$$cookieReader","$$cookieWriter",function(k,l){return{get:function(a){return k()[a]},getObject:function(a){return(a=this.get(a))?e.fromJson(a):a},getAll:function(){return k()},put:function(a,h,f){l(a,h,f?e.extend({},d,f):d)},putObject:function(a,d,f){this.put(a,e.toJson(d),f)},remove:function(a,h){l(a,void 0,h?e.extend({},d,h):d)}}}]}]);m.$inject= ["$document","$log","$browser"];e.module("ngCookies").provider("$$cookieWriter",function(){this.$get=m})})(window,window.angular); //# sourceMappingURL=angular-cookies.min.js.map diff --git a/bower.json b/bower.json index eb04cb0e..05dfce19 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,10 @@ { "name": "angular-cookies", - "version": "1.8.1", + "version": "1.8.2", "license": "MIT", "main": "./angular-cookies.js", "ignore": [], "dependencies": { - "angular": "1.8.1" + "angular": "1.8.2" } } diff --git a/package.json b/package.json index 649103e0..829e1356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-cookies", - "version": "1.8.1", + "version": "1.8.2", "description": "AngularJS module for cookies", "main": "index.js", "scripts": {