Skip to content

Commit 47d2d64

Browse files
authored
Merge pull request #141 from SundaeSwap-finance/feat/contract-types
Feat/contract types
2 parents 653a83e + 6fa9310 commit 47d2d64

File tree

4 files changed

+26
-19
lines changed

4 files changed

+26
-19
lines changed

.changeset/few-turtles-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sundaeswap/core": patch
3+
---
4+
5+
Include Contract types as an export.

.github/workflows/branch.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Run Tests
3636
run: bun test:all
3737

38-
# Release
39-
- name: Release (Canary)
40-
run: |
41-
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
42-
bun changeset version --snapshot dev
43-
bun publish:canary:ci
38+
# Release TODO: Fix
39+
# - name: Release (Canary)
40+
# run: |
41+
# npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
42+
# bun changeset version --snapshot dev
43+
# bun publish:canary:ci

bun.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/src/DatumBuilders/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export * as ContractTypes from "./ContractTypes/index.js";
12
export * from "./DatumBuilder.NftCheck.class.js";
23
export * from "./DatumBuilder.Stableswaps.class.js";
34
export * from "./DatumBuilder.V1.class.js";

0 commit comments

Comments
 (0)