@sentry/react-native 3.2.12 → 3.2.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.2.13
4
+
5
+ - fix(deps): Add `@sentry/wizard` back in as a dependency to avoid missing dependency when running react-native link. #2015
6
+ - Bump: sentry-cli to 1.72.0 #2016
7
+
3
8
  ## 3.2.12
4
9
 
5
10
  - fix: fetchNativeDeviceContexts returns an empty Array if no Device Context available #2002
@@ -1,3 +1,3 @@
1
1
  export declare const SDK_NAME = "sentry.javascript.react-native";
2
- export declare const SDK_VERSION = "3.2.12";
2
+ export declare const SDK_VERSION = "3.2.13";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export const SDK_NAME = "sentry.javascript.react-native";
2
- export const SDK_VERSION = "3.2.12";
2
+ export const SDK_VERSION = "3.2.13";
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/js/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,gCAAgC,CAAC;AACzD,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAC","sourcesContent":["export const SDK_NAME = \"sentry.javascript.react-native\";\nexport const SDK_VERSION = \"3.2.12\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/js/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,gCAAgC,CAAC;AACzD,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAC","sourcesContent":["export const SDK_NAME = \"sentry.javascript.react-native\";\nexport const SDK_VERSION = \"3.2.13\";\n"]}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sentry/react-native",
3
3
  "homepage": "https://github.com/getsentry/sentry-react-native",
4
4
  "repository": "https://github.com/getsentry/sentry-react-native",
5
- "version": "3.2.12",
5
+ "version": "3.2.13",
6
6
  "description": "Official Sentry SDK for react-native",
7
7
  "typings": "dist/js/index.d.ts",
8
8
  "types": "dist/js/index.d.ts",
@@ -41,20 +41,20 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@sentry/browser": "6.12.0",
44
- "@sentry/cli": "^1.68.0",
44
+ "@sentry/cli": "^1.72.0",
45
45
  "@sentry/core": "6.12.0",
46
46
  "@sentry/hub": "6.12.0",
47
47
  "@sentry/integrations": "6.12.0",
48
48
  "@sentry/react": "6.12.0",
49
49
  "@sentry/tracing": "6.12.0",
50
50
  "@sentry/types": "6.12.0",
51
- "@sentry/utils": "6.12.0"
51
+ "@sentry/utils": "6.12.0",
52
+ "@sentry/wizard": "^1.2.17"
52
53
  },
53
54
  "devDependencies": {
54
55
  "@sentry-internal/eslint-config-sdk": "6.12.0",
55
56
  "@sentry-internal/eslint-plugin-sdk": "6.12.0",
56
57
  "@sentry/typescript": "^5.20.0",
57
- "@sentry/wizard": "^1.2.15",
58
58
  "@types/jest": "^26.0.15",
59
59
  "@types/react": "^16.9.49",
60
60
  "@types/react-native": "^0.66.11",