Skip to content

Commit

Permalink
feat: upgrade dts-buddy to v0.5 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jul 4, 2024
1 parent fbb49e9 commit 52cea37
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 38 deletions.
84 changes: 51 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions workspace/aubade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.8.0",
"description": "Data Authoring Framework",
"repository": "github:ignatiusmb/aubade",
"homepage": "https://aubade.mauss.dev",
"author": "Ignatius Bagus",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -62,13 +63,13 @@
"preprocessor"
],
"dependencies": {
"@types/markdown-it": "^14.0.1",
"@types/markdown-it": "^14.1.1",
"markdown-it": "^14.1.0",
"mauss": "^0.7.2",
"shikiji": "0.9.2"
},
"devDependencies": {
"dts-buddy": "^0.4.7",
"dts-buddy": "^0.5.1",
"tsm": "^2.3.0",
"uvu": "^0.5.6"
}
Expand Down
2 changes: 0 additions & 2 deletions workspace/aubade/src/transform/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { ntv } from 'mauss/std';

export { pipe } from 'mauss';

/**
* @template {{ slug?: string; title?: any }} T
* @param {T[]} items
Expand Down
2 changes: 1 addition & 1 deletion workspace/content/10-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const data = traverse('content/reviews', { depth: -1 }).hydrate(

## /transform

This is a standalone module which provides a set of transformer function. They can be used in conjunction with each other by utilizing the `pipe` function provided from the `'mauss'` package and re-exported by this module, you can do the following
This is a standalone module which provides a set of transformer function, you can do the following

```typescript
import { traverse } from 'aubade/compass';
Expand Down

0 comments on commit 52cea37

Please sign in to comment.