@woosmap/react-native-plugin-geofencing 0.7.1-beta.1 → 0.7.2-beta.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.7.2
2
+ - Enhancement: Update react-native termplate to 19.1.0
3
+
1
4
  ## 0.7.0
2
5
  - Enhancement: Stop geofencing with location permission not granted by user
3
6
 
@@ -88,7 +88,7 @@ dependencies {
88
88
  implementation 'com.google.android.gms:play-services-location:21.3.0'
89
89
  implementation 'com.google.code.gson:gson:2.10.1'
90
90
  implementation "com.github.Woosmap:geofencing-core-android-sdk:core_geofence_2.+"
91
- implementation "com.webgeoservices.woosmapgeofencing:woosmap-mobile-sdk:28022025-Beta-1"
91
+ implementation "com.webgeoservices.woosmapgeofencing:woosmap-mobile-sdk:4.+"
92
92
  implementation 'com.google.android.gms:play-services-maps:19.0.0'
93
93
  implementation 'androidx.room:room-runtime:2.6.1'
94
94
  annotationProcessor 'androidx.room:room-compiler:2.6.1'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/react-native-plugin-geofencing",
3
- "version":"0.7.1-beta.1",
3
+ "version": "0.7.2-beta.1",
4
4
  "description": "This react-native plugin extends the functionality offered by the Woosmap Geofencing Mobile SDKs. Find more about the Woosmap Geofencing SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -30,8 +30,7 @@
30
30
  "typecheck": "tsc --noEmit",
31
31
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
32
32
  "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
33
- "bob_build": "bob build",
34
- "release": "release-it"
33
+ "prepack": "bob build"
35
34
  },
36
35
  "keywords": [
37
36
  "react-native",
@@ -54,11 +53,11 @@
54
53
  "devDependencies": {
55
54
  "@commitlint/config-conventional": "^17.0.2",
56
55
  "@evilmartians/lefthook": "^1.5.0",
57
- "@react-native-community/cli": "15.0.1",
56
+ "@react-native-community/cli": "19.0.0",
58
57
  "@react-native/eslint-config": "^0.73.1",
59
58
  "@release-it/conventional-changelog": "^9.0.2",
60
59
  "@types/jest": "^29.5.5",
61
- "@types/react": "^18.2.44",
60
+ "@types/react": "^19.1.0",
62
61
  "@typescript-eslint/eslint-plugin": "^8.17.0",
63
62
  "@typescript-eslint/parser": "^8.17.0",
64
63
  "commitlint": "^17.0.2",
@@ -67,11 +66,10 @@
67
66
  "eslint-config-prettier": "9.1.0",
68
67
  "eslint-plugin-prettier": "5.2.1",
69
68
  "jest": "^29.7.0",
70
- "pod-install": "^0.3.2",
71
69
  "prettier": "3.4.2",
72
- "react": "18.3.1",
73
- "react-native": "0.76.3",
74
- "react-native-builder-bob": "^0.34.0",
70
+ "react": "19.1.0",
71
+ "react-native": "0.80.1",
72
+ "react-native-builder-bob": "^0.40.12",
75
73
  "release-it": "^17.10.0",
76
74
  "turbo": "^1.10.7",
77
75
  "typescript": "^5.2.2"
@@ -83,7 +81,6 @@
83
81
  "react": "*",
84
82
  "react-native": "*"
85
83
  },
86
- "packageManager": "yarn@3.6.1",
87
84
  "engines": {
88
85
  "node": ">= 16.0.0"
89
86
  },
@@ -99,23 +96,6 @@
99
96
  "@commitlint/config-conventional"
100
97
  ]
101
98
  },
102
- "release-it": {
103
- "git": {
104
- "commitMessage": "chore: release ${version}",
105
- "tagName": "v${version}"
106
- },
107
- "npm": {
108
- "publish": true
109
- },
110
- "github": {
111
- "release": true
112
- },
113
- "plugins": {
114
- "@release-it/conventional-changelog": {
115
- "preset": "angular"
116
- }
117
- }
118
- },
119
99
  "eslintConfig": {
120
100
  "root": true,
121
101
  "extends": [
@@ -1 +0,0 @@
1
- {"type":"module"}