@duffel/react-native-components-assistant 1.0.0 → 1.0.1

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.
@@ -79,7 +79,7 @@ const styles = StyleSheet.create({
79
79
  paddingTop: 50
80
80
  },
81
81
  webView: {
82
- paddingBottom: 7
82
+ paddingBottom: 34
83
83
  }
84
84
  });
85
85
  //# sourceMappingURL=DuffelAssistantForiOS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/react-native-components-assistant",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Duffel Assistant component in React Native",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -61,16 +61,16 @@
61
61
  "@commitlint/config-conventional": "20.4.4",
62
62
  "@eslint/compat": "1.2.7",
63
63
  "@eslint/eslintrc": "3.3.0",
64
- "@eslint/js": "9.22.0",
64
+ "@eslint/js": "9.39.4",
65
65
  "@evilmartians/lefthook": "1.5.0",
66
66
  "@react-native/babel-preset": "0.78.2",
67
67
  "@react-native/eslint-config": "0.78.0",
68
- "@release-it/conventional-changelog": "10.0.6",
68
+ "@release-it/conventional-changelog": "11.0.0",
69
69
  "@types/jest": "29.5.14",
70
70
  "@types/react": "19.1.10",
71
71
  "commitlint": "20.4.4",
72
72
  "del-cli": "5.1.0",
73
- "eslint": "9.22.0",
73
+ "eslint": "9.39.4",
74
74
  "eslint-config-prettier": "10.1.1",
75
75
  "eslint-plugin-prettier": "5.2.3",
76
76
  "jest": "29.7.0",
@@ -79,7 +79,7 @@
79
79
  "react-native": "0.81.5",
80
80
  "react-native-builder-bob": "0.39.0",
81
81
  "react-native-webview": "13.15.0",
82
- "release-it": "19.2.4",
82
+ "release-it": "20.0.1",
83
83
  "typescript": "5.9.2"
84
84
  },
85
85
  "peerDependencies": {
@@ -96,6 +96,6 @@ const styles = StyleSheet.create({
96
96
  paddingTop: 50,
97
97
  },
98
98
  webView: {
99
- paddingBottom: 7,
99
+ paddingBottom: 34,
100
100
  },
101
101
  });