@flareapp/react-native-sourcemaps 2.9.0 → 2.10.0
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.
- package/dist/expo.cjs +1 -1
- package/package.json +1 -1
package/dist/expo.cjs
CHANGED
|
@@ -83,7 +83,7 @@ function addUploadBuildPhase(project, shellScript) {
|
|
|
83
83
|
var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
84
84
|
module.exports = {
|
|
85
85
|
"name": "@flareapp/react-native-sourcemaps",
|
|
86
|
-
"version": "2.
|
|
86
|
+
"version": "2.10.0",
|
|
87
87
|
"description": "Upload React Native (Metro) sourcemaps to Flare",
|
|
88
88
|
"homepage": "https://flareapp.io",
|
|
89
89
|
"bugs": "https://github.com/spatie/flare-client-js/issues",
|
package/package.json
CHANGED