@aguacerowx/react-native 0.0.3 → 0.0.4

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.
@@ -1,4 +1,4 @@
1
- #Tue Nov 04 18:55:58 EST 2025
1
+ #Wed Nov 05 19:31:04 EST 2025
2
2
  com.aguacerowx.reactnative.aguacerowx_react-native-main-6\:/raw/fragment_shader.glsl=C\:\\Users\\my41m\\aguacero\\ReactNativeApp\\node_modules\\@aguacerowx\\react-native\\android\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\raw\\fragment_shader.glsl
3
3
  com.aguacerowx.reactnative.aguacerowx_react-native-main-6\:/raw/debug_vertex_shader.glsl=C\:\\Users\\my41m\\aguacero\\ReactNativeApp\\node_modules\\@aguacerowx\\react-native\\android\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\raw\\debug_vertex_shader.glsl
4
4
  com.aguacerowx.reactnative.aguacerowx_react-native-main-6\:/raw/vertex_shader.glsl=C\:\\Users\\my41m\\aguacero\\ReactNativeApp\\node_modules\\@aguacerowx\\react-native\\android\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\raw\\vertex_shader.glsl
@@ -44,7 +44,7 @@ android {
44
44
  dependencies {
45
45
  implementation 'com.facebook.react:react-native:+'
46
46
  api 'org.locationtech.proj4j:proj4j:1.1.5'
47
- compileOnly 'com.github.luben:zstd-jni:1.5.7-6@aar'
47
+ implementation 'com.github.luben:zstd-jni:1.5.7-6@aar'
48
48
  }
49
49
 
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aguacerowx/react-native",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Native weather rendering for React Native",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",
@@ -19,12 +19,12 @@
19
19
  "peerDependencies": {
20
20
  "@rnmapbox/maps": "*",
21
21
  "react": "*",
22
- "react-native": "*"
22
+ "react-native": "*",
23
+ "react-native-device-info": ">=10.0.0"
23
24
  },
24
25
  "dependencies": {
25
- "@aguacerowx/javascript-sdk": "^0.0.4",
26
- "base64-js": "^1.5.1",
27
- "fzstd": "^0.1.1"
26
+ "@aguacerowx/javascript-sdk": "^0.0.5",
27
+ "base64-js": "^1.5.1"
28
28
  },
29
29
  "devDependencies": {},
30
30
  "scripts": {