@zntc/react-native 0.1.4 → 0.1.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zntc/react-native",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "ZNTC React Native platform — Metro HMR adapter + RN preset (buildRnBundleOptions) + plugin factories + RN runtime",
5
5
  "keywords": [
6
6
  "bundler",
@@ -40,7 +40,7 @@
40
40
  "./runtime/zntc-hmr-client.cjs": "./runtime/zntc-hmr-client.cjs"
41
41
  },
42
42
  "scripts": {
43
- "build:bundle": "node ../core/bin/zntc.mjs --bundle src/index.ts --outfile dist/index.js --format=esm --target=node --conditions=source --external @zntc/core --external @babel/core --external @react-native/babel-plugin-codegen --external @react-native/babel-preset --external metro-resolver --external react-native --external @react-native/js-polyfills",
43
+ "build:bundle": "node ../core/bin/zntc.mjs --bundle src/index.ts --outfile dist/index.js --format=esm --conditions=source --external @zntc/core --external @babel/core --external @react-native/babel-plugin-codegen --external @react-native/babel-preset --external metro-resolver --external react-native --external @react-native/js-polyfills",
44
44
  "build:dts": "bun x tsc -b",
45
45
  "build": "bun run build:bundle && bun run build:dts",
46
46
  "test": "bun test --timeout 10000",
@@ -48,13 +48,13 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@react-native-community/cli-server-api": "^15.0.0",
51
- "@zntc/core": "0.1.4",
51
+ "@zntc/core": "0.1.5",
52
52
  "jsc-safe-url": "^0.2.4",
53
53
  "source-map": "^0.7.4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^25.5.2",
57
- "@zntc/server": "0.1.4"
57
+ "@zntc/server": "0.1.5"
58
58
  },
59
59
  "optionalDependencies": {
60
60
  "@babel/core": "^7.26.0",