Skip to content

Commit

Permalink
Merge branch 'master' of github.com:teraihq/terai
Browse files Browse the repository at this point in the history
* 'master' of github.com:teraihq/terai:
  Update README.md
  docs(changeset): v0.0.3
  fixes
  • Loading branch information
hugocxl committed Mar 2, 2024
2 parents 10fe786 + bf67d53 commit 4f8841d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .changeset/rotten-dogs-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@terai/dev': patch
'@terai/extractor': patch
'@terai/formatter': patch
'@terai/generator': patch
'@terai/logger': patch
'@terai/next': patch
'@terai/node': patch
'@terai/react': patch
'@terai/runtime': patch
'@terai/transformer': patch
'@terai/translator': patch
'@terai/ts': patch
'@terai/types': patch
'@terai/utils': patch
'@terai/vite': patch
---

v0.0.3
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
</div>

> [!WARNING]
> This project is currently in development and considered unstable while we work towards an stable v1.0 release. Use it with caution.
> **Terai** is currently in development preview with unstable dependencies.
While not planned, we may need to introduce breaking changes in these dependencies on the road to v1.0.

## Introduction

Expand Down
3 changes: 2 additions & 1 deletion packages/dev/bin.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
require('dotenv')?.config()

require('dotenv').config({ silent: true })
require('./dist/cli.default.js')
5 changes: 4 additions & 1 deletion packages/dev/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ export function defineConfig(config: Config) {
return config
}

export * from '@terai/translator/translators'
export {
createChatGptTranslator,
createGoogleCloudTranslator
} from '@terai/translator/translators'
Empty file removed packages/dev/src/types.ts
Empty file.

0 comments on commit 4f8841d

Please sign in to comment.