Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove osc-min dependency #122

Closed
wants to merge 1 commit into from
Closed

Remove osc-min dependency #122

wants to merge 1 commit into from

Conversation

MylesBorins
Copy link
Owner

@MylesBorins MylesBorins commented Aug 9, 2024

Related to #115

Remove the osc-min dependency and implement toBuffer and fromBuffer functions directly.

  • package.json

    • Remove the osc-min dependency.
  • lib/Client.mjs

    • Implement the toBuffer function directly in this file.
    • Replace the import of osc-min with the new toBuffer function.
  • lib/internal/decode.mjs

    • Implement the fromBuffer function directly in this file.
    • Replace the import of osc-min with the new fromBuffer function.
  • rollup.config.mjs

    • Remove osc-min from the external dependencies.

For more details, open the Copilot Workspace session.

Related to #115

Remove the `osc-min` dependency and implement `toBuffer` and `fromBuffer` functions directly.

* **package.json**
  - Remove the `osc-min` dependency.

* **lib/Client.mjs**
  - Implement the `toBuffer` function directly in this file.
  - Replace the import of `osc-min` with the new `toBuffer` function.

* **lib/internal/decode.mjs**
  - Implement the `fromBuffer` function directly in this file.
  - Replace the import of `osc-min` with the new `fromBuffer` function.

* **rollup.config.mjs**
  - Remove `osc-min` from the external dependencies.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/MylesBorins/node-osc/issues/115?shareId=XXXX-XXXX-XXXX-XXXX).
@MylesBorins MylesBorins closed this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant