Skip to content

Commit

Permalink
Merge pull request #233 from KenEucker/develop
Browse files Browse the repository at this point in the history
fix(common/data): adds the radius to the region of the game data
  • Loading branch information
KenEucker authored Jan 28, 2025
2 parents cfb76af + 4ac55f1 commit 2cde7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biketag",
"version": "3.3.3",
"version": "3.3.6",
"description": "The Javascript client API for BikeTag Games",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/common/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const gameDataReferenceFields = ['region', 'settings']
export const gameDataArrayFields = ['ambassadors', 'tags', 'settings']
export const gameDataCustomFields = {
settings: '[]->{key,value}',
region: 'name,description,zipcode',
region: 'name,description,zipcode,radius',
}

export const gameDataFields = Object.keys(createGameObject())
Expand Down

0 comments on commit 2cde7dc

Please sign in to comment.