Skip to content

Commit

Permalink
chore: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adenvt committed Oct 8, 2024
1 parent 6381ad7 commit e41b129
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": "@privyid/pong",
"version": "0.7.0",
"version": "0.7.1",
"packageManager": "[email protected]",
"description": "Service discovery, Log & Trace module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/plugins/nuapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default defineNuxtPlugin({
/**
* Add Browser's screen size
*/
if (!config.headers['X-Browser-Screen'] && process.client)
if (!config.headers['X-Browser-Screen'] && import.meta.client)
config.headers['X-Browser-Screen'] = `${window.screen.width}x${window.screen.height}`

/**
Expand Down

0 comments on commit e41b129

Please sign in to comment.