@suprsend/react-native-sdk 2.1.0 → 2.3.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.
@@ -58,5 +58,5 @@ repositories {
58
58
  dependencies {
59
59
  //noinspection GradleDynamicVersion
60
60
  implementation "com.facebook.react:react-native:+" // From node_modules
61
- implementation 'com.suprsend:rn:0.1.10'
61
+ implementation 'com.suprsend:rn:1.0.2'
62
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suprsend/react-native-sdk",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "description": "Suprsend SDK for React Native Applications",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -29,7 +29,6 @@
29
29
  "typescript": "tsc --noEmit",
30
30
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
31
31
  "prepare": "bob build",
32
- "release": "release-it",
33
32
  "example": "yarn --cwd example",
34
33
  "pods": "cd example && pod-install --quiet",
35
34
  "bootstrap": "yarn example && yarn && yarn pods",
@@ -54,7 +53,6 @@
54
53
  "devDependencies": {
55
54
  "@commitlint/config-conventional": "^11.0.0",
56
55
  "@react-native-community/eslint-config": "^2.0.0",
57
- "@release-it/conventional-changelog": "^2.0.0",
58
56
  "@types/jest": "^26.0.0",
59
57
  "@types/react": "^16.9.19",
60
58
  "@types/react-native": "^0.70.8",
@@ -67,9 +65,8 @@
67
65
  "pod-install": "^0.1.0",
68
66
  "prettier": "^2.0.5",
69
67
  "react": "16.13.1",
70
- "react-native": "0.63.4",
68
+ "react-native": "0.69.5",
71
69
  "react-native-builder-bob": "^0.18.0",
72
- "release-it": "^14.2.2",
73
70
  "typescript": "^4.1.3"
74
71
  },
75
72
  "peerDependencies": {
@@ -88,23 +85,6 @@
88
85
  "@commitlint/config-conventional"
89
86
  ]
90
87
  },
91
- "release-it": {
92
- "git": {
93
- "commitMessage": "chore: release ${version}",
94
- "tagName": "v${version}"
95
- },
96
- "npm": {
97
- "publish": true
98
- },
99
- "github": {
100
- "release": true
101
- },
102
- "plugins": {
103
- "@release-it/conventional-changelog": {
104
- "preset": "angular"
105
- }
106
- }
107
- },
108
88
  "eslintConfig": {
109
89
  "root": true,
110
90
  "extends": [