Skip to content

Commit

Permalink
Bumped the version to release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mitchell committed Aug 21, 2018
1 parent 29f136d commit e592f42
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _Note: This SDK is supported on Node JS, AWS Lambda, React Native, and modern br

Simply copy this line into your HTML:
```html
<script src="https://unpkg.com/truevault@1.0.2/build/index-web.js"></script>
<script src="https://unpkg.com/truevault@1.2.1/build/index-web.js"></script>
```

## Install using yarn / npm
Expand Down
50 changes: 25 additions & 25 deletions build/index-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4630,28 +4630,28 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
/* 127 */
/***/ (function(module, exports) {

module.exports = function(module) {
if(!module.webpackPolyfill) {
module.deprecate = function() {};
module.paths = [];
// module.parent = undefined by default
if(!module.children) module.children = [];
Object.defineProperty(module, "loaded", {
enumerable: true,
get: function() {
return module.l;
}
});
Object.defineProperty(module, "id", {
enumerable: true,
get: function() {
return module.i;
}
});
module.webpackPolyfill = 1;
}
return module;
};
module.exports = function(module) {
if(!module.webpackPolyfill) {
module.deprecate = function() {};
module.paths = [];
// module.parent = undefined by default
if(!module.children) module.children = [];
Object.defineProperty(module, "loaded", {
enumerable: true,
get: function() {
return module.l;
}
});
Object.defineProperty(module, "id", {
enumerable: true,
get: function() {
return module.i;
}
});
module.webpackPolyfill = 1;
}
return module;
};


/***/ }),
Expand Down Expand Up @@ -6752,11 +6752,11 @@ var TrueVaultClient = function () {


if (typeof schemaId === 'string') {
body.schemaId = schemaId;
body.schema_id = schemaId;
}

if (typeof ownerId === 'string') {
body.ownerId = ownerId;
body.owner_id = ownerId;
}
_context45.next = 5;
return this.performJSONRequest('v2/vaults/' + vaultId + '/documents', {
Expand Down Expand Up @@ -27187,7 +27187,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
module.exports = {
"name": "truevault",
"description": "The official TrueVault JavaScript SDK",
"version": "1.2.0",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/truevault/truevault-js-sdk"
Expand Down
10 changes: 5 additions & 5 deletions build/index-web.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,7 +1,7 @@
{
"name": "truevault",
"description": "The official TrueVault JavaScript SDK",
"version": "1.2.0",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/truevault/truevault-js-sdk"
Expand Down

0 comments on commit e592f42

Please sign in to comment.