Skip to content

Commit

Permalink
update builds, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimavdeev committed Feb 27, 2017
1 parent 37cf6cc commit aa99e24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions dist/virgil-sdk.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -15819,10 +15819,6 @@ return /******/ (function(modules) { // webpackBootstrap

utils.assert(utils.isObject(ownerKey), 'createGlobal expects ownerKey argument to be passed as ' + 'a VirgilKey object. Got ' + (typeof ownerKey === 'undefined' ? 'undefined' : (0, _typeof3.default)(ownerKey)));

if (identityType) {
utils.assert(IdentityType.APPLICATION !== identityType, 'creating global cards with "application" identity type ' + 'is not supported.');
}

var params = {
identity: identity,
identity_type: identityType || IdentityType.EMAIL,
Expand Down
4 changes: 2 additions & 2 deletions dist/virgil-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virgil-sdk",
"version": "4.1.0",
"version": "4.1.1",
"description": "Virgil Security Services SDK",
"contributors": [
"Eugene Baranov <ebaranov.dev@gmail.com> (https://github.com/ebaranov/)",
Expand Down

0 comments on commit aa99e24

Please sign in to comment.