- Updated version to `0.9.18` in `package.json`, `cli-package/package.json`, and `src/utils/version.ts`. - Updated npm badge in `README.md` to reflect version `0.9.18`. - Adjusted `publish-cli.js` to synchronize publishing of the main and CLI packages with enhanced build steps. - Introduced `tsconfig.json` updates to include type paths (`types.d.ts`) in CLI for better type handling. - Refined CLI scripts for improved TypeScript annotations and better code structure. - Removed `@types/omelette` and `omelette` dependencies along with associated CLI configurations to simplify the codebase. - Updated `.gitignore` to exclude CLI `dist` directory for cleaner repository management. - Added `deploy:both` npm script for combined publishing of main and CLI packages. This release ensures version consistency, improves CLI workflows, and enhances type handling while decluttering unused dependencies.
53 lines
708 B
Text
53 lines
708 B
Text
# Build output
|
|
/tmp
|
|
/out-tsc
|
|
/dist
|
|
/cloud-wrapper/dist
|
|
|
|
# Dependencies
|
|
/node_modules
|
|
/cloud-wrapper/node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Coverage directory
|
|
/coverage
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Data directories created by FileSystemStorage
|
|
/brainy-data
|
|
/custom-data
|
|
/clean-history.sh
|
|
/bluesky-augmentation/node_modules/
|
|
/bluesky-augmentation/dist/
|
|
|
|
# Test files
|
|
/test-worker.js
|
|
/test-node24-worker.js
|
|
|
|
# Generated files
|
|
/encoded-image.html
|
|
/encoded-image.txt
|
|
/cli-package/dist/
|