react-native-boost 0.0.4 → 0.0.5

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/package.json +3 -2
  2. package/plugin/index.js +1 -70508
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-boost",
3
3
  "description": "🚀 Boost your React Native app's performance with a single line of code",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "main": "dist/plugin.js",
6
6
  "keywords": [
7
7
  "react-native",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "scripts": {
16
16
  "clean": "rm -rf plugin",
17
- "build": "yarn clean && esbuild src/plugin.ts --bundle --outfile=plugin/index.js --platform=node",
17
+ "build": "yarn clean && node scripts/esbuild.js",
18
18
  "test": "vitest",
19
19
  "typecheck": "tsc --noEmit",
20
20
  "lint": "eslint src/**/*.ts",
@@ -59,6 +59,7 @@
59
59
  "@types/node": "^20",
60
60
  "babel-plugin-tester": "^11.0.4",
61
61
  "esbuild": "^0.25.0",
62
+ "esbuild-node-externals": "^1.18.0",
62
63
  "globals": "^16.0.0",
63
64
  "release-it": "^18.1.2",
64
65
  "typescript": "^5.7.3",