@berachain/config 0.1.20-beta.1 → 0.1.20

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.
@@ -54,7 +54,7 @@ function withSentryConfig2(config) {
54
54
  // // deleteSourcemapsAfterUpload: true,
55
55
  // },
56
56
  // Routes browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers (increases server load)
57
- tunnelRoute: "/monitoring-tunnel",
57
+ tunnelRoute: "/monitoring-tunnel"
58
58
  // Hides source maps from generated client bundles
59
59
  // hideSourceMaps: true,
60
60
  // Automatically tree-shake Sentry logger statements to reduce bundle size
@@ -63,7 +63,7 @@ function withSentryConfig2(config) {
63
63
  // See the following for more information:
64
64
  // https://docs.sentry.io/product/crons/
65
65
  // https://vercel.com/docs/cron-jobs
66
- automaticVercelMonitors: true
66
+ // automaticVercelMonitors: true,
67
67
  });
68
68
  }
69
69
  var onRequestError = Sentry.captureRequestError;
@@ -54,7 +54,7 @@ function withSentryConfig2(config) {
54
54
  // // deleteSourcemapsAfterUpload: true,
55
55
  // },
56
56
  // Routes browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers (increases server load)
57
- tunnelRoute: "/monitoring-tunnel",
57
+ tunnelRoute: "/monitoring-tunnel"
58
58
  // Hides source maps from generated client bundles
59
59
  // hideSourceMaps: true,
60
60
  // Automatically tree-shake Sentry logger statements to reduce bundle size
@@ -63,7 +63,7 @@ function withSentryConfig2(config) {
63
63
  // See the following for more information:
64
64
  // https://docs.sentry.io/product/crons/
65
65
  // https://vercel.com/docs/cron-jobs
66
- automaticVercelMonitors: true
66
+ // automaticVercelMonitors: true,
67
67
  });
68
68
  }
69
69
  var onRequestError = Sentry.captureRequestError;
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
- var _chunk6TL5ZQOMcjs = require('../../chunk-6TL5ZQOM.cjs');
3
+ var _chunkUOFOM6N7cjs = require('../../chunk-UOFOM6N7.cjs');
4
4
 
5
5
 
6
6
  var _chunkOA5M6XYFcjs = require('../../chunk-OA5M6XYF.cjs');
@@ -77,7 +77,7 @@ function withBeraConfig(config, {
77
77
  nextConfig.env.NEXT_PUBLIC_PH_REVERSE_PROXY_PATH = "/ph";
78
78
  nextConfig.skipTrailingSlashRedirect = true;
79
79
  }
80
- if (withSentry) return _chunk6TL5ZQOMcjs.withSentryConfig.call(void 0, nextConfig);
80
+ if (withSentry) return _chunkUOFOM6N7cjs.withSentryConfig.call(void 0, nextConfig);
81
81
  return nextConfig;
82
82
  }
83
83
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withSentryConfig
3
- } from "../../chunk-NQ3UKQHW.mjs";
3
+ } from "../../chunk-EGAVWXNC.mjs";
4
4
  import {
5
5
  IMAGE_REMOTE_PATTERNS
6
6
  } from "../../chunk-4WAGOEXT.mjs";
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunk6TL5ZQOMcjs = require('../../chunk-6TL5ZQOM.cjs');
5
+ var _chunkUOFOM6N7cjs = require('../../chunk-UOFOM6N7.cjs');
6
6
  require('../../chunk-75ZPJI57.cjs');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.onRequestError = _chunk6TL5ZQOMcjs.onRequestError; exports.registerSentry = _chunk6TL5ZQOMcjs.registerSentry; exports.withSentryConfig = _chunk6TL5ZQOMcjs.withSentryConfig;
11
+ exports.onRequestError = _chunkUOFOM6N7cjs.onRequestError; exports.registerSentry = _chunkUOFOM6N7cjs.registerSentry; exports.withSentryConfig = _chunkUOFOM6N7cjs.withSentryConfig;
@@ -2,7 +2,7 @@ import {
2
2
  onRequestError,
3
3
  registerSentry,
4
4
  withSentryConfig
5
- } from "../../chunk-NQ3UKQHW.mjs";
5
+ } from "../../chunk-EGAVWXNC.mjs";
6
6
  import "../../chunk-7P6ASYW6.mjs";
7
7
  export {
8
8
  onRequestError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/config",
3
- "version": "0.1.20-beta.1",
3
+ "version": "0.1.20",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -21,7 +21,7 @@
21
21
  "tailwindcss-animate": "1.0.7",
22
22
  "tsup": "8.5.1",
23
23
  "typescript": "5.5.4",
24
- "vitest": "3.2.4"
24
+ "vitest": "3.2.6"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@flags-sdk/edge-config": "0.1.0",