@bloks/wallet
Advanced tools
Comparing version 3.3.22 to 3.3.23
{ | ||
"name": "@bloks/wallet", | ||
"version": "3.3.22", | ||
"version": "3.3.23", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "35585becf862bcbe888e12440685d4d85f97adda" | ||
"gitHead": "a4fc3b5a9765b44f622ade215a07a0071d94aad9" | ||
} |
@@ -217,2 +217,4 @@ import { constants } from '@bloks/constants' | ||
console.log(actions) | ||
return Provider.transact(actions) | ||
@@ -219,0 +221,0 @@ } |
@@ -20,2 +20,5 @@ import { callbacks } from './callbacks' | ||
// Remove all observers | ||
actions = JSON.parse(JSON.stringify(actions)) | ||
// Get User | ||
@@ -22,0 +25,0 @@ const { |
@@ -14,6 +14,6 @@ import store from 'store' | ||
static authorization () { | ||
getAuthorization () { | ||
return [{ | ||
actor: state.user.actor, | ||
permission: state.user.permission | ||
actor: this.user.actor, | ||
permission: this.user.permission | ||
}] | ||
@@ -20,0 +20,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15004
631