Skip to content

Commit c812210

Browse files
committed
[add] Text Table stringify function
[optimize] update Upstream packages & Read Me document
1 parent 56059f9 commit c812210

File tree

6 files changed

+315
-291
lines changed

6 files changed

+315
-291
lines changed

ReadMe.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Web utility
22

3-
**Web front-end** toolkit based on [TypeScript][1]
3+
Web & [JavaScript runtimes][1] toolkit based on [TypeScript][2]
44

5-
[![NPM Dependency](https://img.shields.io/librariesio/github/EasyWebApp/web-utility.svg)][2]
6-
[![CI & CD](https://github.com/EasyWebApp/web-utility/actions/workflows/main.yml/badge.svg)][3]
5+
[![NPM Dependency](https://img.shields.io/librariesio/github/EasyWebApp/web-utility.svg)][3]
6+
[![CI & CD](https://github.com/EasyWebApp/web-utility/actions/workflows/main.yml/badge.svg)][4]
77

8-
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)][4]
8+
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)][5]
99

10-
[![NPM](https://nodei.co/npm/web-utility.png?downloads=true&downloadRank=true&stars=true)][5]
10+
[![NPM](https://nodei.co/npm/web-utility.png?downloads=true&downloadRank=true&stars=true)][6]
1111

1212
## Installation
1313

@@ -159,14 +159,14 @@ serviceWorker?.addEventListener('controllerchange', () =>
159159
160160
### Internationalization
161161
162-
Migrate to [MobX i18n][9] since v4.
162+
Migrate to [MobX i18n][7] since v4.
163163
164164
### Test scripts
165165
166-
If you are looking for a simple alternative of [Mocha][6] or [Jest][7], just use these **Test Utility** methods with [`ts-node`][8]:
166+
If you are looking for a simple alternative of [Mocha][8] or [Jest][9], just use these **Test Utility** methods with [`tsx`][10]:
167167
168168
```shell
169-
npx ts-node index.spec.ts
169+
npx tsx index.spec.ts
170170
```
171171
172172
#### `index.spec.ts`
@@ -221,12 +221,13 @@ try {
221221
}
222222
```
223223
224-
[1]: https://www.typescriptlang.org/
225-
[2]: https://libraries.io/npm/web-utility
226-
[3]: https://github.com/EasyWebApp/web-utility/actions/workflows/main.yml
227-
[4]: https://open.vscode.dev/EasyWebApp/web-utility
228-
[5]: https://nodei.co/npm/web-utility/
229-
[6]: https://mochajs.org/
230-
[7]: https://jestjs.io/
231-
[8]: https://typestrong.org/ts-node/
232-
[9]: https://github.com/idea2app/MobX-i18n
224+
[1]: https://min-common-api.proposal.wintertc.org/
225+
[2]: https://www.typescriptlang.org/
226+
[3]: https://libraries.io/npm/web-utility
227+
[4]: https://github.com/EasyWebApp/web-utility/actions/workflows/main.yml
228+
[5]: https://open.vscode.dev/EasyWebApp/web-utility
229+
[6]: https://www.npmjs.com/package/web-utility
230+
[7]: https://github.com/idea2app/MobX-i18n
231+
[8]: https://mochajs.org/
232+
[9]: https://jestjs.io/
233+
[10]: https://tsx.is

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-utility",
3-
"version": "4.6.3",
3+
"version": "4.6.4",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "Web front-end toolkit based on TypeScript",
@@ -36,14 +36,14 @@
3636
"@parcel/transformer-typescript-types": "~2.16.0",
3737
"@peculiar/webcrypto": "^1.5.0",
3838
"@types/jest": "^29.5.14",
39-
"@types/node": "^22.18.12",
39+
"@types/node": "^22.18.13",
4040
"@webcomponents/webcomponentsjs": "^2.8.0",
4141
"core-js": "^3.46.0",
4242
"husky": "^9.1.7",
4343
"intersection-observer": "^0.12.2",
4444
"jest": "^29.7.0",
4545
"jest-environment-jsdom": "^29.7.0",
46-
"lint-staged": "^16.2.5",
46+
"lint-staged": "^16.2.6",
4747
"open-cli": "^8.0.0",
4848
"parcel": "~2.16.0",
4949
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)