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

Development #103

Merged
merged 5 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/famous-pots-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@deltadao/nautilus": patch
---

next release
6 changes: 3 additions & 3 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"mode": "pre",
"tag": "beta",
"tag": "next",
"initialVersions": {
"@deltadao/nautilus": "1.0.0-beta.1",
"docs": "0.0.0",
"docs": "0.1.0",
"@deltadao/nautilus": "1.0.0-beta.2",
"test": "0.0.0"
},
"changesets": ["small-tigers-repeat"]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<p align="center">
<a href="https://nautilus.delta-dao.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/deltaDAO/nautilus/raw/feat/vocs/docs/public/logo-dark.svg">
<img alt="nautilus logo" src="https://github.com/deltaDAO/nautilus/raw/feat/vocs/docs/public/logo-light.svg" width="auto" height="60">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/deltaDAO/nautilus/raw/main/docs/public/logo-dark.svg">
<img alt="nautilus logo" src="https://github.com/deltaDAO/nautilus/raw/main/docs/public/logo-light.svg" width="auto" height="60">
</picture>
</a>
</p>
Expand All @@ -28,14 +28,14 @@
</a>
<a href="https://www.npmjs.com/package/deltadao/nautilus">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/actions/workflow/status/deltaDAO/nautilus/release.yml?colorA=21262d&colorB=21262d&style=for-the-badge">
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/actions/workflow/status/deltaDAO/nautilus/changeset.yml?colorA=21262d&colorB=21262d&style=for-the-badge">
<img src="https://img.shields.io/github/actions/workflow/status/deltaDAO/nautilus/release.yml?colorA=f6f8fa&colorB=f6f8fa&style=for-the-badge" alt="GitHub Actions Workflow Status">
</picture>
</a>
</p>


A typescript library helping to navigate the OCEAN. It enables configurable automated publishing and consumption of assets in any [Ocean Protocol](https://oceanprotocol.com) ecosystem.
A TypeScript library enabling you to explore the Data Economy. It is built on top of [ocean.js](https://github.com/oceanprotocol/ocean.js) and offers feature complete, automated interactions with any [Ocean Protocol](https://oceanprotocol.com) ecosystem.

## Table of Contents

Expand Down
Loading