rocketh 0.17.16 → 0.17.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -12
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img alt="Rocketh Logo" src="./public/logo.svg" width="100"
|
|
2
|
+
<img alt="Rocketh Logo" src="./public/logo.svg" width="100" /><br/>
|
|
3
3
|
<a href="https://rocketh.dev">Rocketh</a>
|
|
4
4
|
<hr/>
|
|
5
5
|
|
|
6
|
-
<img alt="Version" src="https://img.shields.io/npm/v/rocketh"
|
|
7
|
-
<img alt="License" src="https://img.shields.io/github/license/wighawag/rocketh"
|
|
8
|
-
<img src="https://img.shields.io/npm/dw/rocketh" alt="weekly downloads"
|
|
9
|
-
<img alt="Dependents" src="https://img.shields.io/librariesio/dependents/npm/rocketh"
|
|
10
|
-
<img alt="Github Stars" src="https://img.shields.io/github/stars/wighawag/rocketh"
|
|
11
|
-
|
|
12
|
-
<img alt="Issues and PRs" src="https://img.shields.io/github/issues-pr/wighawag/rocketh"
|
|
13
|
-
<img alt="Tests Status" src="https://img.shields.io/github/actions/workflow/status/wighawag/rocketh/test.yml?label=test">
|
|
14
|
-
<img alt="Commit activity" src="https://img.shields.io/github/commit-activity/w/wighawag/rocketh">
|
|
15
|
-
<img alt="Last commit" src="https://img.shields.io/github/last-commit/wighawag/rocketh">
|
|
16
|
-
|
|
6
|
+
<a href="https://npmjs.com/package/rocketh"><img alt="Version" src="https://img.shields.io/npm/v/rocketh" /></a>
|
|
7
|
+
<a href="https://github.com/wighawag/rocketh/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/wighawag/rocketh" /></a>
|
|
8
|
+
<a href="https://npmjs.com/package/rocketh"><img src="https://img.shields.io/npm/dw/rocketh" alt="weekly downloads" /></a>
|
|
9
|
+
<a href="https://npmjs.com/package/rocketh"><img alt="Dependents" src="https://img.shields.io/librariesio/dependents/npm/rocketh" /></a>
|
|
10
|
+
<a href="https://github.com/wighawag/rocketh/stargazers"><img alt="Github Stars" src="https://img.shields.io/github/stars/wighawag/rocketh" /></a>
|
|
11
|
+
<a href="https://npmjs.com/package/rocketh"><img alt="Node Version" src="https://img.shields.io/node/v/rocketh"></a>
|
|
12
|
+
<a href="https://github.com/wighawag/rocketh/issues"><img alt="Issues and PRs" src="https://img.shields.io/github/issues-pr/wighawag/rocketh" /></a>
|
|
13
|
+
<a href="https://github.com/wighawag/rocketh/actions"><img alt="Tests Status" src="https://img.shields.io/github/actions/workflow/status/wighawag/rocketh/test.yml?label=test" /></a>
|
|
14
|
+
<a href="https://github.com/wighawag/rocketh/commits/main/"><img alt="Commit activity" src="https://img.shields.io/github/commit-activity/w/wighawag/rocketh" /></a>
|
|
15
|
+
<a href="https://github.com/wighawag/rocketh/commits/main/"><img alt="Last commit" src="https://img.shields.io/github/last-commit/wighawag/rocketh" /></a>
|
|
16
|
+
|
|
17
|
+
<!-- <a href="https://npmjs.com/package/rocketh"><img alt="dependencies status" src="https://img.shields.io/librariesio/release/npm/rocketh" /></a>-->
|
|
17
18
|
</div>
|
|
18
19
|
|
|
19
20
|
# Rocketh
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rocketh",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.17",
|
|
4
|
+
"license": "MIT",
|
|
4
5
|
"description": "core functionality of rocketh",
|
|
5
6
|
"publishConfig": {
|
|
6
7
|
"access": "public"
|
|
@@ -38,10 +39,10 @@
|
|
|
38
39
|
"ldenv": "^0.3.16",
|
|
39
40
|
"named-logs": "^0.4.1",
|
|
40
41
|
"viem": "^2.45.0",
|
|
41
|
-
"@rocketh/core": "0.17.
|
|
42
|
+
"@rocketh/core": "0.17.11"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
|
-
"as-soon": "^0.1.
|
|
45
|
+
"as-soon": "^0.1.5",
|
|
45
46
|
"typescript": "^5.9.3"
|
|
46
47
|
},
|
|
47
48
|
"scripts": {
|