Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: snyk-labs/snync

Tags

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lirantal Liran Tal
fix: update jest for AbortSignal issue

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update FAQ section

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: document the internal logic flow

v1.3.1

Toggle v1.3.1's commit message
fix: private packages were not passed to the test function

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: cli arguments support and CJS to ESM conversion (#14)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support private packages list (#13)

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: unexpected error if dependency not yet added to git (#9)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add details about snync

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add debug information for commit sha introduced (#6)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: improve performance (#5)

1. making all requests in parallel
2. iterating all commits of manifest only once
* chore: remove dead code to improve coverage
* chore: review fix