@nitida/asset-compressor-native 0.2.2 → 0.2.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @nitida/asset-compressor-native
2
2
 
3
3
  Fast, native (iOS + Android) image compression for React Native apps that
4
- upload to the [aquienpz](https://aquienpz.com) asset platform. Pairs with
4
+ upload to the [nitida](https://nitida.gofuture.space) asset platform. Pairs with
5
5
  `@nitida/asset-uploader-expo` and mirrors the API of
6
6
  `@nitida/asset-compressor-web` so call sites are identical across
7
7
  platforms.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitida/asset-compressor-native",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
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": {
@@ -46,7 +46,7 @@
46
46
  "react-native": "0.85.3",
47
47
  "react-native-compressor": "^1.18.2",
48
48
  "tsup": "^8.5.1",
49
- "typescript": "^6.0.3"
49
+ "typescript": "npm:@typescript/typescript6@6.0.2"
50
50
  },
51
51
  "keywords": [
52
52
  "image",