mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
## Description <!-- Briefly describe the purpose and scope of your changes --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new environment variable for improved configuration options. - **Chores** - Updated and locked dependency versions for enhanced stability. - Marked certain packages as private to prevent accidental publication. - Updated package metadata and trusted dependencies for better dependency management. - **Refactor** - Adjusted provider structure in the app to wrap children components with an additional context provider. - Simplified and cleaned up provider context code for maintainability. - Improved import statements for clarity and type safety. - **Style** - Reorganized import order for consistency. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
17 lines
404 B
JSON
17 lines
404 B
JSON
{
|
|
"name": "@nestri/zero",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@nestri/core": "*",
|
|
"@rocicorp/zero": "0.20.2025051800"
|
|
},
|
|
"scripts": {
|
|
"dev": "zero-deploy-permissions && zero-cache",
|
|
"generate": "zero-deploy-permissions --output-format=sql --output-file=permissions.sql"
|
|
},
|
|
"trustedDependencies": [
|
|
"@rocicorp/zero-sqlite3"
|
|
]
|
|
} |