|
1 | 1 | { |
2 | 2 | "name": "@synonymdev/react-native-ldk", |
3 | 3 | "title": "React Native LDK", |
4 | | - "version": "0.0.43", |
| 4 | + "version": "0.0.44", |
5 | 5 | "description": "React Native wrapper for LDK", |
6 | 6 | "main": "./dist/index.js", |
7 | 7 | "types": "./dist/index.d.ts", |
|
24 | 24 | "lint:check": "eslint . --ext .js,.jsx,.ts,.tsx", |
25 | 25 | "lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx", |
26 | 26 | "prepublish": "yarn lint:fix && yarn run build && npm --no-git-tag-version version patch", |
27 | | - "dev:save-ios-updates": "cp example/node_modules/@synonymdev/react-native-ldk/ios/*.{m,swift,h} ./ios && cp example/node_modules/@synonymdev/react-native-ldk/ios/Classes/*.swift ./ios/Classes/", |
28 | | - "dev:save-android-updates": "cp example/node_modules/@synonymdev/react-native-ldk/android/src/main/java/com/reactnativeldk/*.kt ./android/src/main/java/com/reactnativeldk/ && cp example/node_modules/@synonymdev/react-native-ldk/android/src/main/java/com/reactnativeldk/classes/*.kt ./android/src/main/java/com/reactnativeldk/classes/ && cp example/node_modules/@synonymdev/react-native-ldk/android/build.gradle ./android/", |
29 | | - "dev:update-example-dist": "yarn build && cp -R dist example/node_modules/@synonymdev/react-native-ldk", |
| 27 | + "dev:save-ios-updates": "cp ../example/node_modules/@synonymdev/react-native-ldk/ios/*.{m,swift,h} ./ios && cp ../example/node_modules/@synonymdev/react-native-ldk/ios/Classes/*.swift ./ios/Classes/", |
| 28 | + "dev:save-android-updates": "cp ../example/node_modules/@synonymdev/react-native-ldk/android/src/main/java/com/reactnativeldk/*.kt ./android/src/main/java/com/reactnativeldk/ && cp ../example/node_modules/@synonymdev/react-native-ldk/android/src/main/java/com/reactnativeldk/classes/*.kt ./android/src/main/java/com/reactnativeldk/classes/ && cp ../example/node_modules/@synonymdev/react-native-ldk/android/build.gradle ./android/", |
| 29 | + "dev:update-example-dist": "yarn build && cp -R dist ../example/node_modules/@synonymdev/react-native-ldk", |
30 | 30 | "dev:example": "yarn dev:save-ios-updates && yarn dev:save-android-updates && yarn dev:update-example-dist" |
31 | 31 | }, |
32 | 32 | "repository": { |
|
64 | 64 | "bugs": { |
65 | 65 | "url": "https://github.com/synonymdev/react-native-ldk/issues" |
66 | 66 | }, |
67 | | - "homepage": "https://github.com/synonymdev/react-native-ldk#readme", |
68 | | - "directories": { |
69 | | - "example": "example" |
70 | | - } |
| 67 | + "homepage": "https://github.com/synonymdev/react-native-ldk#readme" |
71 | 68 | } |
0 commit comments