fix(packages): remove private flag from all feature/engine packages to allow npm publish

This commit is contained in:
2026-03-03 12:24:38 +01:00
parent a11714d07d
commit 8f6b12d827
3 changed files with 76 additions and 2 deletions

View File

@@ -16,7 +16,8 @@
"./actions/*": "./dist/actions/*",
"./globals/*": "./dist/globals/*",
"./endpoints/*": "./dist/endpoints/*",
"./utils/*": "./dist/utils/*"
"./utils/*": "./dist/utils/*",
"./tools/*": "./dist/tools/*"
},
"peerDependencies": {
"@payloadcms/next": ">=3.0.0",
@@ -42,4 +43,4 @@
"next": "^15.1.0",
"typescript": "^5.7.3"
}
}
}