Skip to content

Commit

Permalink
docs: add utils lib announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanga-Ganapathy committed Mar 23, 2024
1 parent 4f791d6 commit 388f534
Show file tree
Hide file tree
Showing 4 changed files with 966 additions and 549 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-pugs-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@opentf/cli-pbar': patch
---

Updated docs with utils lib announcement.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

> The CLI progress bar.
# You can now try it online at [node-repl.pages.dev](https://node-repl.pages.dev/)
## Try it online at [https://node-repl.pages.dev](https://node-repl.pages.dev/)

### [@opentf/utils](https://js-utils.pages.dev/) - Our new JavaScript utility library, please review and give feedback.

## Features

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@
"dist"
],
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@opentf/eslint-config-base": "^0.1.0",
"@swc/core": "^1.3.37",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"eslint": "^8.43.0",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"lint-staged": "^13.2.2",
"tsup": "^7.1.0",
"turbo": "^1.10.3",
"typescript": "^5.1.3"
"turbo": "^1.13.0",
"typescript": "^5.4.3"
},
"dependencies": {
"@opentf/cli-styles": "^0.10.0",
"@opentf/utils": "^0.22.0"
"@opentf/utils": "^0.40.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 388f534

Please sign in to comment.