@staratlas/player-profile
Advanced tools
Comparing version 0.7.1 to 0.7.2
export type PlayerProfile = { | ||
version: '0.3.0'; | ||
version: '0.4.0'; | ||
name: 'player_profile'; | ||
@@ -4,0 +4,0 @@ instructions: [ |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.IDL = { | ||
version: '0.3.0', | ||
version: '0.4.0', | ||
name: 'player_profile', | ||
@@ -8,0 +8,0 @@ instructions: [ |
{ | ||
"name": "@staratlas/player-profile", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "> TODO: description", | ||
@@ -25,3 +25,3 @@ "author": "Brett Etter <brett.etter@staratlas.com>", | ||
}, | ||
"gitHead": "4fc4738e2ca307b75db84dc3aaa9878e4cb0f3b7" | ||
"gitHead": "da561f12e928af3e286a54751b93ceec1111f94c" | ||
} |
@@ -15,2 +15,3 @@ import { AnchorProvider, BN, Program, Wallet } from '@project-serum/anchor'; | ||
import { | ||
MemberStatus, | ||
PLAYER_PROFILE_IDL, | ||
@@ -23,12 +24,10 @@ PermissionType, | ||
ProfilePermissions, | ||
ProfileRoleMembership, | ||
RoleAccount, | ||
playerNameDataEquals, | ||
profileDataEquals, | ||
profileKeyEquals, | ||
roleAccountEquals, | ||
roleMembershipEquals, | ||
} from '../src'; | ||
import { | ||
MemberStatus, | ||
ProfileRoleMembership, | ||
roleMembershipEquals, | ||
} from '../src/profileRoleMembership'; | ||
import { RoleAccount, roleAccountEquals } from '../src/role'; | ||
@@ -35,0 +34,0 @@ export type CreateProfileKeysInput = { |
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
301828
5952