Skip to content

Commit

Permalink
Export latest (#73)
Browse files Browse the repository at this point in the history
* feat: export latest

* chore: bump
  • Loading branch information
anxolin authored Jan 2, 2025
1 parent 752d86f commit 440b6ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/app-data",
"version": "2.5.0",
"version": "2.5.1",
"description": "CowProtocol AppData schema definitions",
"type": "module",
"source": "src/index.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/exports.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './api'
export * from './types'
export { stringifyDeterministic } from './utils/stringify'
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
export * from './api'
export * from './types'
export * from './exports'
export * from './generatedTypes'
export { stringifyDeterministic } from './utils/stringify'
2 changes: 2 additions & 0 deletions src/latest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './exports'
export * from './generatedTypes/latest'

0 comments on commit 440b6ea

Please sign in to comment.