@tarojs/taro-rn 3.6.0-canary.9 → 3.6.0
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.
|
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import ImageResizer from 'react-native-image-resizer';
|
|
10
|
+
import ImageResizer from '@bam.tech/react-native-image-resizer';
|
|
11
11
|
import { Image } from 'react-native';
|
|
12
12
|
import { errorHandler, successHandler } from '../../utils';
|
|
13
13
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/compressImage/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,YAA8B,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/compressImage/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,YAA8B,MAAM,sCAAsC,CAAA;AACjF,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AACpC,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D;;;GAGG;AACH,MAAM,UAAgB,aAAa,CAAC,GAA8B;;QAChE,MAAM,EACJ,GAAG,EACH,OAAO,GAAG,EAAE,EACZ,OAAO,EACP,IAAI,EACJ,QAAQ,EACT,GAAG,GAAG,CAAA;QAEP,MAAM,GAAG,GAAG,EAAE,MAAM,EAAE,kBAAkB,EAAE,YAAY,EAAE,EAAE,EAAE,CAAA;QAE5D,MAAM,mBAAmB,GAAG,CAAO,KAAK,GAAG,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,EAAE;YAC9D,IAAI;gBACF,MAAM,cAAc,GAAiB,GAAG,CAAC,iBAAiB,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAA;gBAC9F,MAAM,EAAE,GAAG,EAAE,GAAG,MAAM,YAAY,CAAC,kBAAkB,CAAC,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA;gBAClG,GAAG,CAAC,YAAY,GAAG,GAAG,CAAA;gBACtB,OAAO,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAA;aAC9C;YAAC,OAAO,GAAG,EAAE;gBACZ,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC,OAAO,CAAA;gBACxB,OAAO,YAAY,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAA;aACzC;QACH,CAAC,CAAA,CAAA;QAED,OAAO,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAO,KAAK,EAAE,MAAM,EAAE,EAAE;YAChD,OAAO,MAAM,mBAAmB,CAAC,KAAK,EAAE,MAAM,CAAC,CAAA;QACjD,CAAC,CAAA,EAAE,GAAS,EAAE;YACZ,OAAO,MAAM,mBAAmB,EAAE,CAAA;QACpC,CAAC,CAAA,CAAC,CAAA;IACJ,CAAC;CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/taro-rn",
|
|
3
|
-
"version": "3.6.0
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Taro RN framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"author": "O2Team",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
+
"@bam.tech/react-native-image-resizer": "~3.0.4",
|
|
24
25
|
"@react-native-async-storage/async-storage": "~1.17.7",
|
|
25
26
|
"@react-native-camera-roll/camera-roll": "~5.0.4",
|
|
26
27
|
"@react-native-clipboard/clipboard": "~1.11.1",
|
|
@@ -42,14 +43,13 @@
|
|
|
42
43
|
"nullthrows": "^1.1.1",
|
|
43
44
|
"prop-types": "^15.8.1",
|
|
44
45
|
"react-native-device-info": "~10.3.0",
|
|
45
|
-
"react-native-image-resizer": "~1.4.5",
|
|
46
46
|
"react-native-image-zoom-viewer": "^3.0.1",
|
|
47
47
|
"react-native-root-siblings": "^4.1.1",
|
|
48
48
|
"react-native-root-toast": "^3.0.1",
|
|
49
49
|
"react-native-safe-area-context": "~4.4.1",
|
|
50
50
|
"react-native-stylekit": "^1.0.0",
|
|
51
51
|
"react-native-syan-image-picker": "0.5.3",
|
|
52
|
-
"@tarojs/runtime-rn": "3.6.0
|
|
52
|
+
"@tarojs/runtime-rn": "3.6.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/core": "^7.14.5",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"react-test-renderer": "18.1.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
+
"@bam.tech/react-native-image-resizer": "~3.0.4",
|
|
69
70
|
"@react-native-async-storage/async-storage": "~1.17.7",
|
|
70
71
|
"@react-native-camera-roll/camera-roll": "~5.0.4",
|
|
71
72
|
"@react-native-clipboard/clipboard": "~1.11.1",
|
|
@@ -82,7 +83,6 @@
|
|
|
82
83
|
"expo-modules-core": "~1.0.2",
|
|
83
84
|
"expo-sensors": "~12.0.1",
|
|
84
85
|
"react-native-device-info": "~10.3.0",
|
|
85
|
-
"react-native-image-resizer": "~1.4.5",
|
|
86
86
|
"react-native-safe-area-context": "~4.4.1",
|
|
87
87
|
"react-native-syan-image-picker": "0.5.3"
|
|
88
88
|
},
|