# celer-web-utils

> ## Deployment

Latest version **1.0.9** (published 2022-03-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install celer-web-utils
pnpm add celer-web-utils
yarn add celer-web-utils
bun add celer-web-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.9 |
| Published | 2022-03-29 |
| First published | 2021-12-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 24.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | hechengpeng |
| Maintainers | breezeee |

## Links

- npm: https://www.npmjs.com/package/celer-web-utils
- Repository: https://github.com/celer-network/celer-web-utils
- Homepage: https://github.com/celer-network/celer-web-utils#readme
- Issues: https://github.com/celer-network/celer-web-utils/issues
- npm.io page: https://npm.io/package/celer-web-utils

## Dependencies (5)

- [ethers](https://npm.io/package/ethers.md) ^5.5.2
- [mathjs](https://npm.io/package/mathjs.md) ^10.0.0
- [typescript](https://npm.io/package/typescript.md) ^4.5.2
- [@types/node](https://npm.io/package/@types/node.md) ^16.11.11
- [@types/mathjs](https://npm.io/package/@types/mathjs.md) ^9.4.2

## Recent versions

- 1.0.9 (latest) — 2022-03-29
- 1.0.8 — 2022-03-28
- 1.0.7 — 2022-03-14
- 1.0.6 — 2022-03-07
- 1.0.5 — 2021-12-14
- 1.0.4 — 2021-12-10
- 1.0.3 — 2021-12-07
- 1.0.2 — 2021-12-07
- 1.0.1 — 2021-12-06
- 1.0.0 — 2021-12-06

## README

# celer-web-utils

## Deployment

1. install dependencies

    `yarn` 或 `npm install`

2. npm build & publish

    `npm publish`

    > 需要先升级 `package.json` 中的 `version`

    1. `npm publish` 会先运行 `prepare` script，在其中运行了 `npm run build `

    2. 然后运行 `prepublishOnly` script，在其中运行了 `npm run test &&   - npm run lint`

3. git add && commit && push

    1. `git add .`

    2. `git commit -m "something"`

    3. `git push`

---
_Source: https://npm.io/package/celer-web-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
