@dymo-api/better-auth 1.2.31 → 1.2.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15208,7 +15208,7 @@ const dymoIPPlugin = ({
15208
15208
  resilience
15209
15209
  }) => {
15210
15210
  const defaultRules = {
15211
- deny: ["FRAUD", "INVALID", "TOR_NETWORK"]
15211
+ deny: ["FRAUD", "INVALID", "VPN", "TOR_NETWORK"]
15212
15212
  };
15213
15213
  const dymoClient = new DymoAPI({
15214
15214
  apiKey,
package/dist/esm/index.js CHANGED
@@ -15206,7 +15206,7 @@ const dymoIPPlugin = ({
15206
15206
  resilience
15207
15207
  }) => {
15208
15208
  const defaultRules = {
15209
- deny: ["FRAUD", "INVALID", "TOR_NETWORK"]
15209
+ deny: ["FRAUD", "INVALID", "VPN", "TOR_NETWORK"]
15210
15210
  };
15211
15211
  const dymoClient = new DymoAPI({
15212
15212
  apiKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dymo-api/better-auth",
3
- "version": "1.2.31",
3
+ "version": "1.2.33",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.js",
@@ -57,7 +57,7 @@
57
57
  "homepage": "https://dymo.tpeoficial.com",
58
58
  "dependencies": {
59
59
  "better-auth": "^1.3.23",
60
- "dymo-api": "^1.2.37",
60
+ "dymo-api": "^1.2.43",
61
61
  "path": "^0.12.7"
62
62
  },
63
63
  "contributors": [