Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@node-elion/syncron

elion-project165MIT2.1.1TypeScript support: included

Provides a simple way to delivery models between sender and receiver

Elion, JSON, Syncronisation

readme

MIT License View this project on NPM View this project on NPM Known Vulnerabilities Quality Gate Status

@node-elion/syncron

this package is part of the Elion project.

This package provides a simple way to delivery models between sender and receiver. The main goal is to provide a self-optimized way of data delivery.

Installation

Install @node-elion/syncron with npm

npm i @node-elion/syncron

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

MIT

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.1 (2024-05-23)

Bug Fixes

  • Correct condition check for 'firstContentSend' in subscriber config (7dfbfaa)
  • Update eslint and related devDependencies (88d2f03)

2.1.0 (2024-04-07)

Features

  • Update subscriber.ts to improve event handling and regeneration (fb75e16)

2.0.6 (2024-01-31)

Bug Fixes

  • Update dependencies. Add events count test (4ee911e)

2.0.5 (2023-12-17)

Bug Fixes

  • Refactor code for improved readability and efficiency (79e6b41)
  • Update SonarQube properties file (5781d44)
  • Update SonarQube properties file (55f25fe)
  • Update SonarQube properties file (1363983)

2.0.4 (2023-12-17)

Bug Fixes

  • Refactor onUpdateIndex method and update Sonar and README (99ac2d0)

2.0.3 (2023-12-17)

Bug Fixes

  • Add comprehensive unit tests for ModelEvent classes (5874134)
  • Add FCR test and strict settings in modelEvent.spec.ts (ccb9471)
  • Enhance subscriber model state management (337c349)

2.0.2 (2023-11-16)

Bug Fixes

  • Resolved Cannot read properties of undefined (reading 'some') For cases, where customTriggers is not used (0aacd63)

2.0.1 (2023-11-14)

Bug Fixes

  • added regenerateMeta method. Added meta support in findIndexDiff (44ed35b)

2.0.0 (2023-11-12)

⚠ BREAKING CHANGES

  • Add update-index event. Fix regenerateIndexes issues

Features

  • Add update-index event. Fix regenerateIndexes issues (27fab41)

1.0.3 (2023-11-07)

Bug Fixes

1.0.2 (2023-11-06)

Bug Fixes

  • Add typescript definitions to package.json (ac7c64b)

1.0.1 (2023-11-06)

Bug Fixes

1.0.0 (2023-11-06)

Features