Skip to content

Commit 585f02a

Browse files
authored
Merge pull request #2 from reserve-protocol/version-refactor
Unified interface for all Folio Versions
2 parents 23ab565 + 40ebc27 commit 585f02a

24 files changed

+3518
-1123
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reserve-protocol/dtf-rebalance-lib",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Rebalancing library for DTFs in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -16,8 +16,8 @@
1616
"build": "npm run clean && tsc --project tsconfig.build.json",
1717
"prepublishOnly": "npm run build",
1818
"test": "npm run test:unit && npm run test:e2e",
19-
"test:unit": "node --test --require ts-node/register test/unit/*.test.ts",
20-
"test:e2e": "hardhat test test/e2e/*.test.ts --bail"
19+
"test:unit": "node --test --require ts-node/register test/**/unit.test.ts",
20+
"test:e2e": "hardhat test test/*.test.ts --bail"
2121
},
2222
"publishConfig": {
2323
"access": "public"

0 commit comments

Comments
 (0)