Skip to content

Commit

Permalink
chore(package): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvanbladel committed May 31, 2016
1 parent 861cc87 commit d7b9fa2
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/system/aurelia-auth.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['./auth-service', './authorize-step', './auth-fetch-config', './base-config', './auth-filter'], function (_export, _context) {
"use strict";

var AuthService, AuthorizeStep, FetchConfig, BaseConfig, AuthFilterValueConverter;
return {
setters: [function (_authService) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/auth-fetch-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['aurelia-dependency-injection', 'aurelia-fetch-client', 'isomorphic-fetch', './authentication'], function (_export, _context) {
"use strict";

var inject, HttpClient, Authentication, _dec, _class, FetchConfig;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/auth-filter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"use strict";

System.register([], function (_export, _context) {
"use strict";

var AuthFilterValueConverter;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/auth-service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['aurelia-dependency-injection', 'aurelia-fetch-client', 'aurelia-event-aggregator', 'isomorphic-fetch', './authentication', './base-config', './oAuth1', './oAuth2', './auth-utilities'], function (_export, _context) {
"use strict";

var inject, HttpClient, json, EventAggregator, Authentication, BaseConfig, OAuth1, OAuth2, status, joinUrl, _typeof, _dec, _class, AuthService;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/auth-utilities.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register([], function (_export, _context) {
"use strict";

var _typeof, slice;

function setHashKey(obj, h) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/authentication.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['aurelia-dependency-injection', './base-config', './storage', './auth-utilities'], function (_export, _context) {
"use strict";

var inject, BaseConfig, Storage, joinUrl, isObject, isString, _createClass, _dec, _class, Authentication;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/authorize-step.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['aurelia-dependency-injection', 'aurelia-router', './authentication'], function (_export, _context) {
"use strict";

var inject, Redirect, Authentication, _dec, _class, AuthorizeStep;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/base-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['./auth-utilities'], function (_export, _context) {
"use strict";

var merge, _createClass, BaseConfig;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/oAuth1.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['aurelia-dependency-injection', './auth-utilities', './storage', './popup', './base-config', 'aurelia-fetch-client', 'isomorphic-fetch'], function (_export, _context) {
"use strict";

var inject, extend, forEach, joinUrl, status, Storage, Popup, BaseConfig, HttpClient, json, _dec, _class, OAuth1;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/oAuth2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['aurelia-dependency-injection', './auth-utilities', './storage', './popup', './base-config', './authentication', 'aurelia-fetch-client', 'isomorphic-fetch'], function (_export, _context) {
"use strict";

var inject, extend, forEach, isFunction, isString, joinUrl, camelCase, status, Storage, Popup, BaseConfig, Authentication, HttpClient, json, _dec, _class, OAuth2;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/popup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['./auth-utilities', './base-config', 'aurelia-dependency-injection'], function (_export, _context) {
"use strict";

var parseQueryString, extend, forEach, BaseConfig, inject, _dec, _class, Popup;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 2 additions & 0 deletions dist/system/storage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

System.register(['aurelia-dependency-injection', './base-config'], function (_export, _context) {
"use strict";

var inject, BaseConfig, _dec, _class, Storage;

function _classCallCheck(instance, Constructor) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-auth",
"version": "2.2.0",
"version": "2.2.1",
"description": "Plugin for security token service, social media authentication and local authentication together with other authentication utilities",
"keywords": [
"aurelia",
Expand Down

0 comments on commit d7b9fa2

Please sign in to comment.