Skip to content

Commit 7c0fc0a

Browse files
committed
0.3.0: refactor integrations, overview-full, deps, fixes
1 parent ee383fe commit 7c0fc0a

File tree

7 files changed

+188
-58
lines changed

7 files changed

+188
-58
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Stability Integration Pack
1+
# Stability Integration Library
22

33
[![GitHub version](https://badge.fury.io/gh/stabilitydao%2Fstability.svg)](https://badge.fury.io/gh/stabilitydao%2Fstability)
44
[![npm version](https://badge.fury.io/js/@stabilitydao%2Fstability.svg)](https://badge.fury.io/js/@stabilitydao%2Fstability)
@@ -38,4 +38,5 @@ DeFi organizations, protocols, their integration statuses, usage and other infor
3838

3939
```shell
4040
yarn overview
41+
yarn overview-full
4142
```

package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.2.0",
4-
"description": "Stability Integration Pack",
3+
"version": "0.3.0",
4+
"description": "Stability Integration Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
7-
"files": ["out", "LICENSE", "README.md", "package.json"],
7+
"files": [
8+
"out",
9+
"LICENSE",
10+
"README.md",
11+
"package.json"
12+
],
813
"repository": "https://github.com/stabilitydao/stability.git",
914
"author": "stabilitydao",
1015
"license": "MIT",
1116
"private": false,
1217
"scripts": {
1318
"build": "tsc",
14-
"overview": "ts-node tools/overview.ts"
19+
"overview": "ts-node tools/overview.ts",
20+
"overview-full": "ts-node tools/overview-full.ts"
1521
},
1622
"devDependencies": {
23+
"ansis": "^3.2.0",
24+
"console-table-printer": "^2.12.0",
1725
"ts-node": "^10.9.2",
1826
"typescript": "^5.4.5"
1927
}

0 commit comments

Comments
 (0)