Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/old-poems-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"cmake-file-api": patch
"weak-node-api": patch
"@react-native-node-api/cli-utils": patch
"@react-native-node-api/test-app": patch
"react-native-node-api": patch
---

Fix minor package issues.
5 changes: 5 additions & 0 deletions .changeset/wild-boats-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"weak-node-api": patch
---

Add missing "generated" directory
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
DEBUG: eslint:eslint
- run: npm run prettier:check
- run: npm run depcheck
- run: npm run publint
unit-tests:
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions apps/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@react-native-node-api/test-app",
"private": true,
"type": "commonjs",
"version": "0.2.0",
"scripts": {
"metro": "react-native start --no-interactive",
Expand Down
200 changes: 65 additions & 135 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
"dev": "tsc --build --watch",
"lint": "eslint .",
"depcheck": "node scripts/depcheck.ts",
"publint": "node scripts/run-in-published.ts npx publint --strict",
"prettier:check": "prettier --experimental-cli --check .",
"prettier:write": "prettier --experimental-cli --write .",
"test": "npm test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples",
"bootstrap": "node --run build && npm run bootstrap --workspaces --if-present",
"prerelease": "node --run build && npm run prerelease --workspaces --if-present",
"changeset": "changeset",
"release": "changeset publish",
"init-macos-test-app": "node scripts/init-macos-test-app.ts"
},
Expand Down Expand Up @@ -67,6 +69,7 @@
"eslint-config-prettier": "^10.1.8",
"globals": "^16.0.0",
"prettier": "^3.6.2",
"publint": "^0.3.15",
"react-native": "0.81.4",
"read-pkg": "^9.0.1",
"tsx": "^4.20.6",
Expand Down
7 changes: 6 additions & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": "0.1.1",
"description": "Useful utilities for the CLIs in the React Native Node API mono-repo",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
},
"dependencies": {
"@commander-js/extra-typings": "^14.0.0",
"bufout": "^0.3.2",
Expand Down
Loading
Loading