Skip to content

Commit

Permalink
revert the ip address change
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghengwang committed Oct 31, 2024
1 parent 897d30a commit f0b76dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moesif-cloudflare",
"version": "2.0.0",
"version": "2.0.2",
"description": "Moesif API analytics and monetization integration for Cloudflare workers",
"main": "src/index.mjs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion esm/src/batcher.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Batcher {
const moesifHeaders = {
Accept: 'application/json; charset=utf-8',
'X-Moesif-Application-Id': appId,
'User-Agent': 'moesif-cloudflare/2.0.0',
'User-Agent': 'moesif-cloudflare/2.0.2',
'X-Moesif-Cf-Install-Id': INSTALL_ID,
'X-Moesif-Cf-Install-Product': INSTALL_PRODUCT && INSTALL_PRODUCT.id,
'X-Moesif-Cf-Install-Type': 'esm',
Expand Down

0 comments on commit f0b76dc

Please sign in to comment.