@aguacerowx/javascript-sdk 0.0.10 → 0.0.11

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/package.json CHANGED
@@ -1,48 +1,48 @@
1
- {
2
- "name": "@aguacerowx/javascript-sdk",
3
- "version": "0.0.10",
4
- "private": false,
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
- "description": "Core SDK for fetching and processing Aguacero weather data.",
9
- "main": "src/index.js",
10
- "module": "src/index.js",
11
- "react-native": "src/index.js",
12
- "exports": {
13
- ".": {
14
- "import": "./src/index.js",
15
- "require": "./src/index.js",
16
- "react-native": "./src/index.js"
17
- }
18
- },
19
- "files": [
20
- "dist",
21
- "src"
22
- ],
23
- "scripts": {
24
- "build": "babel src -d dist"
25
- },
26
- "author": "Your Name",
27
- "license": "MIT",
28
- "dependencies": {
29
- "proj4": "^2.11.0",
30
- "fzstd": "^0.1.1"
31
- },
32
- "peerDependencies": {
33
- "react": "*",
34
- "react-native": "*",
35
- "react-native-device-info": ">=10.0.0"
36
- },
37
- "peerDependenciesMeta": {
38
- "react": {
39
- "optional": true
40
- },
41
- "react-native": {
42
- "optional": true
43
- },
44
- "react-native-device-info": {
45
- "optional": true
46
- }
47
- }
48
- }
1
+ {
2
+ "name": "@aguacerowx/javascript-sdk",
3
+ "version": "0.0.11",
4
+ "private": false,
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "description": "Core SDK for fetching and processing Aguacero weather data.",
9
+ "main": "src/index.js",
10
+ "module": "src/index.js",
11
+ "react-native": "src/index.js",
12
+ "exports": {
13
+ ".": {
14
+ "import": "./src/index.js",
15
+ "require": "./src/index.js",
16
+ "react-native": "./src/index.js"
17
+ }
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "src"
22
+ ],
23
+ "scripts": {
24
+ "build": "babel src -d dist"
25
+ },
26
+ "author": "Your Name",
27
+ "license": "MIT",
28
+ "dependencies": {
29
+ "proj4": "^2.11.0",
30
+ "fzstd": "^0.1.1"
31
+ },
32
+ "peerDependencies": {
33
+ "react": "*",
34
+ "react-native": "*",
35
+ "react-native-device-info": ">=10.0.0"
36
+ },
37
+ "peerDependenciesMeta": {
38
+ "react": {
39
+ "optional": true
40
+ },
41
+ "react-native": {
42
+ "optional": true
43
+ },
44
+ "react-native-device-info": {
45
+ "optional": true
46
+ }
47
+ }
48
+ }