@bbearai/react-native 0.1.5 → 0.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbearai/react-native",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "BugBear React Native components for mobile apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -33,19 +33,17 @@
33
33
  "mobile"
34
34
  ],
35
35
  "scripts": {
36
- "build": "tsup src/index.tsx --format cjs,esm --dts --external react --external react-native",
37
- "dev": "tsup src/index.tsx --format cjs,esm --dts --external react --external react-native --watch",
36
+ "build": "tsup",
37
+ "dev": "tsup --watch",
38
38
  "lint": "eslint src/",
39
39
  "prepublishOnly": "npm run build"
40
40
  },
41
- "dependencies": {
42
- "@bbearai/core": "^0.1.0"
43
- },
44
41
  "peerDependencies": {
45
42
  "react": "^18.0.0 || ^19.0.0",
46
43
  "react-native": ">=0.70.0"
47
44
  },
48
45
  "devDependencies": {
46
+ "@bbearai/core": "^0.1.0",
49
47
  "@types/react": "^18.2.0",
50
48
  "react": "^18.2.0",
51
49
  "react-native": "^0.73.0",