From 8760f6281a24d3aa301df0effe014243b47e8db5 Mon Sep 17 00:00:00 2001 From: Nick Novitski Date: Tue, 7 Jan 2025 11:41:27 -0800 Subject: [PATCH] fix: update build --- build/version.d.ts | 2 +- build/version.js | 2 +- build/version.js.map | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/version.d.ts b/build/version.d.ts index 8ccea12..49408e1 100644 --- a/build/version.d.ts +++ b/build/version.d.ts @@ -1,6 +1,6 @@ import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react'; export declare const SENTRY_EXPO_PACKAGE = "npm:sentry-expo"; -export declare const SENTRY_EXPO_VERSION = "7.1.1"; +export declare const SENTRY_EXPO_VERSION = "7.2.0"; export declare const SENTRY_REACT_NATIVE_PACKAGE = "npm:@sentry/react-native"; export declare const SENTRY_REACT_PACKAGE = "npm:@sentry/react"; export { SENTRY_REACT_VERSION }; diff --git a/build/version.js b/build/version.js index b82c2c2..932f10e 100644 --- a/build/version.js +++ b/build/version.js @@ -4,7 +4,7 @@ exports.SENTRY_REACT_VERSION = exports.SENTRY_REACT_PACKAGE = exports.SENTRY_REA const react_1 = require("@sentry/react"); Object.defineProperty(exports, "SENTRY_REACT_VERSION", { enumerable: true, get: function () { return react_1.SDK_VERSION; } }); exports.SENTRY_EXPO_PACKAGE = 'npm:sentry-expo'; -exports.SENTRY_EXPO_VERSION = '7.1.1'; +exports.SENTRY_EXPO_VERSION = '7.2.0'; exports.SENTRY_REACT_NATIVE_PACKAGE = 'npm:@sentry/react-native'; exports.SENTRY_REACT_PACKAGE = 'npm:@sentry/react'; //# sourceMappingURL=version.js.map \ No newline at end of file diff --git a/build/version.js.map b/build/version.js.map index 49631cc..1be4cd6 100644 --- a/build/version.js.map +++ b/build/version.js.map @@ -1 +1 @@ -{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yCAAoE;AAO3D,qGAPe,mBAAoB,OAOf;AALhB,QAAA,mBAAmB,GAAG,iBAAiB,CAAC;AACxC,QAAA,mBAAmB,GAAG,OAAO,CAAC;AAE9B,QAAA,2BAA2B,GAAG,0BAA0B,CAAC;AACzD,QAAA,oBAAoB,GAAG,mBAAmB,CAAC","sourcesContent":["import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react';\n\nexport const SENTRY_EXPO_PACKAGE = 'npm:sentry-expo';\nexport const SENTRY_EXPO_VERSION = '7.1.1';\n\nexport const SENTRY_REACT_NATIVE_PACKAGE = 'npm:@sentry/react-native';\nexport const SENTRY_REACT_PACKAGE = 'npm:@sentry/react';\nexport { SENTRY_REACT_VERSION };\n"]} \ No newline at end of file +{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yCAAoE;AAO3D,qGAPe,mBAAoB,OAOf;AALhB,QAAA,mBAAmB,GAAG,iBAAiB,CAAC;AACxC,QAAA,mBAAmB,GAAG,OAAO,CAAC;AAE9B,QAAA,2BAA2B,GAAG,0BAA0B,CAAC;AACzD,QAAA,oBAAoB,GAAG,mBAAmB,CAAC","sourcesContent":["import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react';\n\nexport const SENTRY_EXPO_PACKAGE = 'npm:sentry-expo';\nexport const SENTRY_EXPO_VERSION = '7.2.0';\n\nexport const SENTRY_REACT_NATIVE_PACKAGE = 'npm:@sentry/react-native';\nexport const SENTRY_REACT_PACKAGE = 'npm:@sentry/react';\nexport { SENTRY_REACT_VERSION };\n"]} \ No newline at end of file