@momo-kits/camerakit 0.150.2-beta.22 → 0.150.2-beta.26
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/dist/CameraProps.d.ts +1 -0
- package/package.json +5 -33
package/dist/CameraProps.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-kits/camerakit",
|
|
3
|
-
"version": "0.150.2-beta.
|
|
3
|
+
"version": "0.150.2-beta.26",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/teslamotors/react-native-camera-kit.git"
|
|
@@ -12,43 +12,15 @@
|
|
|
12
12
|
"nativePackage": true,
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "echo",
|
|
15
|
-
"clean": "rm -rf dist/",
|
|
16
15
|
"test": "jest",
|
|
17
|
-
"lint": "yarn eslint -c .eslintrc.js"
|
|
18
|
-
"check-ios": "scripts/check-ios.sh",
|
|
19
|
-
"release": "yarn clean && yarn build && yarn publish --verbose",
|
|
20
|
-
"release:beta": "yarn clean && yarn build && yarn publish --tag beta --verbose",
|
|
21
|
-
"release:local": "yarn clean && yarn build && tmp=$(mktemp) && yarn pack --filename $tmp.tar.gz && open -R $tmp.tar.gz",
|
|
22
|
-
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
|
|
23
|
-
"bootstrap": "cd example/ && bundle install && yarn && cd ios/ && bundle exec pod install",
|
|
24
|
-
"bootstrap-linux": "cd example/ && yarn"
|
|
16
|
+
"lint": "yarn eslint -c .eslintrc.js"
|
|
25
17
|
},
|
|
26
|
-
"main": "
|
|
27
|
-
"module": "dist/index.js",
|
|
28
|
-
"source": "./src/",
|
|
29
|
-
"types": "dist/index.d.ts",
|
|
30
|
-
"react-native": "src/index",
|
|
18
|
+
"main": "./src/index.ts",
|
|
31
19
|
"dependencies": {},
|
|
32
20
|
"license": "MIT",
|
|
33
21
|
"devDependencies": {
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"@babel/runtime": "^7.20.0",
|
|
37
|
-
"@react-native/babel-preset": "0.74.83",
|
|
38
|
-
"@react-native/eslint-config": "0.74.83",
|
|
39
|
-
"@react-native/metro-config": "0.74.83",
|
|
40
|
-
"@react-native/typescript-config": "0.74.83",
|
|
41
|
-
"@types/react": "^18.2.6",
|
|
42
|
-
"@types/react-test-renderer": "^18.0.0",
|
|
43
|
-
"babel-jest": "^29.6.3",
|
|
44
|
-
"eslint": "^8.19.0",
|
|
45
|
-
"eslint-plugin-import": "^2.22.1",
|
|
46
|
-
"jest": "^29.6.3",
|
|
47
|
-
"prettier": "2.8.8",
|
|
48
|
-
"react": "19.1.0",
|
|
49
|
-
"react-native": "0.80.1",
|
|
50
|
-
"react-test-renderer": "18.2.0",
|
|
51
|
-
"typescript": "5.0.4"
|
|
22
|
+
"react": "19.0.0",
|
|
23
|
+
"react-native": "0.80.1"
|
|
52
24
|
},
|
|
53
25
|
"peerDependencies": {
|
|
54
26
|
"react": "*",
|