@nitida/asset-compressor-native 0.2.0 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +15 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nitida/asset-compressor-native",
3
- "version": "0.2.0",
4
- "description": "Native (iOS/Android) image compression for the @aquienpz upload pipeline. JS API mirrors @nitida/asset-compressor-web so call sites are identical across web and React Native.",
3
+ "version": "0.2.1",
4
+ "description": "nitida image compression for React Native and Expo. Same JS API as @nitida/asset-compressor-web, so call sites are identical across web and native.",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/espaciofuturoio/aquienpz.git",
12
+ "url": "git+https://github.com/espaciofuturoio/aquienpz.git",
13
13
  "directory": "packages/asset-compressor-native"
14
14
  },
15
- "homepage": "https://github.com/espaciofuturoio/aquienpz/tree/main/packages/asset-compressor-native",
15
+ "homepage": "https://nitida.gofuture.space",
16
16
  "license": "UNLICENSED",
17
17
  "type": "module",
18
18
  "sideEffects": false,
@@ -45,5 +45,15 @@
45
45
  "react-native-compressor": "^1.18.2",
46
46
  "tsup": "^8.5.1",
47
47
  "typescript": "^6.0.3"
48
- }
48
+ },
49
+ "keywords": [
50
+ "image",
51
+ "compression",
52
+ "react-native",
53
+ "expo",
54
+ "ios",
55
+ "android",
56
+ "resize",
57
+ "nitida"
58
+ ]
49
59
  }