@secondts/bark-react-native 0.1.2-beta.32 → 0.2.0-beta.2

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 +5 -7
package/README.md CHANGED
@@ -60,7 +60,7 @@ npx expo install @secondts/bark-react-native@beta
60
60
 
61
61
  ```bash
62
62
  # Or install a specific beta version
63
- npx expo install @secondts/bark-react-native@0.1.1-beta.1
63
+ npx expo install @secondts/bark-react-native@0.2.0-beta.2
64
64
  ```
65
65
 
66
66
  For bare React Native projects, use:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondts/bark-react-native",
3
- "version": "0.1.2-beta.32",
3
+ "version": "0.2.0-beta.2",
4
4
  "description": "Bark FFI bindings for React Native",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -54,9 +54,7 @@
54
54
  "plugin:build": "EXPO_NONINTERACTIVE=true expo-module build plugin",
55
55
  "plugin:build:win": "tsc --project plugin/tsconfig.json",
56
56
  "example": "yarn workspace bark-react-native-example",
57
- "typecheck": "tsc",
58
- "prepare": "bob build",
59
- "prepublishOnly": "yarn plugin:build"
57
+ "typecheck": "tsc"
60
58
  },
61
59
  "keywords": [
62
60
  "bark",
@@ -82,10 +80,10 @@
82
80
  "registry": "https://registry.npmjs.org/",
83
81
  "access": "public"
84
82
  },
85
- "releaseTag": "v0.1.2-beta.32+bark.0.1.0-beta.8",
83
+ "releaseTag": "v0.2.0-beta.2+bark.0.1.0-beta.8",
86
84
  "checksums": {
87
- "android": "ed68f7858b4e65e7ab13bbe2e63f1dfd6c679df6f7a467e46c90b3a006ca6030",
88
- "ios": "cb8a23d1a97ed29c3e38d43c57afc4522d7a5ec3aaab8685b7d01ade645a15ca"
85
+ "android": "2fa5e9a98f4850dd6cb3657586c8247fad562b4a421b5d97a1e86a4a95c3ed4e",
86
+ "ios": "b0f9989925a4ded27eddad9451fc10ad15b0c4fb8eefcca9256a95a82163979b"
89
87
  },
90
88
  "dependencies": {
91
89
  "uniffi-bindgen-react-native": "0.30.0-1"