@quiltt/react-native 5.0.1 → 5.0.2
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 +10 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @quiltt/react-native
|
|
2
2
|
|
|
3
|
+
## 5.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#407](https://github.com/quiltt/quiltt-js/pull/407) [`0262754`](https://github.com/quiltt/quiltt-js/commit/0262754fa680d39cea1426a09796783488a4f4d6) Thanks [@rubendinho](https://github.com/rubendinho)! - Add Institution Prop to QuilttContainer
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`0262754`](https://github.com/quiltt/quiltt-js/commit/0262754fa680d39cea1426a09796783488a4f4d6)]:
|
|
10
|
+
- @quiltt/react@5.0.2
|
|
11
|
+
- @quiltt/core@5.0.2
|
|
12
|
+
|
|
3
13
|
## 5.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -8,7 +8,7 @@ var reactNativeUrlPolyfill = require('react-native-url-polyfill');
|
|
|
8
8
|
var reactNativeWebview = require('react-native-webview');
|
|
9
9
|
var index_cjs = require('../utils/index.cjs');
|
|
10
10
|
|
|
11
|
-
var version = "5.0.
|
|
11
|
+
var version = "5.0.2";
|
|
12
12
|
|
|
13
13
|
const AndroidSafeAreaView = ({ testId, children })=>/*#__PURE__*/ jsxRuntime.jsx(reactNative.SafeAreaView, {
|
|
14
14
|
testID: testId,
|
package/dist/components/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { URL } from 'react-native-url-polyfill';
|
|
|
6
6
|
import { WebView } from 'react-native-webview';
|
|
7
7
|
import { smartEncodeURIComponent, isEncoded, getUserAgent, ErrorReporter, normalizeUrlEncoding, getErrorMessage } from '../utils/index.js';
|
|
8
8
|
|
|
9
|
-
var version = "5.0.
|
|
9
|
+
var version = "5.0.2";
|
|
10
10
|
|
|
11
11
|
const AndroidSafeAreaView = ({ testId, children })=>/*#__PURE__*/ jsx(SafeAreaView, {
|
|
12
12
|
testID: testId,
|
package/dist/utils/index.cjs
CHANGED
|
@@ -12,7 +12,7 @@ var Honeybadger__default = /*#__PURE__*/_interopDefault(Honeybadger);
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefault(React);
|
|
13
13
|
var DeviceInfo__default = /*#__PURE__*/_interopDefault(DeviceInfo);
|
|
14
14
|
|
|
15
|
-
var version = "5.0.
|
|
15
|
+
var version = "5.0.2";
|
|
16
16
|
|
|
17
17
|
// Custom Error Reporter to avoid hooking into or colliding with a client's Honeybadger singleton
|
|
18
18
|
class ErrorReporter {
|
package/dist/utils/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { Platform } from 'react-native';
|
|
|
4
4
|
import { getUserAgent as getUserAgent$1 } from '@quiltt/core';
|
|
5
5
|
import DeviceInfo from 'react-native-device-info';
|
|
6
6
|
|
|
7
|
-
var version = "5.0.
|
|
7
|
+
var version = "5.0.2";
|
|
8
8
|
|
|
9
9
|
// Custom Error Reporter to avoid hooking into or colliding with a client's Honeybadger singleton
|
|
10
10
|
class ErrorReporter {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltt/react-native",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "React Native Components for Quiltt Connector",
|
|
5
5
|
"homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react-native#readme",
|
|
6
6
|
"repository": {
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@honeybadger-io/react-native": "6.4.7",
|
|
52
52
|
"lodash.debounce": "4.0.8",
|
|
53
53
|
"react-native-device-info": "15.0.1",
|
|
54
|
-
"@quiltt/
|
|
55
|
-
"@quiltt/
|
|
54
|
+
"@quiltt/core": "5.0.2",
|
|
55
|
+
"@quiltt/react": "5.0.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@biomejs/biome": "2.3.14",
|